Running startx throws the error message
Code: Select all
No device detected.Code: Select all
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GP108 (rev a1)Code: Select all
INPUT_DEVICES="libinput"
VIDEO_CARDS="intel i965"The full /var/log/Xorg.0.log:
Code: Select all
[ 279.566]
X.Org X Server 1.19.3
Release Date: 2017-03-15
[ 279.569] X Protocol Version 11, Revision 0
[ 279.570] Build Operating System: Linux 4.9.34-gentoo x86_64 Gentoo
[ 279.571] Current Operating System: Linux amber 4.9.34-gentoo #5 SMP Fri Aug 4 16:28:05 CEST 2017 x86_64
[ 279.571] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.34-gentoo root=/dev/sda3 ro
[ 279.573] Build Date: 04 August 2017 04:51:52PM
[ 279.574]
[ 279.574] Current version of pixman: 0.34.0
[ 279.576] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 279.576] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 279.580] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 4 17:21:51 2017
[ 279.581] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 279.582] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 279.582] (==) No Layout section. Using the first Screen section.
[ 279.582] (==) No screen section available. Using defaults.
[ 279.582] (**) |-->Screen "Default Screen Section" (0)
[ 279.582] (**) | |-->Monitor "<default monitor>"
[ 279.582] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 279.582] (**) | |-->Device "Intel Graphics"
[ 279.582] (**) | |-->GPUDevice "modesetting"
[ 279.582] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 279.582] (==) Automatically adding devices
[ 279.582] (==) Automatically enabling devices
[ 279.582] (==) Automatically adding GPU devices
[ 279.582] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 279.582] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 279.582] Entry deleted from font path.
[ 279.582] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 279.582] Entry deleted from font path.
[ 279.582] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 279.582] Entry deleted from font path.
[ 279.582] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 279.582] Entry deleted from font path.
[ 279.582] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 279.582] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 279.582] Entry deleted from font path.
[ 279.582] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 279.582] (==) FontPath set to:
/usr/share/fonts/misc/
[ 279.582] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 279.582] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 279.582] (II) Loader magic: 0x812c80
[ 279.582] (II) Module ABI versions:
[ 279.582] X.Org ANSI C Emulation: 0.4
[ 279.582] X.Org Video Driver: 23.0
[ 279.582] X.Org XInput driver : 24.1
[ 279.582] X.Org Server Extension : 10.0
[ 279.582] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 279.595] (--) PCI: (0:0:2:0) 8086:0412:1458:d000 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 279.595] (--) PCI:*(0:1:0:0) 10de:1d01:1462:8c98 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 279.595] (II) LoadModule: "glx"
[ 279.596] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 279.596] (II) Module glx: vendor="X.Org Foundation"
[ 279.596] compiled for 1.19.3, module version = 1.0.0
[ 279.596] ABI class: X.Org Server Extension, version 10.0
[ 279.596] (II) LoadModule: "modesetting"
[ 279.596] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 279.596] (II) Module modesetting: vendor="X.Org Foundation"
[ 279.596] compiled for 1.19.3, module version = 1.19.3
[ 279.596] Module class: X.Org Video Driver
[ 279.596] ABI class: X.Org Video Driver, version 23.0
[ 279.596] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 279.596] (--) using VT number 7
[ 279.628] (II) modeset(G0): using drv /dev/dri/card0
[ 279.628] (EE) No devices detected.
[ 279.628] (EE)
Fatal server error:
[ 279.628] (EE) no screens found(EE)
[ 279.628] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 279.628] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 279.628] (EE)
[ 279.698] (EE) Server terminated with error (1). Closing log file.


