You are not logged in.

#1 2018-11-14 03:47:14

Doctor_Propain
Member
Registered: 2017-05-17
Posts: 17

[Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

This is an odd error, and I've spent the past few hours (well, really, most of today) trying to track down the cause of it. I have an Nvidia graphics card and the required Nvidia packages (nvidia, nvidia-settings, nvidia-utils). I do not have nouveau installed. I have confirmed that the driver in use for the graphics card is, in fact, "nvidia." However, despite all that, OpenGL doesn't seem to use hardware acceleration. Here's the output of glxinfo | grep OpenGL:

OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 7.0, 256 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 18.2.4
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 18.2.4
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 18.2.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:

The corresponding Xorg.0.log file confirms that it "couldn't open module glxserver_nvidia" (ctrl+f that to go to the exact line below):

[     2.352] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[     2.352] Build Operating System: Linux Arch Linux
[     2.352] Current Operating System: Linux simon-dt14-arch 4.19.1-arch1-1-ARCH #1 SMP PREEMPT Sun Nov 4 16:49:26 UTC 2018 x86_64
[     2.352] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=10034c7c-85f6-4d02-b5bb-9129816ec593 rw quiet
[     2.353] Build Date: 25 October 2018  04:42:32PM
[     2.353]  
[     2.353] Current version of pixman: 0.34.0
[     2.353] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     2.353] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.353] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 13 20:29:22 2018
[     2.354] (==) Using config file: "/etc/X11/xorg.conf"
[     2.354] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     2.357] (==) ServerLayout "X.org Configured"
[     2.357] (**) |-->Screen "Screen0" (0)
[     2.357] (**) |   |-->Monitor "Monitor0"
[     2.358] (**) |   |-->Device "Device0"
[     2.358] (**) |   |-->GPUDevice "Device0"
[     2.358] (**) |-->Input Device "Mouse0"
[     2.358] (**) |-->Input Device "Keyboard0"
[     2.358] (**) Option "Xinerama" "0"
[     2.358] (==) Automatically adding devices
[     2.358] (==) Automatically enabling devices
[     2.358] (==) Automatically adding GPU devices
[     2.358] (==) Automatically binding GPU devices
[     2.358] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     2.361] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     2.361] 	Entry deleted from font path.
[     2.361] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[     2.362] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     2.362] 	Entry deleted from font path.
[     2.362] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     2.362] 	Entry deleted from font path.
[     2.363] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     2.363] 	Entry deleted from font path.
[     2.363] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[     2.363] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     2.363] 	Entry deleted from font path.
[     2.363] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     2.363] 	Entry deleted from font path.
[     2.363] (**) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     2.363] (**) ModulePath set to "/usr/lib/xorg/modules"
[     2.363] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     2.363] (WW) Disabling Mouse0
[     2.363] (WW) Disabling Keyboard0
[     2.363] (II) Module ABI versions:
[     2.363] 	X.Org ANSI C Emulation: 0.4
[     2.363] 	X.Org Video Driver: 24.0
[     2.363] 	X.Org XInput driver : 24.1
[     2.363] 	X.Org Server Extension : 10.0
[     2.363] (++) using VT number 7

[     2.363] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     2.364] (--) PCI:*(1@0:0:0) 10de:13c2:19da:1366 rev 161, Mem @ 0xee000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     2.364] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     2.364] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     2.364] (II) LoadModule: "glx"
[     2.367] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     2.381] (II) Module glx: vendor="X.Org Foundation"
[     2.381] 	compiled for 1.20.3, module version = 1.0.0
[     2.381] 	ABI class: X.Org Server Extension, version 10.0
[     2.381] (II) LoadModule: "nvidia"
[     2.381] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     2.389] (II) Module nvidia: vendor="NVIDIA Corporation"
[     2.389] 	compiled for 4.0.2, module version = 1.0.0
[     2.389] 	Module class: X.Org Video Driver
[     2.395] (II) NVIDIA dlloader X Driver  410.73  Sat Oct 20 22:19:41 CDT 2018
[     2.395] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     2.398] (II) Loading sub module "fb"
[     2.398] (II) LoadModule: "fb"
[     2.398] (II) Loading /usr/lib/xorg/modules/libfb.so
[     2.399] (II) Module fb: vendor="X.Org Foundation"
[     2.399] 	compiled for 1.20.3, module version = 1.0.0
[     2.399] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     2.399] (II) Loading sub module "wfb"
[     2.399] (II) LoadModule: "wfb"
[     2.399] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     2.400] (II) Module wfb: vendor="X.Org Foundation"
[     2.400] 	compiled for 1.20.3, module version = 1.0.0
[     2.400] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     2.400] (II) Loading sub module "ramdac"
[     2.400] (II) LoadModule: "ramdac"
[     2.400] (II) Module "ramdac" already built-in
[     2.577] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     2.577] (==) NVIDIA(0): RGB weight 888
[     2.577] (==) NVIDIA(0): Default visual is TrueColor
[     2.577] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     2.578] (**) NVIDIA(0): Option "Stereo" "0"
[     2.578] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-2"
[     2.578] (**) NVIDIA(0): Option "SLI" "Off"
[     2.578] (**) NVIDIA(0): Option "MultiGPU" "Off"
[     2.578] (**) NVIDIA(0): Option "BaseMosaic" "off"
[     2.578] (**) NVIDIA(0): Stereo disabled by request
[     2.578] (**) NVIDIA(0): NVIDIA SLI disabled.
[     2.578] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[     2.578] (**) NVIDIA(0): Option "MetaModes" "DVI-I-1: 1440x900_75 +0+90, HDMI-0: 1920x1080_60 +3360+0, DP-0: 1920x1080_144 +1440+0"
[     2.578] (**) NVIDIA(0): Enabling 2D acceleration
[     2.578] (II) Loading sub module "glxserver_nvidia"
[     2.578] (II) LoadModule: "glxserver_nvidia"
[     2.578] (WW) Warning, couldn't open module glxserver_nvidia
[     2.578] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[     2.578] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[     2.578] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[     2.578] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[     2.578] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[     2.578] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[     3.360] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     3.360] (--) NVIDIA(0):     CRT-0
[     3.360] (--) NVIDIA(0):     DFP-0 (boot)
[     3.360] (--) NVIDIA(0):     DFP-1
[     3.360] (--) NVIDIA(0):     DFP-2
[     3.360] (--) NVIDIA(0):     DFP-3
[     3.360] (--) NVIDIA(0):     DFP-4
[     3.361] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[     3.361] (--) NVIDIA(0): Memory: 4194304 kBytes
[     3.361] (--) NVIDIA(0): VideoBIOS: 84.04.2f.00.1e
[     3.361] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     3.376] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     3.376] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     3.376] (--) NVIDIA(GPU-0): 
[     3.408] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[     3.408] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[     3.408] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[     3.408] (--) NVIDIA(GPU-0): 
[     3.439] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[     3.439] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[     3.439] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[     3.439] (--) NVIDIA(GPU-0): 
[     3.439] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[     3.439] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[     3.439] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[     3.439] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[     3.439] (--) NVIDIA(GPU-0): 
[     3.440] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     3.440] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     3.440] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     3.440] (--) NVIDIA(GPU-0): 
[     3.440] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     3.440] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     3.440] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[     3.440] (--) NVIDIA(GPU-0): 
[     3.446] (II) NVIDIA(0): Validated MetaModes:
[     3.446] (II) NVIDIA(0):    
[     3.446] (II) NVIDIA(0):     "DVI-I-1:1440x900_75+0+90,HDMI-0:1920x1080_60+3360+0,DP-0:1920x1080_144+1440+0"
[     3.446] (II) NVIDIA(0): Virtual screen size determined to be 5280 x 1080
[     3.449] (--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
[     3.449] (--) NVIDIA(0):     option
[     3.449] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[     3.449] (II) NVIDIA:     access.
[     3.451] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     3.451] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     3.451] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     3.451] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     3.451] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     3.451] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     3.451] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     3.451] (II) NVIDIA(0):     Config Options in the README.
[     3.465] (II) NVIDIA(0): Setting mode "DVI-I-1:1440x900_75+0+90,HDMI-0:1920x1080_60+3360+0,DP-0:1920x1080_144+1440+0"
[     3.522] (==) NVIDIA(0): Disabling shared memory pixmaps
[     3.522] (==) NVIDIA(0): Backing store enabled
[     3.522] (==) NVIDIA(0): Silken mouse disabled
[     3.522] (==) NVIDIA(0): DPMS enabled
[     3.523] (II) Loading sub module "dri2"
[     3.523] (II) LoadModule: "dri2"
[     3.523] (II) Module "dri2" already built-in
[     3.523] (II) NVIDIA(0): [DRI2] Setup complete
[     3.523] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     3.524] (II) Initializing extension Generic Event Extension
[     3.524] (II) Initializing extension SHAPE
[     3.524] (II) Initializing extension MIT-SHM
[     3.524] (II) Initializing extension XInputExtension
[     3.524] (II) Initializing extension XTEST
[     3.524] (II) Initializing extension BIG-REQUESTS
[     3.524] (II) Initializing extension SYNC
[     3.524] (II) Initializing extension XKEYBOARD
[     3.524] (II) Initializing extension XC-MISC
[     3.524] (II) Initializing extension SECURITY
[     3.525] (II) Initializing extension XFIXES
[     3.525] (II) Initializing extension RENDER
[     3.525] (II) Initializing extension RANDR
[     3.525] (II) Initializing extension COMPOSITE
[     3.525] (II) Initializing extension DAMAGE
[     3.525] (II) Initializing extension MIT-SCREEN-SAVER
[     3.525] (II) Initializing extension DOUBLE-BUFFER
[     3.525] (II) Initializing extension RECORD
[     3.525] (II) Initializing extension DPMS
[     3.525] (II) Initializing extension Present
[     3.525] (II) Initializing extension DRI3
[     3.525] (II) Initializing extension X-Resource
[     3.525] (II) Initializing extension XVideo
[     3.525] (II) Initializing extension XVideo-MotionCompensation
[     3.525] (II) Initializing extension GLX
[     3.525] (II) AIGLX: Screen 0 is not DRI2 capable
[     3.682] (II) IGLX: Loaded and initialized swrast
[     3.682] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     3.682] (II) Initializing extension XFree86-VidModeExtension
[     3.682] (II) Initializing extension XFree86-DGA
[     3.682] (II) Initializing extension XFree86-DRI
[     3.682] (II) Initializing extension DRI2
[     3.682] (II) Initializing extension NV-GLX
[     3.682] (II) Initializing extension NV-CONTROL
[     3.683] (II) Initializing extension XINERAMA
[     3.761] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     3.761] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     3.761] (II) LoadModule: "libinput"
[     3.761] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     3.766] (II) Module libinput: vendor="X.Org Foundation"
[     3.766] 	compiled for 1.20.1, module version = 0.28.1
[     3.766] 	Module class: X.Org XInput Driver
[     3.766] 	ABI class: X.Org XInput driver, version 24.1
[     3.766] (II) Using input driver 'libinput' for 'Power Button'
[     3.766] (**) Power Button: always reports core events
[     3.766] (**) Option "Device" "/dev/input/event2"
[     3.766] (**) Option "_source" "server/udev"
[     3.770] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     3.770] (II) event2  - Power Button: device is a keyboard
[     3.770] (II) event2  - Power Button: device removed
[     3.797] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     3.797] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     3.797] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     3.797] (II) event2  - Power Button: device is a keyboard
[     3.798] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     3.798] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     3.798] (II) Using input driver 'libinput' for 'Power Button'
[     3.798] (**) Power Button: always reports core events
[     3.798] (**) Option "Device" "/dev/input/event0"
[     3.798] (**) Option "_source" "server/udev"
[     3.798] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     3.798] (II) event0  - Power Button: device is a keyboard
[     3.798] (II) event0  - Power Button: device removed
[     3.823] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     3.823] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     3.824] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     3.824] (II) event0  - Power Button: device is a keyboard
[     3.824] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     3.824] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     3.824] (II) Using input driver 'libinput' for 'Sleep Button'
[     3.824] (**) Sleep Button: always reports core events
[     3.824] (**) Option "Device" "/dev/input/event1"
[     3.824] (**) Option "_source" "server/udev"
[     3.825] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     3.825] (II) event1  - Sleep Button: device is a keyboard
[     3.825] (II) event1  - Sleep Button: device removed
[     3.847] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     3.847] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     3.848] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     3.848] (II) event1  - Sleep Button: device is a keyboard
[     3.848] (II) config/udev: Adding drm device (/dev/dri/card0)
[     3.848] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.848] (II) LoadModule: "modesetting"
[     3.848] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.850] (II) Module modesetting: vendor="X.Org Foundation"
[     3.851] 	compiled for 1.20.3, module version = 1.20.3
[     3.851] 	Module class: X.Org Video Driver
[     3.851] 	ABI class: X.Org Video Driver, version 24.0
[     3.851] xf86: found device 0
[     3.851] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[     3.851] (II) No input driver specified, ignoring this device.
[     3.851] (II) This device may have been added with another device file.
[     3.851] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[     3.851] (II) No input driver specified, ignoring this device.
[     3.851] (II) This device may have been added with another device file.
[     3.851] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[     3.851] (II) No input driver specified, ignoring this device.
[     3.851] (II) This device may have been added with another device file.
[     3.852] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[     3.852] (II) No input driver specified, ignoring this device.
[     3.852] (II) This device may have been added with another device file.
[     3.852] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/event3)
[     3.852] (**) Kingsis Peripherals ZOWIE Gaming mouse: Applying InputClass "libinput pointer catchall"
[     3.852] (II) Using input driver 'libinput' for 'Kingsis Peripherals ZOWIE Gaming mouse'
[     3.852] (**) Kingsis Peripherals ZOWIE Gaming mouse: always reports core events
[     3.852] (**) Option "Device" "/dev/input/event3"
[     3.852] (**) Option "_source" "server/udev"
[     3.907] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: is tagged by udev as: Mouse
[     3.907] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: device is a pointer
[     3.907] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: device removed
[     3.970] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:1AF3:0001.0002/input/input4/event3"
[     3.970] (II) XINPUT: Adding extended input device "Kingsis Peripherals ZOWIE Gaming mouse" (type: MOUSE, id 9)
[     3.970] (**) Option "AccelerationScheme" "none"
[     3.970] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) selected scheme none/0
[     3.970] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration factor: 2.000
[     3.970] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration threshold: 4
[     4.027] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: is tagged by udev as: Mouse
[     4.027] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: device is a pointer
[     4.028] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/mouse0)
[     4.028] (II) No input driver specified, ignoring this device.
[     4.028] (II) This device may have been added with another device file.
[     4.028] (II) config/udev: Adding input device HD Webcam C525 (/dev/input/event20)
[     4.028] (**) HD Webcam C525: Applying InputClass "libinput keyboard catchall"
[     4.028] (II) Using input driver 'libinput' for 'HD Webcam C525'
[     4.028] (**) HD Webcam C525: always reports core events
[     4.028] (**) Option "Device" "/dev/input/event20"
[     4.028] (**) Option "_source" "server/udev"
[     4.029] (II) event20 - HD Webcam C525: is tagged by udev as: Keyboard
[     4.029] (II) event20 - HD Webcam C525: device is a keyboard
[     4.029] (II) event20 - HD Webcam C525: device removed
[     4.090] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.2/input/input21/event20"
[     4.090] (II) XINPUT: Adding extended input device "HD Webcam C525" (type: KEYBOARD, id 10)
[     4.091] (II) event20 - HD Webcam C525: is tagged by udev as: Keyboard
[     4.091] (II) event20 - HD Webcam C525: device is a keyboard
[     4.091] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard (/dev/input/event13)
[     4.091] (**) CM Storm QuickFire Rapid keyboard: Applying InputClass "libinput keyboard catchall"
[     4.091] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard'
[     4.091] (**) CM Storm QuickFire Rapid keyboard: always reports core events
[     4.091] (**) Option "Device" "/dev/input/event13"
[     4.091] (**) Option "_source" "server/udev"
[     4.092] (II) event13 - CM Storm QuickFire Rapid keyboard: is tagged by udev as: Keyboard
[     4.092] (II) event13 - CM Storm QuickFire Rapid keyboard: device is a keyboard
[     4.092] (II) event13 - CM Storm QuickFire Rapid keyboard: device removed
[     4.117] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/0003:2516:0004.0003/input/input14/event13"
[     4.117] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard" (type: KEYBOARD, id 11)
[     4.118] (II) event13 - CM Storm QuickFire Rapid keyboard: is tagged by udev as: Keyboard
[     4.118] (II) event13 - CM Storm QuickFire Rapid keyboard: device is a keyboard
[     4.118] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard Consumer Control (/dev/input/event14)
[     4.118] (**) CM Storm QuickFire Rapid keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     4.118] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard Consumer Control'
[     4.118] (**) CM Storm QuickFire Rapid keyboard Consumer Control: always reports core events
[     4.118] (**) Option "Device" "/dev/input/event14"
[     4.118] (**) Option "_source" "server/udev"
[     4.119] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: is tagged by udev as: Keyboard
[     4.119] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: device is a keyboard
[     4.119] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: device removed
[     4.170] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:2516:0004.0004/input/input17/event14"
[     4.170] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard Consumer Control" (type: KEYBOARD, id 12)
[     4.171] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: is tagged by udev as: Keyboard
[     4.171] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: device is a keyboard
[     4.171] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard System Control (/dev/input/event16)
[     4.171] (**) CM Storm QuickFire Rapid keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     4.171] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard System Control'
[     4.171] (**) CM Storm QuickFire Rapid keyboard System Control: always reports core events
[     4.171] (**) Option "Device" "/dev/input/event16"
[     4.171] (**) Option "_source" "server/udev"
[     4.172] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: is tagged by udev as: Keyboard
[     4.172] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: device is a keyboard
[     4.172] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: device removed
[     4.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:2516:0004.0004/input/input18/event16"
[     4.197] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard System Control" (type: KEYBOARD, id 13)
[     4.198] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: is tagged by udev as: Keyboard
[     4.198] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: device is a keyboard
[     4.198] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[     4.198] (II) No input driver specified, ignoring this device.
[     4.198] (II) This device may have been added with another device file.
[     4.198] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[     4.198] (II) No input driver specified, ignoring this device.
[     4.198] (II) This device may have been added with another device file.
[     4.199] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[     4.199] (II) No input driver specified, ignoring this device.
[     4.199] (II) This device may have been added with another device file.
[     4.199] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[     4.199] (II) No input driver specified, ignoring this device.
[     4.199] (II) This device may have been added with another device file.
[     4.199] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[     4.199] (II) No input driver specified, ignoring this device.
[     4.199] (II) This device may have been added with another device file.
[     4.200] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[     4.200] (II) No input driver specified, ignoring this device.
[     4.200] (II) This device may have been added with another device file.
[     4.200] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[     4.200] (II) No input driver specified, ignoring this device.
[     4.200] (II) This device may have been added with another device file.
[     4.200] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[     4.200] (II) No input driver specified, ignoring this device.
[     4.200] (II) This device may have been added with another device file.
[     4.200] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[     4.201] (II) No input driver specified, ignoring this device.
[     4.201] (II) This device may have been added with another device file.
[     4.204] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[     4.204] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[     4.204] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[     4.204] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[     4.204] (--) NVIDIA(GPU-0): 
[     4.204] (II) config/udev: removing device Sleep Button
[     4.204] (II) event1  - Sleep Button: device removed
[     4.237] (II) UnloadModule: "libinput"
[     4.237] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     4.237] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     4.237] (II) Using input driver 'libinput' for 'Sleep Button'
[     4.237] (**) Sleep Button: always reports core events
[     4.237] (**) Option "Device" "/dev/input/event1"
[     4.237] (**) Option "_source" "server/udev"
[     4.238] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     4.238] (II) event1  - Sleep Button: device is a keyboard
[     4.238] (II) event1  - Sleep Button: device removed
[     4.263] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     4.263] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     4.264] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     4.264] (II) event1  - Sleep Button: device is a keyboard
[     4.265] (II) config/udev: removing device Power Button
[     4.265] (II) event2  - Power Button: device removed
[     4.290] (II) UnloadModule: "libinput"
[     4.290] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     4.290] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.290] (II) Using input driver 'libinput' for 'Power Button'
[     4.290] (**) Power Button: always reports core events
[     4.290] (**) Option "Device" "/dev/input/event2"
[     4.290] (**) Option "_source" "server/udev"
[     4.291] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.291] (II) event2  - Power Button: device is a keyboard
[     4.291] (II) event2  - Power Button: device removed
[     4.315] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     4.315] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.316] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.316] (II) event2  - Power Button: device is a keyboard
[     4.317] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[     4.317] (II) No input driver specified, ignoring this device.
[     4.317] (II) This device may have been added with another device file.
[     4.317] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[     4.317] (II) No input driver specified, ignoring this device.
[     4.317] (II) This device may have been added with another device file.
[     4.317] (II) config/udev: removing device Power Button
[     4.317] (II) event0  - Power Button: device removed
[     4.340] (II) UnloadModule: "libinput"
[     4.340] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     4.340] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.340] (II) Using input driver 'libinput' for 'Power Button'
[     4.340] (**) Power Button: always reports core events
[     4.340] (**) Option "Device" "/dev/input/event0"
[     4.340] (**) Option "_source" "server/udev"
[     4.341] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     4.341] (II) event0  - Power Button: device is a keyboard
[     4.341] (II) event0  - Power Button: device removed
[     4.353] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     4.353] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     4.354] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     4.354] (II) event0  - Power Button: device is a keyboard
[     4.354] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[     4.354] (II) No input driver specified, ignoring this device.
[     4.354] (II) This device may have been added with another device file.
[     4.354] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[     4.354] (II) No input driver specified, ignoring this device.
[     4.354] (II) This device may have been added with another device file.
[     4.354] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[     4.354] (II) No input driver specified, ignoring this device.
[     4.354] (II) This device may have been added with another device file.
[     4.354] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[     4.354] (II) No input driver specified, ignoring this device.
[     4.354] (II) This device may have been added with another device file.
[     4.355] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[     4.355] (II) No input driver specified, ignoring this device.
[     4.355] (II) This device may have been added with another device file.
[     4.355] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[     4.355] (II) No input driver specified, ignoring this device.
[     4.355] (II) This device may have been added with another device file.
[     4.355] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[     4.355] (II) No input driver specified, ignoring this device.
[     4.355] (II) This device may have been added with another device file.
[     4.355] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/mouse0)
[     4.355] (II) No input driver specified, ignoring this device.
[     4.355] (II) This device may have been added with another device file.
[     4.355] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[     4.355] (II) No input driver specified, ignoring this device.
[     4.355] (II) This device may have been added with another device file.
[     4.356] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[     4.356] (II) No input driver specified, ignoring this device.
[     4.356] (II) This device may have been added with another device file.
[     4.356] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[     4.356] (II) No input driver specified, ignoring this device.
[     4.356] (II) This device may have been added with another device file.
[     4.356] (II) config/udev: removing device CM Storm QuickFire Rapid keyboard Consumer Control
[     4.356] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: device removed
[     4.387] (II) UnloadModule: "libinput"
[     4.387] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard Consumer Control (/dev/input/event14)
[     4.387] (**) CM Storm QuickFire Rapid keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     4.387] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard Consumer Control'
[     4.387] (**) CM Storm QuickFire Rapid keyboard Consumer Control: always reports core events
[     4.387] (**) Option "Device" "/dev/input/event14"
[     4.387] (**) Option "_source" "server/udev"
[     4.387] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: is tagged by udev as: Keyboard
[     4.387] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: device is a keyboard
[     4.387] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: device removed
[     4.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:2516:0004.0004/input/input17/event14"
[     4.423] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard Consumer Control" (type: KEYBOARD, id 12)
[     4.424] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: is tagged by udev as: Keyboard
[     4.424] (II) event14 - CM Storm QuickFire Rapid keyboard Consumer Control: device is a keyboard
[     4.424] (II) config/udev: removing device CM Storm QuickFire Rapid keyboard System Control
[     4.424] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: device removed
[     4.443] (II) UnloadModule: "libinput"
[     4.444] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard System Control (/dev/input/event16)
[     4.444] (**) CM Storm QuickFire Rapid keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     4.444] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard System Control'
[     4.444] (**) CM Storm QuickFire Rapid keyboard System Control: always reports core events
[     4.444] (**) Option "Device" "/dev/input/event16"
[     4.444] (**) Option "_source" "server/udev"
[     4.444] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: is tagged by udev as: Keyboard
[     4.444] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: device is a keyboard
[     4.444] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: device removed
[     4.463] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.1/0003:2516:0004.0004/input/input18/event16"
[     4.463] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard System Control" (type: KEYBOARD, id 13)
[     4.464] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: is tagged by udev as: Keyboard
[     4.464] (II) event16 - CM Storm QuickFire Rapid keyboard System Control: device is a keyboard
[     4.465] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[     4.465] (II) No input driver specified, ignoring this device.
[     4.465] (II) This device may have been added with another device file.
[     4.465] (II) config/udev: removing device CM Storm QuickFire Rapid keyboard
[     4.465] (II) event13 - CM Storm QuickFire Rapid keyboard: device removed
[     4.487] (II) UnloadModule: "libinput"
[     4.487] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard (/dev/input/event13)
[     4.487] (**) CM Storm QuickFire Rapid keyboard: Applying InputClass "libinput keyboard catchall"
[     4.487] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard'
[     4.487] (**) CM Storm QuickFire Rapid keyboard: always reports core events
[     4.487] (**) Option "Device" "/dev/input/event13"
[     4.487] (**) Option "_source" "server/udev"
[     4.488] (II) event13 - CM Storm QuickFire Rapid keyboard: is tagged by udev as: Keyboard
[     4.488] (II) event13 - CM Storm QuickFire Rapid keyboard: device is a keyboard
[     4.488] (II) event13 - CM Storm QuickFire Rapid keyboard: device removed
[     4.517] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/0003:2516:0004.0003/input/input14/event13"
[     4.517] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard" (type: KEYBOARD, id 11)
[     4.518] (II) event13 - CM Storm QuickFire Rapid keyboard: is tagged by udev as: Keyboard
[     4.518] (II) event13 - CM Storm QuickFire Rapid keyboard: device is a keyboard
[     4.518] (II) config/udev: removing device Kingsis Peripherals ZOWIE Gaming mouse
[     4.518] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: device removed
[     4.570] (II) UnloadModule: "libinput"
[     4.570] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/event3)
[     4.570] (**) Kingsis Peripherals ZOWIE Gaming mouse: Applying InputClass "libinput pointer catchall"
[     4.570] (II) Using input driver 'libinput' for 'Kingsis Peripherals ZOWIE Gaming mouse'
[     4.570] (**) Kingsis Peripherals ZOWIE Gaming mouse: always reports core events
[     4.570] (**) Option "Device" "/dev/input/event3"
[     4.570] (**) Option "_source" "server/udev"
[     4.628] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: is tagged by udev as: Mouse
[     4.628] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: device is a pointer
[     4.628] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: device removed
[     4.703] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:1AF3:0001.0002/input/input4/event3"
[     4.703] (II) XINPUT: Adding extended input device "Kingsis Peripherals ZOWIE Gaming mouse" (type: MOUSE, id 9)
[     4.704] (**) Option "AccelerationScheme" "none"
[     4.704] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) selected scheme none/0
[     4.704] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration factor: 2.000
[     4.704] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration threshold: 4
[     4.761] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: is tagged by udev as: Mouse
[     4.761] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: device is a pointer
[     4.762] (II) config/udev: removing device HD Webcam C525
[     4.762] (II) event20 - HD Webcam C525: device removed
[     4.823] (II) UnloadModule: "libinput"
[     4.824] (II) config/udev: Adding input device HD Webcam C525 (/dev/input/event20)
[     4.824] (**) HD Webcam C525: Applying InputClass "libinput keyboard catchall"
[     4.824] (II) Using input driver 'libinput' for 'HD Webcam C525'
[     4.824] (**) HD Webcam C525: always reports core events
[     4.824] (**) Option "Device" "/dev/input/event20"
[     4.824] (**) Option "_source" "server/udev"
[     4.826] (II) event20 - HD Webcam C525: is tagged by udev as: Keyboard
[     4.826] (II) event20 - HD Webcam C525: device is a keyboard
[     4.826] (II) event20 - HD Webcam C525: device removed
[     4.890] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.2/input/input21/event20"
[     4.890] (II) XINPUT: Adding extended input device "HD Webcam C525" (type: KEYBOARD, id 10)
[     4.892] (II) event20 - HD Webcam C525: is tagged by udev as: Keyboard
[     4.892] (II) event20 - HD Webcam C525: device is a keyboard
[     4.892] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 /dev/dri/card0
[     4.892] (II) config/udev: Adding drm device (/dev/dri/card0)
[     4.892] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.893] (II) LoadModule: "modesetting"
[     4.893] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.893] (II) Module modesetting: vendor="X.Org Foundation"
[     4.893] 	compiled for 1.20.3, module version = 1.20.3
[     4.893] 	Module class: X.Org Video Driver
[     4.893] 	ABI class: X.Org Video Driver, version 24.0
[     4.893] (II) UnloadModule: "modesetting"
[     4.893] (II) Unloading modesetting
[     4.893] (II) Failed to load module "modesetting" (already loaded, 0)
[     4.893] xf86: found device 0
[    20.603] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    20.603] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    20.603] (--) NVIDIA(GPU-0): 
[    20.634] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    20.634] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    20.634] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    20.634] (--) NVIDIA(GPU-0): 
[    20.665] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    20.665] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    20.665] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    20.665] (--) NVIDIA(GPU-0): 
[    20.665] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    20.665] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    20.665] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    20.665] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    20.665] (--) NVIDIA(GPU-0): 
[    20.666] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    20.666] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    20.666] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    20.666] (--) NVIDIA(GPU-0): 
[    20.666] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    20.666] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    20.666] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    20.666] (--) NVIDIA(GPU-0): 
[    20.666] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: SYN_DROPPED event - some input events have been lost.
[    20.703] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    20.703] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    20.703] (--) NVIDIA(GPU-0): 
[    20.735] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    20.735] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    20.735] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    20.735] (--) NVIDIA(GPU-0): 
[    20.765] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    20.765] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    20.765] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    20.765] (--) NVIDIA(GPU-0): 
[    20.765] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    20.765] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    20.765] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    20.765] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    20.765] (--) NVIDIA(GPU-0): 
[    20.766] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    20.766] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    20.766] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    20.766] (--) NVIDIA(GPU-0): 
[    20.766] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    20.766] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    20.766] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    20.766] (--) NVIDIA(GPU-0): 
[    20.766] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: SYN_DROPPED event - some input events have been lost.
[    20.846] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    20.846] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    20.846] (--) NVIDIA(GPU-0): 
[    20.877] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    20.877] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    20.877] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    20.877] (--) NVIDIA(GPU-0): 
[    20.908] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    20.908] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    20.908] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    20.908] (--) NVIDIA(GPU-0): 
[    20.909] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    20.909] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    20.909] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    20.909] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    20.909] (--) NVIDIA(GPU-0): 
[    20.910] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    20.910] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    20.910] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    20.910] (--) NVIDIA(GPU-0): 
[    20.910] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    20.910] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    20.910] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    20.910] (--) NVIDIA(GPU-0): 
[    20.910] (II) event3  - Kingsis Peripherals ZOWIE Gaming mouse: SYN_DROPPED event - some input events have been lost.

Now, onto the interesting bit. I've found that disabling lightdm and logging in via the command line, followed with an execution of

startxfce4

(my preferred desktop environment) does, indeed, initialize glxserver_nvidia correctly:

OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 970/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 410.73
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 410.73
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 410.73
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

In addition, the corresponding Xorg.0.log file does not have the "couldn't open module glxserver_nvidia" error.

An obvious workaround at this point is to just stop using lightdm, but I would still like to use a graphical greeter. At this point, I'm scratching my head, which is why I made this post. Does anyone have any ideas as to the root cause of this problem?

Last edited by Doctor_Propain (2018-12-07 07:50:20)

Offline

#2 2018-11-14 06:17:02

seth
Member
Registered: 2012-09-03
Posts: 51,013

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

[     2.363] (**) ModulePath set to "/usr/lib/xorg/modules"

Not sure where the DM makes a difference, but please post your /etc/X11/xorg.conf

Offline

#3 2018-11-14 06:52:49

Doctor_Propain
Member
Registered: 2017-05-17
Posts: 17

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

xorg.conf:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 410.73

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "Xinerama" "0"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/OTF"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/75dpi"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Acer AL1916W"
    HorizSync       30.0 - 82.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 970"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-2"
    Option         "metamodes" "DVI-I-1: 1440x900_75 +0+90, HDMI-0: 1920x1080_60 +3360+0, DP-0: 1920x1080_144 +1440+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

This was generated by first running

sudo X -configure

then using nvidia-settings GUI's "Save to X Configuration File" -> "Merge with existing file."

Now that I'm looking at it, it looks like the two device sections are duplicates generated by each process. I'll get rid of Card0, but I don't think that's the root cause of the issue.

Last edited by Doctor_Propain (2018-11-14 06:54:51)

Offline

#4 2018-11-14 08:34:14

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

Remove the entire file, retry. Neither of these auto-generators are generally needed and X -configure has literally been broken for quite a while.

Offline

#5 2018-11-14 10:47:07

seth
Member
Registered: 2012-09-03
Posts: 51,013

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

Doesn't really explain the insufficient module path (which is added by a distro provided configlet)
https://wiki.archlinux.org/index.php/NV … de_setting

You did not install the nvidia blob using the nvidia installer, did you?

Offline

#6 2018-11-14 14:29:21

Doctor_Propain
Member
Registered: 2017-05-17
Posts: 17

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

No, I used the nvidia package from pacman.

Offline

#7 2018-11-14 14:32:57

seth
Member
Registered: 2012-09-03
Posts: 51,013

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

Did you try to remove the xorg.conf? Updated log?

ls -lh {/etc,/usr/share}/X11/xorg.conf.d

Offline

#8 2018-11-14 22:10:30

Doctor_Propain
Member
Registered: 2017-05-17
Posts: 17

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

I renamed xorg.conf to xorg.conf.backup, and it unfortunately did not solve the issue. glxinfo showed the same results. In addition, it introduced a couple of quirks, like my mouse not working and my multi-monitor layout being incorrect.

Here are the other config files:

ls -lh {/etc,/usr/share}/X11/xorg.conf.d
-----
/etc/X11/xorg.conf.d:
total 0

/usr/share/X11/xorg.conf.d:
total 12K
-rw-r--r-- 1 root root  362 Oct 28 13:24 10-nvidia-drm-outputclass.conf
-rw-r--r-- 1 root root 1.4K Oct 25 09:42 10-quirks.conf
-rw-r--r-- 1 root root  945 Oct 16 07:56 40-libinput.conf
cat /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf 
-----
Section "OutputClass"
    Identifier "intel"
    MatchDriver "i915"
    Driver "modesetting"
EndSection

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    Option "PrimaryGPU" "yes"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection
cat /usr/share/X11/xorg.conf.d/10-quirks.conf
-----
# Collection of quirks and blacklist/whitelists for specific devices.


# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
Section "InputClass"
        Identifier "ThinkPad HDAPS accelerometer blacklist"
        MatchProduct "ThinkPad HDAPS accelerometer data"
        Option "Ignore" "on"
EndSection

# https://bugzilla.redhat.com/show_bug.cgi?id=523914
# Mouse does not move in PV Xen guest
# Explicitly tell evdev to not ignore the absolute axes.
Section "InputClass"
        Identifier "Xen Virtual Pointer axis blacklist"
        MatchProduct "Xen Virtual Pointer"
        Option "IgnoreAbsoluteAxes" "off"
        Option "IgnoreRelativeAxes" "off"
EndSection

# https://bugs.freedesktop.org/show_bug.cgi?id=55867
# Bug 55867 - Doesn't know how to tag XI_TRACKBALL
Section "InputClass"
        Identifier "Tag trackballs as XI_TRACKBALL"
        MatchProduct "trackball"
        MatchDriver "evdev"
        Option "TypeName" "TRACKBALL"
EndSection

# https://bugs.freedesktop.org/show_bug.cgi?id=62831
# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
Section "InputClass"
        Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
        MatchProduct "La-VIEW Technology Naos 5000 Mouse"
        MatchDriver "evdev"
        Option "TypeName" "MOUSE"
EndSection
cat /usr/share/X11/xorg.conf.d/40-libinput.conf
-----
# Match on all types of devices but joysticks
Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Edit:

I didn't realize this before making my post, but the Xorg.0.log files actually did change significantly when I moved xorg.conf. Here are the changed ones, below,

With lightdm disabled (working as expected):

Xorg.0_without_lightdm.log
-----
[    19.100] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    19.101] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[    19.101] Build Operating System: Linux Arch Linux
[    19.101] Current Operating System: Linux simon-dt14-arch 4.19.1-arch1-1-ARCH #1 SMP PREEMPT Sun Nov 4 16:49:26 UTC 2018 x86_64
[    19.101] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=10034c7c-85f6-4d02-b5bb-9129816ec593 rw quiet
[    19.101] Build Date: 25 October 2018  04:42:32PM
[    19.101]  
[    19.101] Current version of pixman: 0.34.0
[    19.101] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.101] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.101] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 14 15:14:36 2018
[    19.103] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.103] (==) No Layout section.  Using the first Screen section.
[    19.103] (==) No screen section available. Using defaults.
[    19.103] (**) |-->Screen "Default Screen Section" (0)
[    19.103] (**) |   |-->Monitor "<default monitor>"
[    19.104] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    19.104] (==) Automatically adding devices
[    19.104] (==) Automatically enabling devices
[    19.104] (==) Automatically adding GPU devices
[    19.104] (==) Automatically binding GPU devices
[    19.104] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    19.105] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    19.105] 	Entry deleted from font path.
[    19.105] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    19.106] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    19.106] 	Entry deleted from font path.
[    19.106] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    19.106] 	Entry deleted from font path.
[    19.107] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    19.107] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.107] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.107] (II) Module ABI versions:
[    19.107] 	X.Org ANSI C Emulation: 0.4
[    19.107] 	X.Org Video Driver: 24.0
[    19.107] 	X.Org XInput driver : 24.1
[    19.107] 	X.Org Server Extension : 10.0
[    19.107] (++) using VT number 1

[    19.107] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    19.108] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    19.109] (II) xfree86: Adding drm device (/dev/dri/card0)
[    19.109] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    19.109] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    19.109] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    19.110] (--) PCI:*(1@0:0:0) 10de:13c2:19da:1366 rev 161, Mem @ 0xee000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    19.110] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    19.110] (II) LoadModule: "glx"
[    19.113] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.119] (II) Module glx: vendor="X.Org Foundation"
[    19.119] 	compiled for 1.20.3, module version = 1.0.0
[    19.119] 	ABI class: X.Org Server Extension, version 10.0
[    19.119] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    19.119] 	loading driver: nvidia
[    19.119] (==) Matched nvidia as autoconfigured driver 0
[    19.119] (==) Matched nouveau as autoconfigured driver 1
[    19.119] (==) Matched nv as autoconfigured driver 2
[    19.119] (==) Matched modesetting as autoconfigured driver 3
[    19.119] (==) Matched fbdev as autoconfigured driver 4
[    19.119] (==) Matched vesa as autoconfigured driver 5
[    19.119] (==) Assigned the driver to the xf86ConfigLayout
[    19.119] (II) LoadModule: "nvidia"
[    19.119] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    19.124] (II) Module nvidia: vendor="NVIDIA Corporation"
[    19.124] 	compiled for 4.0.2, module version = 1.0.0
[    19.124] 	Module class: X.Org Video Driver
[    19.124] (II) LoadModule: "nouveau"
[    19.125] (WW) Warning, couldn't open module nouveau
[    19.125] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    19.125] (II) LoadModule: "nv"
[    19.125] (WW) Warning, couldn't open module nv
[    19.125] (EE) Failed to load module "nv" (module does not exist, 0)
[    19.125] (II) LoadModule: "modesetting"
[    19.125] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    19.126] (II) Module modesetting: vendor="X.Org Foundation"
[    19.126] 	compiled for 1.20.3, module version = 1.20.3
[    19.126] 	Module class: X.Org Video Driver
[    19.126] 	ABI class: X.Org Video Driver, version 24.0
[    19.126] (II) LoadModule: "fbdev"
[    19.127] (WW) Warning, couldn't open module fbdev
[    19.127] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    19.127] (II) LoadModule: "vesa"
[    19.127] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    19.127] (II) Module vesa: vendor="X.Org Foundation"
[    19.127] 	compiled for 1.20.0, module version = 2.4.0
[    19.127] 	Module class: X.Org Video Driver
[    19.127] 	ABI class: X.Org Video Driver, version 24.0
[    19.127] (II) NVIDIA dlloader X Driver  410.73  Sat Oct 20 22:19:41 CDT 2018
[    19.127] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    19.128] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    19.128] (II) VESA: driver for VESA chipsets: vesa
[    19.128] (II) systemd-logind: releasing fd for 226:0
[    19.129] (II) Loading sub module "fb"
[    19.129] (II) LoadModule: "fb"
[    19.129] (II) Loading /usr/lib/xorg/modules/libfb.so
[    19.129] (II) Module fb: vendor="X.Org Foundation"
[    19.129] 	compiled for 1.20.3, module version = 1.0.0
[    19.129] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.129] (II) Loading sub module "wfb"
[    19.129] (II) LoadModule: "wfb"
[    19.129] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    19.130] (II) Module wfb: vendor="X.Org Foundation"
[    19.130] 	compiled for 1.20.3, module version = 1.0.0
[    19.130] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.130] (II) Loading sub module "ramdac"
[    19.130] (II) LoadModule: "ramdac"
[    19.130] (II) Module "ramdac" already built-in
[    19.132] (WW) Falling back to old probe method for modesetting
[    19.132] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    19.132] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    19.132] (==) NVIDIA(0): RGB weight 888
[    19.132] (==) NVIDIA(0): Default visual is TrueColor
[    19.132] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    19.132] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    19.132] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    19.132] (**) NVIDIA(0): Enabling 2D acceleration
[    19.132] (II) Loading sub module "glxserver_nvidia"
[    19.132] (II) LoadModule: "glxserver_nvidia"
[    19.132] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    19.175] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    19.175] 	compiled for 4.0.2, module version = 1.0.0
[    19.175] 	Module class: X.Org Server Extension
[    19.175] (II) NVIDIA GLX Module  410.73  Sat Oct 20 22:16:49 CDT 2018
[    19.944] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    19.944] (--) NVIDIA(0):     CRT-0
[    19.944] (--) NVIDIA(0):     DFP-0 (boot)
[    19.944] (--) NVIDIA(0):     DFP-1
[    19.944] (--) NVIDIA(0):     DFP-2
[    19.944] (--) NVIDIA(0):     DFP-3
[    19.944] (--) NVIDIA(0):     DFP-4
[    19.945] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[    19.945] (--) NVIDIA(0): Memory: 4194304 kBytes
[    19.945] (--) NVIDIA(0): VideoBIOS: 84.04.2f.00.1e
[    19.945] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    19.961] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    19.961] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    19.961] (--) NVIDIA(GPU-0): 
[    19.992] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    19.992] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    19.992] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    19.992] (--) NVIDIA(GPU-0): 
[    20.023] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    20.023] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    20.023] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    20.023] (--) NVIDIA(GPU-0): 
[    20.023] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    20.023] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    20.023] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    20.023] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    20.023] (--) NVIDIA(GPU-0): 
[    20.024] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    20.024] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    20.024] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    20.024] (--) NVIDIA(GPU-0): 
[    20.024] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    20.024] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    20.024] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    20.024] (--) NVIDIA(GPU-0): 
[    20.031] (==) NVIDIA(0): 
[    20.031] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    20.031] (==) NVIDIA(0):     will be used as the requested mode.
[    20.031] (==) NVIDIA(0): 
[    20.031] (II) NVIDIA(0): Validated MetaModes:
[    20.031] (II) NVIDIA(0):    
[    20.031] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select,DFP-2:nvidia-auto-select"
[    20.031] (II) NVIDIA(0): Virtual screen size determined to be 5280 x 1080
[    20.033] (--) NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
[    20.033] (--) NVIDIA(0):     option
[    20.033] (II) UnloadModule: "modesetting"
[    20.033] (II) Unloading modesetting
[    20.033] (II) UnloadModule: "vesa"
[    20.033] (II) Unloading vesa
[    20.033] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    20.033] (II) NVIDIA:     access.
[    20.035] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    20.035] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    20.035] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    20.035] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    20.035] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    20.035] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    20.035] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    20.035] (II) NVIDIA(0):     Config Options in the README.
[    20.049] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select,DFP-2:nvidia-auto-select"
[    20.112] (==) NVIDIA(0): Disabling shared memory pixmaps
[    20.112] (==) NVIDIA(0): Backing store enabled
[    20.112] (==) NVIDIA(0): Silken mouse disabled
[    20.112] (==) NVIDIA(0): DPMS enabled
[    20.113] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    20.113] (II) Loading sub module "dri2"
[    20.113] (II) LoadModule: "dri2"
[    20.113] (II) Module "dri2" already built-in
[    20.113] (II) NVIDIA(0): [DRI2] Setup complete
[    20.113] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    20.114] (II) Initializing extension Generic Event Extension
[    20.114] (II) Initializing extension SHAPE
[    20.114] (II) Initializing extension MIT-SHM
[    20.114] (II) Initializing extension XInputExtension
[    20.114] (II) Initializing extension XTEST
[    20.114] (II) Initializing extension BIG-REQUESTS
[    20.114] (II) Initializing extension SYNC
[    20.114] (II) Initializing extension XKEYBOARD
[    20.114] (II) Initializing extension XC-MISC
[    20.114] (II) Initializing extension SECURITY
[    20.114] (II) Initializing extension XFIXES
[    20.114] (II) Initializing extension RENDER
[    20.114] (II) Initializing extension RANDR
[    20.114] (II) Initializing extension COMPOSITE
[    20.114] (II) Initializing extension DAMAGE
[    20.114] (II) Initializing extension MIT-SCREEN-SAVER
[    20.114] (II) Initializing extension DOUBLE-BUFFER
[    20.114] (II) Initializing extension RECORD
[    20.114] (II) Initializing extension DPMS
[    20.114] (II) Initializing extension Present
[    20.114] (II) Initializing extension DRI3
[    20.114] (II) Initializing extension X-Resource
[    20.114] (II) Initializing extension XVideo
[    20.114] (II) Initializing extension XVideo-MotionCompensation
[    20.114] (II) Initializing extension GLX
[    20.114] (II) Initializing extension GLX
[    20.114] (II) Indirect GLX disabled.
[    20.114] (II) GLX: Another vendor is already registered for screen 0
[    20.114] (II) Initializing extension XFree86-VidModeExtension
[    20.114] (II) Initializing extension XFree86-DGA
[    20.114] (II) Initializing extension XFree86-DRI
[    20.114] (II) Initializing extension DRI2
[    20.114] (II) Initializing extension NV-GLX
[    20.114] (II) Initializing extension NV-CONTROL
[    20.114] (II) Initializing extension XINERAMA
[    20.188] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    20.188] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    20.188] (II) LoadModule: "libinput"
[    20.188] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    20.193] (II) Module libinput: vendor="X.Org Foundation"
[    20.193] 	compiled for 1.20.1, module version = 0.28.1
[    20.193] 	Module class: X.Org XInput Driver
[    20.193] 	ABI class: X.Org XInput driver, version 24.1
[    20.193] (II) Using input driver 'libinput' for 'Power Button'
[    20.193] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 31 paused 0
[    20.193] (**) Power Button: always reports core events
[    20.193] (**) Option "Device" "/dev/input/event2"
[    20.193] (**) Option "_source" "server/udev"
[    20.197] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    20.197] (II) event2  - Power Button: device is a keyboard
[    20.197] (II) event2  - Power Button: device removed
[    20.197] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    20.197] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    20.197] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    20.197] (II) event2  - Power Button: device is a keyboard
[    20.197] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    20.197] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    20.197] (II) Using input driver 'libinput' for 'Power Button'
[    20.198] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 34 paused 0
[    20.198] (**) Power Button: always reports core events
[    20.198] (**) Option "Device" "/dev/input/event0"
[    20.198] (**) Option "_source" "server/udev"
[    20.198] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    20.198] (II) event0  - Power Button: device is a keyboard
[    20.198] (II) event0  - Power Button: device removed
[    20.198] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    20.198] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    20.199] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    20.199] (II) event0  - Power Button: device is a keyboard
[    20.199] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    20.199] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    20.199] (II) Using input driver 'libinput' for 'Sleep Button'
[    20.199] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 35 paused 0
[    20.199] (**) Sleep Button: always reports core events
[    20.199] (**) Option "Device" "/dev/input/event1"
[    20.199] (**) Option "_source" "server/udev"
[    20.200] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    20.200] (II) event1  - Sleep Button: device is a keyboard
[    20.200] (II) event1  - Sleep Button: device removed
[    20.200] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    20.200] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    20.200] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    20.200] (II) event1  - Sleep Button: device is a keyboard
[    20.200] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[    20.200] (II) No input driver specified, ignoring this device.
[    20.200] (II) This device may have been added with another device file.
[    20.201] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[    20.201] (II) No input driver specified, ignoring this device.
[    20.201] (II) This device may have been added with another device file.
[    20.201] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[    20.201] (II) No input driver specified, ignoring this device.
[    20.201] (II) This device may have been added with another device file.
[    20.201] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[    20.201] (II) No input driver specified, ignoring this device.
[    20.201] (II) This device may have been added with another device file.
[    20.201] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/event12)
[    20.201] (**) Kingsis Peripherals ZOWIE Gaming mouse: Applying InputClass "libinput pointer catchall"
[    20.201] (II) Using input driver 'libinput' for 'Kingsis Peripherals ZOWIE Gaming mouse'
[    20.257] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 36 paused 0
[    20.257] (**) Kingsis Peripherals ZOWIE Gaming mouse: always reports core events
[    20.257] (**) Option "Device" "/dev/input/event12"
[    20.257] (**) Option "_source" "server/udev"
[    20.258] (II) event12 - Kingsis Peripherals ZOWIE Gaming mouse: is tagged by udev as: Mouse
[    20.258] (II) event12 - Kingsis Peripherals ZOWIE Gaming mouse: device is a pointer
[    20.258] (II) event12 - Kingsis Peripherals ZOWIE Gaming mouse: device removed
[    20.258] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-11/2-11:1.0/0003:1AF3:0001.0002/input/input13/event12"
[    20.258] (II) XINPUT: Adding extended input device "Kingsis Peripherals ZOWIE Gaming mouse" (type: MOUSE, id 9)
[    20.258] (**) Option "AccelerationScheme" "none"
[    20.258] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) selected scheme none/0
[    20.258] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration factor: 2.000
[    20.258] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration threshold: 4
[    20.260] (II) event12 - Kingsis Peripherals ZOWIE Gaming mouse: is tagged by udev as: Mouse
[    20.260] (II) event12 - Kingsis Peripherals ZOWIE Gaming mouse: device is a pointer
[    20.261] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/mouse0)
[    20.261] (II) No input driver specified, ignoring this device.
[    20.261] (II) This device may have been added with another device file.
[    20.262] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard (/dev/input/event13)
[    20.262] (**) CM Storm QuickFire Rapid keyboard: Applying InputClass "libinput keyboard catchall"
[    20.262] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard'
[    20.263] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 37 paused 0
[    20.263] (**) CM Storm QuickFire Rapid keyboard: always reports core events
[    20.263] (**) Option "Device" "/dev/input/event13"
[    20.263] (**) Option "_source" "server/udev"
[    20.264] (II) event13 - CM Storm QuickFire Rapid keyboard: is tagged by udev as: Keyboard
[    20.264] (II) event13 - CM Storm QuickFire Rapid keyboard: device is a keyboard
[    20.264] (II) event13 - CM Storm QuickFire Rapid keyboard: device removed
[    20.264] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.0/0003:2516:0004.0003/input/input17/event13"
[    20.264] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard" (type: KEYBOARD, id 10)
[    20.266] (II) event13 - CM Storm QuickFire Rapid keyboard: is tagged by udev as: Keyboard
[    20.266] (II) event13 - CM Storm QuickFire Rapid keyboard: device is a keyboard
[    20.267] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard Consumer Control (/dev/input/event18)
[    20.267] (**) CM Storm QuickFire Rapid keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    20.267] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard Consumer Control'
[    20.268] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 38 paused 0
[    20.268] (**) CM Storm QuickFire Rapid keyboard Consumer Control: always reports core events
[    20.268] (**) Option "Device" "/dev/input/event18"
[    20.268] (**) Option "_source" "server/udev"
[    20.268] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: is tagged by udev as: Keyboard
[    20.268] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: device is a keyboard
[    20.268] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: device removed
[    20.269] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:2516:0004.0004/input/input19/event18"
[    20.269] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard Consumer Control" (type: KEYBOARD, id 11)
[    20.269] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: is tagged by udev as: Keyboard
[    20.269] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: device is a keyboard
[    20.270] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard System Control (/dev/input/event19)
[    20.270] (**) CM Storm QuickFire Rapid keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    20.270] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard System Control'
[    20.270] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 39 paused 0
[    20.270] (**) CM Storm QuickFire Rapid keyboard System Control: always reports core events
[    20.270] (**) Option "Device" "/dev/input/event19"
[    20.270] (**) Option "_source" "server/udev"
[    20.271] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: is tagged by udev as: Keyboard
[    20.271] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: device is a keyboard
[    20.271] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: device removed
[    20.271] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:2516:0004.0004/input/input20/event19"
[    20.271] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard System Control" (type: KEYBOARD, id 12)
[    20.272] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: is tagged by udev as: Keyboard
[    20.272] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: device is a keyboard
[    20.272] (II) config/udev: Adding input device HD Webcam C525 (/dev/input/event20)
[    20.272] (**) HD Webcam C525: Applying InputClass "libinput keyboard catchall"
[    20.272] (II) Using input driver 'libinput' for 'HD Webcam C525'
[    20.273] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 40 paused 0
[    20.273] (**) HD Webcam C525: always reports core events
[    20.273] (**) Option "Device" "/dev/input/event20"
[    20.273] (**) Option "_source" "server/udev"
[    20.273] (II) event20 - HD Webcam C525: is tagged by udev as: Keyboard
[    20.273] (II) event20 - HD Webcam C525: device is a keyboard
[    20.273] (II) event20 - HD Webcam C525: device removed
[    20.273] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.2/input/input21/event20"
[    20.273] (II) XINPUT: Adding extended input device "HD Webcam C525" (type: KEYBOARD, id 13)
[    20.274] (II) event20 - HD Webcam C525: is tagged by udev as: Keyboard
[    20.274] (II) event20 - HD Webcam C525: device is a keyboard
[    20.274] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
[    20.274] (II) No input driver specified, ignoring this device.
[    20.274] (II) This device may have been added with another device file.
[    20.274] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
[    20.274] (II) No input driver specified, ignoring this device.
[    20.274] (II) This device may have been added with another device file.
[    20.275] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event11)
[    20.275] (II) No input driver specified, ignoring this device.
[    20.275] (II) This device may have been added with another device file.
[    20.275] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[    20.275] (II) No input driver specified, ignoring this device.
[    20.275] (II) This device may have been added with another device file.
[    20.275] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event5)
[    20.275] (II) No input driver specified, ignoring this device.
[    20.275] (II) This device may have been added with another device file.
[    20.275] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[    20.275] (II) No input driver specified, ignoring this device.
[    20.275] (II) This device may have been added with another device file.
[    20.276] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
[    20.276] (II) No input driver specified, ignoring this device.
[    20.276] (II) This device may have been added with another device file.
[    20.276] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event8)
[    20.276] (II) No input driver specified, ignoring this device.
[    20.276] (II) This device may have been added with another device file.
[    20.276] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    20.276] (II) No input driver specified, ignoring this device.
[    20.276] (II) This device may have been added with another device file.
[    20.279] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    20.279] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    20.279] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    20.279] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    20.279] (--) NVIDIA(GPU-0): 
[    25.466] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    25.466] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    25.466] (--) NVIDIA(GPU-0): 
[    25.498] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    25.498] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    25.498] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    25.498] (--) NVIDIA(GPU-0): 
[    25.529] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    25.529] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    25.529] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    25.529] (--) NVIDIA(GPU-0): 
[    25.529] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    25.529] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    25.529] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    25.529] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    25.529] (--) NVIDIA(GPU-0): 
[    25.530] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    25.530] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    25.530] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    25.530] (--) NVIDIA(GPU-0): 
[    25.530] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    25.530] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    25.530] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    25.530] (--) NVIDIA(GPU-0): 
[    25.576] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    25.576] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    25.576] (--) NVIDIA(GPU-0): 
[    25.608] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    25.608] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    25.608] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    25.608] (--) NVIDIA(GPU-0): 
[    25.639] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    25.639] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    25.639] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    25.639] (--) NVIDIA(GPU-0): 
[    25.639] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    25.639] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    25.639] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    25.639] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    25.639] (--) NVIDIA(GPU-0): 
[    25.640] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    25.640] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    25.640] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    25.640] (--) NVIDIA(GPU-0): 
[    25.640] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    25.640] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    25.640] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    25.640] (--) NVIDIA(GPU-0): 
[    25.712] (II) NVIDIA(0): Setting mode "DVI-I-1: 1440x900_75 @1440x900 +0+90 {ViewPortIn=1440x900, ViewPortOut=1440x900+0+0}, HDMI-0: nvidia-auto-select @1920x1080 +1440+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-0: nvidia-auto-select @1920x1080 +3360+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    25.875] (II) NVIDIA(0): Setting mode "DVI-I-1: 1440x900_75 @1440x900 +0+90 {ViewPortIn=1440x900, ViewPortOut=1440x900+0+0}, HDMI-0: nvidia-auto-select @1920x1080 +3360+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-0: nvidia-auto-select @1920x1080 +3360+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    26.036] (II) NVIDIA(0): Setting mode "DVI-I-1: 1440x900_75 @1440x900 +0+90 {ViewPortIn=1440x900, ViewPortOut=1440x900+0+0}, HDMI-0: nvidia-auto-select @1920x1080 +3360+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-0: 1920x1080_144 @1920x1080 +1440+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    26.230] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    26.230] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    26.230] (--) NVIDIA(GPU-0): 
[    26.262] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    26.262] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    26.262] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    26.262] (--) NVIDIA(GPU-0): 
[    26.293] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    26.293] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    26.293] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    26.293] (--) NVIDIA(GPU-0): 
[    26.293] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    26.293] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    26.293] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    26.293] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    26.293] (--) NVIDIA(GPU-0): 
[    26.294] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    26.294] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    26.294] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    26.294] (--) NVIDIA(GPU-0): 
[    26.294] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    26.294] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    26.294] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    26.294] (--) NVIDIA(GPU-0): 
[    26.310] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    26.310] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    26.310] (--) NVIDIA(GPU-0): 
[    26.342] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    26.342] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    26.342] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    26.342] (--) NVIDIA(GPU-0): 
[    26.372] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    26.372] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    26.372] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    26.372] (--) NVIDIA(GPU-0): 
[    26.373] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    26.373] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    26.373] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    26.373] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    26.373] (--) NVIDIA(GPU-0): 
[    26.374] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    26.374] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    26.374] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    26.374] (--) NVIDIA(GPU-0): 
[    26.374] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    26.374] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    26.374] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    26.374] (--) NVIDIA(GPU-0): 
[    26.390] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    26.390] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    26.390] (--) NVIDIA(GPU-0): 
[    26.421] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    26.421] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    26.421] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    26.421] (--) NVIDIA(GPU-0): 
[    26.452] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    26.452] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    26.452] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    26.452] (--) NVIDIA(GPU-0): 
[    26.452] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    26.452] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    26.452] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    26.452] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    26.452] (--) NVIDIA(GPU-0): 
[    26.453] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    26.453] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    26.453] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    26.453] (--) NVIDIA(GPU-0): 
[    26.453] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    26.453] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    26.453] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    26.453] (--) NVIDIA(GPU-0): 
[    26.469] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    26.469] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    26.469] (--) NVIDIA(GPU-0): 
[    26.501] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    26.501] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    26.501] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    26.501] (--) NVIDIA(GPU-0): 
[    26.532] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    26.532] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    26.532] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    26.532] (--) NVIDIA(GPU-0): 
[    26.532] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    26.532] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    26.532] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    26.532] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    26.532] (--) NVIDIA(GPU-0): 
[    26.533] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    26.533] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    26.533] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    26.533] (--) NVIDIA(GPU-0): 
[    26.533] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    26.533] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    26.533] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    26.533] (--) NVIDIA(GPU-0): 
[    26.549] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    26.549] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    26.549] (--) NVIDIA(GPU-0): 
[    26.581] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): connected
[    26.581] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): Internal TMDS
[    26.581] (--) NVIDIA(GPU-0): Acer AL1916W (DFP-0): 330.0 MHz maximum pixel clock
[    26.581] (--) NVIDIA(GPU-0): 
[    26.612] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): connected
[    26.612] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): Internal TMDS
[    26.612] (--) NVIDIA(GPU-0): HP 22cwa (DFP-1): 600.0 MHz maximum pixel clock
[    26.612] (--) NVIDIA(GPU-0): 
[    26.612] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): connected
[    26.612] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): Internal DisplayPort
[    26.612] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): 960.0 MHz maximum pixel clock
[    26.612] (--) NVIDIA(GPU-0): Ancor Communications Inc VG248 (DFP-2): supports NVIDIA 3D Vision stereo.
[    26.612] (--) NVIDIA(GPU-0): 
[    26.613] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    26.613] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    26.613] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    26.613] (--) NVIDIA(GPU-0): 
[    26.613] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    26.613] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    26.613] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    26.613] (--) NVIDIA(GPU-0): 

With lightdm enabled (not working):

Xorg.0_with_lightdm.log
-----
[     2.462] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[     2.462] Build Operating System: Linux Arch Linux
[     2.462] Current Operating System: Linux simon-dt14-arch 4.19.1-arch1-1-ARCH #1 SMP PREEMPT Sun Nov 4 16:49:26 UTC 2018 x86_64
[     2.462] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=10034c7c-85f6-4d02-b5bb-9129816ec593 rw quiet
[     2.462] Build Date: 25 October 2018  04:42:32PM
[     2.462]  
[     2.462] Current version of pixman: 0.34.0
[     2.462] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     2.462] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.462] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 14 15:12:04 2018
[     2.474] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     2.476] (==) No Layout section.  Using the first Screen section.
[     2.476] (==) No screen section available. Using defaults.
[     2.476] (**) |-->Screen "Default Screen Section" (0)
[     2.476] (**) |   |-->Monitor "<default monitor>"
[     2.477] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     2.477] (==) Automatically adding devices
[     2.477] (==) Automatically enabling devices
[     2.477] (==) Automatically adding GPU devices
[     2.477] (==) Automatically binding GPU devices
[     2.477] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     2.481] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     2.481] 	Entry deleted from font path.
[     2.481] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[     2.485] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     2.485] 	Entry deleted from font path.
[     2.485] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     2.485] 	Entry deleted from font path.
[     2.493] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     2.493] (==) ModulePath set to "/usr/lib/xorg/modules"
[     2.493] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     2.493] (II) Module ABI versions:
[     2.493] 	X.Org ANSI C Emulation: 0.4
[     2.493] 	X.Org Video Driver: 24.0
[     2.493] 	X.Org XInput driver : 24.1
[     2.493] 	X.Org Server Extension : 10.0
[     2.493] (++) using VT number 7

[     2.493] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     2.494] (--) PCI:*(1@0:0:0) 10de:13c2:19da:1366 rev 161, Mem @ 0xee000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     2.494] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     2.495] (II) LoadModule: "glx"
[     2.496] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     2.505] (II) Module glx: vendor="X.Org Foundation"
[     2.505] 	compiled for 1.20.3, module version = 1.0.0
[     2.505] 	ABI class: X.Org Server Extension, version 10.0
[     2.505] (==) Matched nouveau as autoconfigured driver 0
[     2.505] (==) Matched nv as autoconfigured driver 1
[     2.505] (==) Matched modesetting as autoconfigured driver 2
[     2.505] (==) Matched fbdev as autoconfigured driver 3
[     2.505] (==) Matched vesa as autoconfigured driver 4
[     2.505] (==) Assigned the driver to the xf86ConfigLayout
[     2.505] (II) LoadModule: "nouveau"
[     2.505] (WW) Warning, couldn't open module nouveau
[     2.505] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     2.505] (II) LoadModule: "nv"
[     2.505] (WW) Warning, couldn't open module nv
[     2.505] (EE) Failed to load module "nv" (module does not exist, 0)
[     2.505] (II) LoadModule: "modesetting"
[     2.505] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     2.508] (II) Module modesetting: vendor="X.Org Foundation"
[     2.508] 	compiled for 1.20.3, module version = 1.20.3
[     2.508] 	Module class: X.Org Video Driver
[     2.508] 	ABI class: X.Org Video Driver, version 24.0
[     2.508] (II) LoadModule: "fbdev"
[     2.508] (WW) Warning, couldn't open module fbdev
[     2.508] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     2.508] (II) LoadModule: "vesa"
[     2.508] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     2.508] (II) Module vesa: vendor="X.Org Foundation"
[     2.508] 	compiled for 1.20.0, module version = 2.4.0
[     2.508] 	Module class: X.Org Video Driver
[     2.508] 	ABI class: X.Org Video Driver, version 24.0
[     2.508] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     2.508] (II) VESA: driver for VESA chipsets: vesa
[     2.510] (EE) open /dev/dri/card0: No such file or directory
[     2.510] (WW) Falling back to old probe method for modesetting
[     2.510] (EE) open /dev/dri/card0: No such file or directory
[     2.510] (EE) Screen 0 deleted because of no matching config section.
[     2.510] (II) UnloadModule: "modesetting"
[     2.510] (II) Loading sub module "vbe"
[     2.510] (II) LoadModule: "vbe"
[     2.510] (II) Loading /usr/lib/xorg/modules/libvbe.so
[     2.510] (II) Module vbe: vendor="X.Org Foundation"
[     2.510] 	compiled for 1.20.3, module version = 1.1.0
[     2.510] 	ABI class: X.Org Video Driver, version 24.0
[     2.510] (II) Loading sub module "int10"
[     2.510] (II) LoadModule: "int10"
[     2.510] (II) Loading /usr/lib/xorg/modules/libint10.so
[     2.511] (II) Module int10: vendor="X.Org Foundation"
[     2.511] 	compiled for 1.20.3, module version = 1.0.0
[     2.511] 	ABI class: X.Org Video Driver, version 24.0
[     2.511] (II) VESA(0): initializing int10
[     2.512] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[     2.567] (II) VESA(0): VESA BIOS detected
[     2.567] (II) VESA(0): VESA VBE Version 3.0
[     2.567] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[     2.567] (II) VESA(0): VESA VBE OEM: NVIDIA
[     2.567] (II) VESA(0): VESA VBE OEM Software Rev: 132.4
[     2.567] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[     2.567] (II) VESA(0): VESA VBE OEM Product: GM204 Board
[     2.567] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev   
[     2.658] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     2.658] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[     2.658] (==) VESA(0): RGB weight 888
[     2.658] (==) VESA(0): Default visual is TrueColor
[     2.658] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[     2.658] (II) Loading sub module "ddc"
[     2.658] (II) LoadModule: "ddc"
[     2.658] (II) Module "ddc" already built-in
[     2.658] (II) VESA(0): VESA VBE DDC supported
[     2.658] (II) VESA(0): VESA VBE DDC Level 2
[     2.658] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[     2.675] (II) VESA(0): VESA VBE DDC read successfully
[     2.675] (II) VESA(0): Manufacturer: ACR  Model: ad80  Serial#: 2150659649
[     2.675] (II) VESA(0): Year: 2008  Week: 3
[     2.675] (II) VESA(0): EDID Version: 1.3
[     2.675] (II) VESA(0): Digital Display Input
[     2.675] (II) VESA(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[     2.675] (II) VESA(0): Gamma: 2.20
[     2.675] (II) VESA(0): DPMS capabilities: StandBy Suspend Off
[     2.675] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     2.675] (II) VESA(0): First detailed timing is preferred mode
[     2.675] (II) VESA(0): redX: 0.636 redY: 0.349   greenX: 0.290 greenY: 0.589
[     2.675] (II) VESA(0): blueX: 0.143 blueY: 0.080   whiteX: 0.313 whiteY: 0.329
[     2.675] (II) VESA(0): Supported established timings:
[     2.675] (II) VESA(0): 720x400@70Hz
[     2.675] (II) VESA(0): 640x480@60Hz
[     2.675] (II) VESA(0): 640x480@67Hz
[     2.675] (II) VESA(0): 640x480@72Hz
[     2.675] (II) VESA(0): 640x480@75Hz
[     2.675] (II) VESA(0): 800x600@56Hz
[     2.675] (II) VESA(0): 800x600@60Hz
[     2.675] (II) VESA(0): 800x600@72Hz
[     2.675] (II) VESA(0): 800x600@75Hz
[     2.675] (II) VESA(0): 832x624@75Hz
[     2.675] (II) VESA(0): 1024x768@60Hz
[     2.675] (II) VESA(0): 1024x768@70Hz
[     2.675] (II) VESA(0): 1024x768@75Hz
[     2.675] (II) VESA(0): 1280x1024@75Hz
[     2.675] (II) VESA(0): 1152x864@75Hz
[     2.675] (II) VESA(0): Manufacturer's mask: 10
[     2.675] (II) VESA(0): Supported standard timings:
[     2.675] (II) VESA(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     2.675] (II) VESA(0): #1: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[     2.675] (II) VESA(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     2.675] (II) VESA(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     2.675] (II) VESA(0): Supported detailed timing:
[     2.675] (II) VESA(0): clock: 106.5 MHz   Image Size:  410 x 256 mm
[     2.675] (II) VESA(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[     2.675] (II) VESA(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[     2.675] (II) VESA(0): Serial No: L800C0504064
[     2.675] (II) VESA(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 82 kHz, PixClock max 145 MHz
[     2.675] (II) VESA(0): Monitor name: AL1916W
[     2.675] (II) VESA(0): EDID (in hex):
[     2.675] (II) VESA(0): 	00ffffffffffff00047280ad41763080
[     2.675] (II) VESA(0): 	0312010380291a78ead7a5a2594a9624
[     2.675] (II) VESA(0): 	145054bfef909500950f818081400101
[     2.675] (II) VESA(0): 	0101010101019a29a0d0518422305098
[     2.675] (II) VESA(0): 	36009a001100001c000000ff004c3830
[     2.675] (II) VESA(0): 	3043303530343036340a000000fd0038
[     2.675] (II) VESA(0): 	4b1e520e000a202020202020000000fc
[     2.675] (II) VESA(0): 	00414c31393136570a20202020200055
[     2.675] (II) VESA(0): EDID vendor "ACR", prod id 44416
[     2.675] (II) VESA(0): Using EDID range info for horizontal sync
[     2.675] (II) VESA(0): Using EDID range info for vertical refresh
[     2.675] (II) VESA(0): Printing DDC gathered Modelines:
[     2.675] (II) VESA(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[     2.675] (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     2.675] (II) VESA(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     2.675] (II) VESA(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     2.675] (II) VESA(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     2.675] (II) VESA(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     2.675] (II) VESA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     2.675] (II) VESA(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     2.675] (II) VESA(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     2.675] (II) VESA(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     2.675] (II) VESA(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     2.675] (II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     2.675] (II) VESA(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     2.675] (II) VESA(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     2.675] (II) VESA(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     2.675] (II) VESA(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     2.675] (II) VESA(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[     2.675] (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     2.675] (II) VESA(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     2.675] (II) VESA(0): Searching for matching VESA mode(s):
[     2.676] Mode: 100 (640x400)
[     2.676] 	ModeAttributes: 0x3bf
[     2.676] 	WinAAttributes: 0x7
[     2.676] 	WinBAttributes: 0x0
[     2.676] 	WinGranularity: 64
[     2.676] 	WinSize: 64
[     2.676] 	WinASegment: 0xa000
[     2.676] 	WinBSegment: 0x0
[     2.676] 	WinFuncPtr: 0xc0007fda
[     2.676] 	BytesPerScanline: 640
[     2.676] 	XResolution: 640
[     2.676] 	YResolution: 400
[     2.676] 	XCharSize: 8
[     2.676] 	YCharSize: 16
[     2.676] 	NumberOfPlanes: 1
[     2.676] 	BitsPerPixel: 8
[     2.676] 	NumberOfBanks: 1
[     2.677] 	MemoryModel: 4
[     2.677] 	BankSize: 0
[     2.677] 	NumberOfImages: 14
[     2.677] 	RedMaskSize: 0
[     2.677] 	RedFieldPosition: 0
[     2.677] 	GreenMaskSize: 0
[     2.677] 	GreenFieldPosition: 0
[     2.677] 	BlueMaskSize: 0
[     2.677] 	BlueFieldPosition: 0
[     2.677] 	RsvdMaskSize: 0
[     2.677] 	RsvdFieldPosition: 0
[     2.677] 	DirectColorModeInfo: 0
[     2.677] 	PhysBasePtr: 0xe1000000
[     2.677] 	LinBytesPerScanLine: 640
[     2.677] 	BnkNumberOfImagePages: 14
[     2.677] 	LinNumberOfImagePages: 14
[     2.677] 	LinRedMaskSize: 0
[     2.677] 	LinRedFieldPosition: 0
[     2.677] 	LinGreenMaskSize: 0
[     2.677] 	LinGreenFieldPosition: 0
[     2.677] 	LinBlueMaskSize: 0
[     2.677] 	LinBlueFieldPosition: 0
[     2.677] 	LinRsvdMaskSize: 0
[     2.677] 	LinRsvdFieldPosition: 0
[     2.677] 	MaxPixelClock: 229500000
[     2.678] Mode: 101 (640x480)
[     2.678] 	ModeAttributes: 0x3bf
[     2.678] 	WinAAttributes: 0x7
[     2.678] 	WinBAttributes: 0x0
[     2.678] 	WinGranularity: 64
[     2.678] 	WinSize: 64
[     2.678] 	WinASegment: 0xa000
[     2.678] 	WinBSegment: 0x0
[     2.678] 	WinFuncPtr: 0xc0007fda
[     2.678] 	BytesPerScanline: 640
[     2.678] 	XResolution: 640
[     2.678] 	YResolution: 480
[     2.678] 	XCharSize: 8
[     2.678] 	YCharSize: 16
[     2.678] 	NumberOfPlanes: 1
[     2.678] 	BitsPerPixel: 8
[     2.678] 	NumberOfBanks: 1
[     2.678] 	MemoryModel: 4
[     2.678] 	BankSize: 0
[     2.678] 	NumberOfImages: 10
[     2.678] 	RedMaskSize: 0
[     2.678] 	RedFieldPosition: 0
[     2.678] 	GreenMaskSize: 0
[     2.678] 	GreenFieldPosition: 0
[     2.678] 	BlueMaskSize: 0
[     2.678] 	BlueFieldPosition: 0
[     2.678] 	RsvdMaskSize: 0
[     2.678] 	RsvdFieldPosition: 0
[     2.678] 	DirectColorModeInfo: 0
[     2.678] 	PhysBasePtr: 0xe1000000
[     2.678] 	LinBytesPerScanLine: 640
[     2.678] 	BnkNumberOfImagePages: 10
[     2.678] 	LinNumberOfImagePages: 10
[     2.678] 	LinRedMaskSize: 0
[     2.678] 	LinRedFieldPosition: 0
[     2.678] 	LinGreenMaskSize: 0
[     2.678] 	LinGreenFieldPosition: 0
[     2.678] 	LinBlueMaskSize: 0
[     2.678] 	LinBlueFieldPosition: 0
[     2.678] 	LinRsvdMaskSize: 0
[     2.678] 	LinRsvdFieldPosition: 0
[     2.678] 	MaxPixelClock: 229500000
[     2.679] Mode: 102 (800x600)
[     2.679] 	ModeAttributes: 0x33f
[     2.679] 	WinAAttributes: 0x7
[     2.679] 	WinBAttributes: 0x0
[     2.679] 	WinGranularity: 64
[     2.679] 	WinSize: 64
[     2.679] 	WinASegment: 0xa000
[     2.679] 	WinBSegment: 0x0
[     2.679] 	WinFuncPtr: 0xc0007fda
[     2.679] 	BytesPerScanline: 100
[     2.679] 	XResolution: 800
[     2.679] 	YResolution: 600
[     2.679] 	XCharSize: 8
[     2.679] 	YCharSize: 16
[     2.679] 	NumberOfPlanes: 4
[     2.679] 	BitsPerPixel: 4
[     2.679] 	NumberOfBanks: 1
[     2.679] 	MemoryModel: 3
[     2.679] 	BankSize: 0
[     2.679] 	NumberOfImages: 2
[     2.679] 	RedMaskSize: 0
[     2.679] 	RedFieldPosition: 0
[     2.679] 	GreenMaskSize: 0
[     2.679] 	GreenFieldPosition: 0
[     2.679] 	BlueMaskSize: 0
[     2.679] 	BlueFieldPosition: 0
[     2.679] 	RsvdMaskSize: 0
[     2.679] 	RsvdFieldPosition: 0
[     2.679] 	DirectColorModeInfo: 0
[     2.679] 	PhysBasePtr: 0x0
[     2.679] 	LinBytesPerScanLine: 100
[     2.679] 	BnkNumberOfImagePages: 2
[     2.679] 	LinNumberOfImagePages: 2
[     2.679] 	LinRedMaskSize: 0
[     2.679] 	LinRedFieldPosition: 0
[     2.679] 	LinGreenMaskSize: 0
[     2.679] 	LinGreenFieldPosition: 0
[     2.679] 	LinBlueMaskSize: 0
[     2.679] 	LinBlueFieldPosition: 0
[     2.679] 	LinRsvdMaskSize: 0
[     2.679] 	LinRsvdFieldPosition: 0
[     2.679] 	MaxPixelClock: 108500000
[     2.681] Mode: 103 (800x600)
[     2.681] 	ModeAttributes: 0x3bf
[     2.681] 	WinAAttributes: 0x7
[     2.681] 	WinBAttributes: 0x0
[     2.681] 	WinGranularity: 64
[     2.681] 	WinSize: 64
[     2.681] 	WinASegment: 0xa000
[     2.681] 	WinBSegment: 0x0
[     2.681] 	WinFuncPtr: 0xc0007fda
[     2.681] 	BytesPerScanline: 800
[     2.681] 	XResolution: 800
[     2.681] 	YResolution: 600
[     2.681] 	XCharSize: 8
[     2.681] 	YCharSize: 16
[     2.681] 	NumberOfPlanes: 1
[     2.681] 	BitsPerPixel: 8
[     2.681] 	NumberOfBanks: 1
[     2.681] 	MemoryModel: 4
[     2.681] 	BankSize: 0
[     2.681] 	NumberOfImages: 6
[     2.681] 	RedMaskSize: 0
[     2.681] 	RedFieldPosition: 0
[     2.681] 	GreenMaskSize: 0
[     2.681] 	GreenFieldPosition: 0
[     2.681] 	BlueMaskSize: 0
[     2.681] 	BlueFieldPosition: 0
[     2.681] 	RsvdMaskSize: 0
[     2.681] 	RsvdFieldPosition: 0
[     2.681] 	DirectColorModeInfo: 0
[     2.681] 	PhysBasePtr: 0xe1000000
[     2.681] 	LinBytesPerScanLine: 800
[     2.681] 	BnkNumberOfImagePages: 6
[     2.681] 	LinNumberOfImagePages: 6
[     2.681] 	LinRedMaskSize: 0
[     2.681] 	LinRedFieldPosition: 0
[     2.681] 	LinGreenMaskSize: 0
[     2.681] 	LinGreenFieldPosition: 0
[     2.681] 	LinBlueMaskSize: 0
[     2.681] 	LinBlueFieldPosition: 0
[     2.681] 	LinRsvdMaskSize: 0
[     2.681] 	LinRsvdFieldPosition: 0
[     2.681] 	MaxPixelClock: 229500000
[     2.682] Mode: 104 (1024x768)
[     2.682] 	ModeAttributes: 0x33f
[     2.682] 	WinAAttributes: 0x7
[     2.682] 	WinBAttributes: 0x0
[     2.682] 	WinGranularity: 64
[     2.682] 	WinSize: 64
[     2.682] 	WinASegment: 0xa000
[     2.682] 	WinBSegment: 0x0
[     2.682] 	WinFuncPtr: 0xc0007fda
[     2.682] 	BytesPerScanline: 128
[     2.682] 	XResolution: 1024
[     2.682] 	YResolution: 768
[     2.682] 	XCharSize: 8
[     2.682] 	YCharSize: 16
[     2.682] 	NumberOfPlanes: 4
[     2.682] 	BitsPerPixel: 4
[     2.682] 	NumberOfBanks: 1
[     2.682] 	MemoryModel: 3
[     2.682] 	BankSize: 0
[     2.682] 	NumberOfImages: 1
[     2.682] 	RedMaskSize: 0
[     2.682] 	RedFieldPosition: 0
[     2.682] 	GreenMaskSize: 0
[     2.682] 	GreenFieldPosition: 0
[     2.682] 	BlueMaskSize: 0
[     2.682] 	BlueFieldPosition: 0
[     2.682] 	RsvdMaskSize: 0
[     2.682] 	RsvdFieldPosition: 0
[     2.682] 	DirectColorModeInfo: 0
[     2.682] 	PhysBasePtr: 0x0
[     2.682] 	LinBytesPerScanLine: 128
[     2.682] 	BnkNumberOfImagePages: 1
[     2.682] 	LinNumberOfImagePages: 1
[     2.682] 	LinRedMaskSize: 0
[     2.682] 	LinRedFieldPosition: 0
[     2.682] 	LinGreenMaskSize: 0
[     2.682] 	LinGreenFieldPosition: 0
[     2.682] 	LinBlueMaskSize: 0
[     2.682] 	LinBlueFieldPosition: 0
[     2.682] 	LinRsvdMaskSize: 0
[     2.682] 	LinRsvdFieldPosition: 0
[     2.682] 	MaxPixelClock: 108500000
[     2.683] Mode: 105 (1024x768)
[     2.683] 	ModeAttributes: 0x3bf
[     2.683] 	WinAAttributes: 0x7
[     2.683] 	WinBAttributes: 0x0
[     2.683] 	WinGranularity: 64
[     2.683] 	WinSize: 64
[     2.683] 	WinASegment: 0xa000
[     2.683] 	WinBSegment: 0x0
[     2.683] 	WinFuncPtr: 0xc0007fda
[     2.683] 	BytesPerScanline: 1024
[     2.683] 	XResolution: 1024
[     2.683] 	YResolution: 768
[     2.683] 	XCharSize: 8
[     2.683] 	YCharSize: 16
[     2.683] 	NumberOfPlanes: 1
[     2.683] 	BitsPerPixel: 8
[     2.683] 	NumberOfBanks: 1
[     2.683] 	MemoryModel: 4
[     2.683] 	BankSize: 0
[     2.683] 	NumberOfImages: 3
[     2.683] 	RedMaskSize: 0
[     2.683] 	RedFieldPosition: 0
[     2.683] 	GreenMaskSize: 0
[     2.683] 	GreenFieldPosition: 0
[     2.683] 	BlueMaskSize: 0
[     2.683] 	BlueFieldPosition: 0
[     2.683] 	RsvdMaskSize: 0
[     2.683] 	RsvdFieldPosition: 0
[     2.683] 	DirectColorModeInfo: 0
[     2.683] 	PhysBasePtr: 0xe1000000
[     2.683] 	LinBytesPerScanLine: 1024
[     2.683] 	BnkNumberOfImagePages: 3
[     2.683] 	LinNumberOfImagePages: 3
[     2.683] 	LinRedMaskSize: 0
[     2.683] 	LinRedFieldPosition: 0
[     2.683] 	LinGreenMaskSize: 0
[     2.683] 	LinGreenFieldPosition: 0
[     2.683] 	LinBlueMaskSize: 0
[     2.683] 	LinBlueFieldPosition: 0
[     2.683] 	LinRsvdMaskSize: 0
[     2.683] 	LinRsvdFieldPosition: 0
[     2.683] 	MaxPixelClock: 229500000
[     2.685] Mode: 10e (320x200)
[     2.685] 	ModeAttributes: 0x3bf
[     2.685] 	WinAAttributes: 0x7
[     2.685] 	WinBAttributes: 0x0
[     2.685] 	WinGranularity: 64
[     2.685] 	WinSize: 64
[     2.685] 	WinASegment: 0xa000
[     2.685] 	WinBSegment: 0x0
[     2.685] 	WinFuncPtr: 0xc0007fda
[     2.685] 	BytesPerScanline: 640
[     2.685] 	XResolution: 320
[     2.685] 	YResolution: 200
[     2.685] 	XCharSize: 8
[     2.685] 	YCharSize: 8
[     2.685] 	NumberOfPlanes: 1
[     2.685] 	BitsPerPixel: 16
[     2.685] 	NumberOfBanks: 1
[     2.685] 	MemoryModel: 6
[     2.685] 	BankSize: 0
[     2.685] 	NumberOfImages: 30
[     2.685] 	RedMaskSize: 5
[     2.685] 	RedFieldPosition: 11
[     2.685] 	GreenMaskSize: 6
[     2.685] 	GreenFieldPosition: 5
[     2.685] 	BlueMaskSize: 5
[     2.685] 	BlueFieldPosition: 0
[     2.685] 	RsvdMaskSize: 0
[     2.685] 	RsvdFieldPosition: 0
[     2.685] 	DirectColorModeInfo: 0
[     2.685] 	PhysBasePtr: 0xe1000000
[     2.685] 	LinBytesPerScanLine: 640
[     2.685] 	BnkNumberOfImagePages: 30
[     2.685] 	LinNumberOfImagePages: 30
[     2.685] 	LinRedMaskSize: 5
[     2.685] 	LinRedFieldPosition: 11
[     2.685] 	LinGreenMaskSize: 6
[     2.685] 	LinGreenFieldPosition: 5
[     2.685] 	LinBlueMaskSize: 5
[     2.685] 	LinBlueFieldPosition: 0
[     2.685] 	LinRsvdMaskSize: 0
[     2.685] 	LinRsvdFieldPosition: 0
[     2.685] 	MaxPixelClock: 229500000
[     2.686] *Mode: 10f (320x200)
[     2.686] 	ModeAttributes: 0x3bf
[     2.686] 	WinAAttributes: 0x7
[     2.686] 	WinBAttributes: 0x0
[     2.686] 	WinGranularity: 64
[     2.686] 	WinSize: 64
[     2.686] 	WinASegment: 0xa000
[     2.686] 	WinBSegment: 0x0
[     2.686] 	WinFuncPtr: 0xc0007fda
[     2.686] 	BytesPerScanline: 1280
[     2.686] 	XResolution: 320
[     2.686] 	YResolution: 200
[     2.686] 	XCharSize: 8
[     2.686] 	YCharSize: 8
[     2.686] 	NumberOfPlanes: 1
[     2.686] 	BitsPerPixel: 32
[     2.686] 	NumberOfBanks: 1
[     2.686] 	MemoryModel: 6
[     2.686] 	BankSize: 0
[     2.686] 	NumberOfImages: 14
[     2.686] 	RedMaskSize: 8
[     2.686] 	RedFieldPosition: 16
[     2.686] 	GreenMaskSize: 8
[     2.686] 	GreenFieldPosition: 8
[     2.686] 	BlueMaskSize: 8
[     2.686] 	BlueFieldPosition: 0
[     2.686] 	RsvdMaskSize: 8
[     2.686] 	RsvdFieldPosition: 24
[     2.686] 	DirectColorModeInfo: 0
[     2.686] 	PhysBasePtr: 0xe1000000
[     2.686] 	LinBytesPerScanLine: 1280
[     2.686] 	BnkNumberOfImagePages: 14
[     2.686] 	LinNumberOfImagePages: 14
[     2.686] 	LinRedMaskSize: 8
[     2.686] 	LinRedFieldPosition: 16
[     2.686] 	LinGreenMaskSize: 8
[     2.686] 	LinGreenFieldPosition: 8
[     2.686] 	LinBlueMaskSize: 8
[     2.686] 	LinBlueFieldPosition: 0
[     2.686] 	LinRsvdMaskSize: 8
[     2.686] 	LinRsvdFieldPosition: 24
[     2.686] 	MaxPixelClock: 229500000
[     2.687] Mode: 111 (640x480)
[     2.687] 	ModeAttributes: 0x3bf
[     2.687] 	WinAAttributes: 0x7
[     2.687] 	WinBAttributes: 0x0
[     2.687] 	WinGranularity: 64
[     2.687] 	WinSize: 64
[     2.687] 	WinASegment: 0xa000
[     2.687] 	WinBSegment: 0x0
[     2.687] 	WinFuncPtr: 0xc0007fda
[     2.687] 	BytesPerScanline: 1280
[     2.687] 	XResolution: 640
[     2.687] 	YResolution: 480
[     2.687] 	XCharSize: 8
[     2.687] 	YCharSize: 16
[     2.687] 	NumberOfPlanes: 1
[     2.687] 	BitsPerPixel: 16
[     2.687] 	NumberOfBanks: 1
[     2.687] 	MemoryModel: 6
[     2.687] 	BankSize: 0
[     2.687] 	NumberOfImages: 4
[     2.687] 	RedMaskSize: 5
[     2.687] 	RedFieldPosition: 11
[     2.687] 	GreenMaskSize: 6
[     2.687] 	GreenFieldPosition: 5
[     2.687] 	BlueMaskSize: 5
[     2.687] 	BlueFieldPosition: 0
[     2.687] 	RsvdMaskSize: 0
[     2.687] 	RsvdFieldPosition: 0
[     2.687] 	DirectColorModeInfo: 0
[     2.687] 	PhysBasePtr: 0xe1000000
[     2.687] 	LinBytesPerScanLine: 1280
[     2.687] 	BnkNumberOfImagePages: 4
[     2.687] 	LinNumberOfImagePages: 4
[     2.687] 	LinRedMaskSize: 5
[     2.687] 	LinRedFieldPosition: 11
[     2.687] 	LinGreenMaskSize: 6
[     2.687] 	LinGreenFieldPosition: 5
[     2.687] 	LinBlueMaskSize: 5
[     2.687] 	LinBlueFieldPosition: 0
[     2.687] 	LinRsvdMaskSize: 0
[     2.687] 	LinRsvdFieldPosition: 0
[     2.687] 	MaxPixelClock: 229500000
[     2.689] *Mode: 112 (640x480)
[     2.689] 	ModeAttributes: 0x3bf
[     2.689] 	WinAAttributes: 0x7
[     2.689] 	WinBAttributes: 0x0
[     2.689] 	WinGranularity: 64
[     2.689] 	WinSize: 64
[     2.689] 	WinASegment: 0xa000
[     2.689] 	WinBSegment: 0x0
[     2.689] 	WinFuncPtr: 0xc0007fda
[     2.689] 	BytesPerScanline: 2560
[     2.689] 	XResolution: 640
[     2.689] 	YResolution: 480
[     2.689] 	XCharSize: 8
[     2.689] 	YCharSize: 16
[     2.689] 	NumberOfPlanes: 1
[     2.689] 	BitsPerPixel: 32
[     2.689] 	NumberOfBanks: 1
[     2.689] 	MemoryModel: 6
[     2.689] 	BankSize: 0
[     2.689] 	NumberOfImages: 1
[     2.689] 	RedMaskSize: 8
[     2.689] 	RedFieldPosition: 16
[     2.689] 	GreenMaskSize: 8
[     2.689] 	GreenFieldPosition: 8
[     2.689] 	BlueMaskSize: 8
[     2.689] 	BlueFieldPosition: 0
[     2.689] 	RsvdMaskSize: 8
[     2.689] 	RsvdFieldPosition: 24
[     2.689] 	DirectColorModeInfo: 0
[     2.689] 	PhysBasePtr: 0xe1000000
[     2.689] 	LinBytesPerScanLine: 2560
[     2.689] 	BnkNumberOfImagePages: 1
[     2.689] 	LinNumberOfImagePages: 1
[     2.689] 	LinRedMaskSize: 8
[     2.689] 	LinRedFieldPosition: 16
[     2.689] 	LinGreenMaskSize: 8
[     2.689] 	LinGreenFieldPosition: 8
[     2.689] 	LinBlueMaskSize: 8
[     2.689] 	LinBlueFieldPosition: 0
[     2.689] 	LinRsvdMaskSize: 8
[     2.689] 	LinRsvdFieldPosition: 24
[     2.689] 	MaxPixelClock: 229500000
[     2.690] Mode: 114 (800x600)
[     2.690] 	ModeAttributes: 0x3bf
[     2.690] 	WinAAttributes: 0x7
[     2.690] 	WinBAttributes: 0x0
[     2.690] 	WinGranularity: 64
[     2.690] 	WinSize: 64
[     2.690] 	WinASegment: 0xa000
[     2.690] 	WinBSegment: 0x0
[     2.690] 	WinFuncPtr: 0xc0007fda
[     2.690] 	BytesPerScanline: 1600
[     2.690] 	XResolution: 800
[     2.690] 	YResolution: 600
[     2.690] 	XCharSize: 8
[     2.690] 	YCharSize: 16
[     2.690] 	NumberOfPlanes: 1
[     2.690] 	BitsPerPixel: 16
[     2.690] 	NumberOfBanks: 1
[     2.690] 	MemoryModel: 6
[     2.690] 	BankSize: 0
[     2.690] 	NumberOfImages: 2
[     2.690] 	RedMaskSize: 5
[     2.690] 	RedFieldPosition: 11
[     2.690] 	GreenMaskSize: 6
[     2.690] 	GreenFieldPosition: 5
[     2.690] 	BlueMaskSize: 5
[     2.690] 	BlueFieldPosition: 0
[     2.690] 	RsvdMaskSize: 0
[     2.690] 	RsvdFieldPosition: 0
[     2.690] 	DirectColorModeInfo: 0
[     2.690] 	PhysBasePtr: 0xe1000000
[     2.690] 	LinBytesPerScanLine: 1600
[     2.690] 	BnkNumberOfImagePages: 2
[     2.690] 	LinNumberOfImagePages: 2
[     2.690] 	LinRedMaskSize: 5
[     2.690] 	LinRedFieldPosition: 11
[     2.690] 	LinGreenMaskSize: 6
[     2.690] 	LinGreenFieldPosition: 5
[     2.690] 	LinBlueMaskSize: 5
[     2.690] 	LinBlueFieldPosition: 0
[     2.690] 	LinRsvdMaskSize: 0
[     2.690] 	LinRsvdFieldPosition: 0
[     2.690] 	MaxPixelClock: 229500000
[     2.691] *Mode: 115 (800x600)
[     2.691] 	ModeAttributes: 0x3bf
[     2.691] 	WinAAttributes: 0x7
[     2.691] 	WinBAttributes: 0x0
[     2.691] 	WinGranularity: 64
[     2.691] 	WinSize: 64
[     2.691] 	WinASegment: 0xa000
[     2.691] 	WinBSegment: 0x0
[     2.691] 	WinFuncPtr: 0xc0007fda
[     2.691] 	BytesPerScanline: 3200
[     2.691] 	XResolution: 800
[     2.691] 	YResolution: 600
[     2.691] 	XCharSize: 8
[     2.691] 	YCharSize: 16
[     2.691] 	NumberOfPlanes: 1
[     2.691] 	BitsPerPixel: 32
[     2.691] 	NumberOfBanks: 1
[     2.691] 	MemoryModel: 6
[     2.691] 	BankSize: 0
[     2.691] 	NumberOfImages: 1
[     2.691] 	RedMaskSize: 8
[     2.691] 	RedFieldPosition: 16
[     2.691] 	GreenMaskSize: 8
[     2.691] 	GreenFieldPosition: 8
[     2.691] 	BlueMaskSize: 8
[     2.691] 	BlueFieldPosition: 0
[     2.691] 	RsvdMaskSize: 8
[     2.691] 	RsvdFieldPosition: 24
[     2.691] 	DirectColorModeInfo: 0
[     2.691] 	PhysBasePtr: 0xe1000000
[     2.691] 	LinBytesPerScanLine: 3200
[     2.691] 	BnkNumberOfImagePages: 1
[     2.691] 	LinNumberOfImagePages: 1
[     2.691] 	LinRedMaskSize: 8
[     2.691] 	LinRedFieldPosition: 16
[     2.691] 	LinGreenMaskSize: 8
[     2.691] 	LinGreenFieldPosition: 8
[     2.691] 	LinBlueMaskSize: 8
[     2.691] 	LinBlueFieldPosition: 0
[     2.691] 	LinRsvdMaskSize: 8
[     2.691] 	LinRsvdFieldPosition: 24
[     2.691] 	MaxPixelClock: 229500000
[     2.693] Mode: 117 (1024x768)
[     2.693] 	ModeAttributes: 0x3bf
[     2.693] 	WinAAttributes: 0x7
[     2.693] 	WinBAttributes: 0x0
[     2.693] 	WinGranularity: 64
[     2.693] 	WinSize: 64
[     2.693] 	WinASegment: 0xa000
[     2.693] 	WinBSegment: 0x0
[     2.693] 	WinFuncPtr: 0xc0007fda
[     2.693] 	BytesPerScanline: 2048
[     2.693] 	XResolution: 1024
[     2.693] 	YResolution: 768
[     2.693] 	XCharSize: 8
[     2.693] 	YCharSize: 16
[     2.693] 	NumberOfPlanes: 1
[     2.693] 	BitsPerPixel: 16
[     2.693] 	NumberOfBanks: 1
[     2.693] 	MemoryModel: 6
[     2.693] 	BankSize: 0
[     2.693] 	NumberOfImages: 1
[     2.693] 	RedMaskSize: 5
[     2.693] 	RedFieldPosition: 11
[     2.693] 	GreenMaskSize: 6
[     2.693] 	GreenFieldPosition: 5
[     2.693] 	BlueMaskSize: 5
[     2.693] 	BlueFieldPosition: 0
[     2.693] 	RsvdMaskSize: 0
[     2.693] 	RsvdFieldPosition: 0
[     2.693] 	DirectColorModeInfo: 0
[     2.693] 	PhysBasePtr: 0xe1000000
[     2.693] 	LinBytesPerScanLine: 2048
[     2.693] 	BnkNumberOfImagePages: 1
[     2.693] 	LinNumberOfImagePages: 1
[     2.693] 	LinRedMaskSize: 5
[     2.693] 	LinRedFieldPosition: 11
[     2.693] 	LinGreenMaskSize: 6
[     2.693] 	LinGreenFieldPosition: 5
[     2.693] 	LinBlueMaskSize: 5
[     2.693] 	LinBlueFieldPosition: 0
[     2.693] 	LinRsvdMaskSize: 0
[     2.693] 	LinRsvdFieldPosition: 0
[     2.693] 	MaxPixelClock: 229500000
[     2.694] *Mode: 118 (1024x768)
[     2.694] 	ModeAttributes: 0x3bf
[     2.694] 	WinAAttributes: 0x7
[     2.694] 	WinBAttributes: 0x0
[     2.694] 	WinGranularity: 64
[     2.694] 	WinSize: 64
[     2.694] 	WinASegment: 0xa000
[     2.694] 	WinBSegment: 0x0
[     2.694] 	WinFuncPtr: 0xc0007fda
[     2.694] 	BytesPerScanline: 4096
[     2.694] 	XResolution: 1024
[     2.694] 	YResolution: 768
[     2.694] 	XCharSize: 8
[     2.694] 	YCharSize: 16
[     2.694] 	NumberOfPlanes: 1
[     2.694] 	BitsPerPixel: 32
[     2.694] 	NumberOfBanks: 1
[     2.694] 	MemoryModel: 6
[     2.694] 	BankSize: 0
[     2.694] 	NumberOfImages: 1
[     2.694] 	RedMaskSize: 8
[     2.694] 	RedFieldPosition: 16
[     2.694] 	GreenMaskSize: 8
[     2.694] 	GreenFieldPosition: 8
[     2.694] 	BlueMaskSize: 8
[     2.694] 	BlueFieldPosition: 0
[     2.694] 	RsvdMaskSize: 8
[     2.694] 	RsvdFieldPosition: 24
[     2.694] 	DirectColorModeInfo: 0
[     2.694] 	PhysBasePtr: 0xe1000000
[     2.694] 	LinBytesPerScanLine: 4096
[     2.694] 	BnkNumberOfImagePages: 1
[     2.694] 	LinNumberOfImagePages: 1
[     2.694] 	LinRedMaskSize: 8
[     2.694] 	LinRedFieldPosition: 16
[     2.694] 	LinGreenMaskSize: 8
[     2.694] 	LinGreenFieldPosition: 8
[     2.694] 	LinBlueMaskSize: 8
[     2.694] 	LinBlueFieldPosition: 0
[     2.694] 	LinRsvdMaskSize: 8
[     2.694] 	LinRsvdFieldPosition: 24
[     2.694] 	MaxPixelClock: 229500000
[     2.695] Mode: 130 (320x200)
[     2.695] 	ModeAttributes: 0x3bf
[     2.695] 	WinAAttributes: 0x7
[     2.695] 	WinBAttributes: 0x0
[     2.695] 	WinGranularity: 64
[     2.695] 	WinSize: 64
[     2.695] 	WinASegment: 0xa000
[     2.695] 	WinBSegment: 0x0
[     2.695] 	WinFuncPtr: 0xc0007fda
[     2.695] 	BytesPerScanline: 320
[     2.695] 	XResolution: 320
[     2.695] 	YResolution: 200
[     2.695] 	XCharSize: 8
[     2.695] 	YCharSize: 8
[     2.695] 	NumberOfPlanes: 1
[     2.695] 	BitsPerPixel: 8
[     2.695] 	NumberOfBanks: 1
[     2.695] 	MemoryModel: 4
[     2.695] 	BankSize: 0
[     2.695] 	NumberOfImages: 62
[     2.695] 	RedMaskSize: 0
[     2.695] 	RedFieldPosition: 0
[     2.695] 	GreenMaskSize: 0
[     2.695] 	GreenFieldPosition: 0
[     2.695] 	BlueMaskSize: 0
[     2.695] 	BlueFieldPosition: 0
[     2.695] 	RsvdMaskSize: 0
[     2.695] 	RsvdFieldPosition: 0
[     2.695] 	DirectColorModeInfo: 0
[     2.695] 	PhysBasePtr: 0xe1000000
[     2.695] 	LinBytesPerScanLine: 320
[     2.695] 	BnkNumberOfImagePages: 62
[     2.695] 	LinNumberOfImagePages: 62
[     2.695] 	LinRedMaskSize: 0
[     2.695] 	LinRedFieldPosition: 0
[     2.695] 	LinGreenMaskSize: 0
[     2.695] 	LinGreenFieldPosition: 0
[     2.695] 	LinBlueMaskSize: 0
[     2.695] 	LinBlueFieldPosition: 0
[     2.695] 	LinRsvdMaskSize: 0
[     2.695] 	LinRsvdFieldPosition: 0
[     2.695] 	MaxPixelClock: 229500000
[     2.697] Mode: 131 (320x400)
[     2.697] 	ModeAttributes: 0x3bf
[     2.697] 	WinAAttributes: 0x7
[     2.697] 	WinBAttributes: 0x0
[     2.697] 	WinGranularity: 64
[     2.697] 	WinSize: 64
[     2.697] 	WinASegment: 0xa000
[     2.697] 	WinBSegment: 0x0
[     2.697] 	WinFuncPtr: 0xc0007fda
[     2.697] 	BytesPerScanline: 320
[     2.697] 	XResolution: 320
[     2.697] 	YResolution: 400
[     2.697] 	XCharSize: 8
[     2.697] 	YCharSize: 16
[     2.697] 	NumberOfPlanes: 1
[     2.697] 	BitsPerPixel: 8
[     2.697] 	NumberOfBanks: 1
[     2.697] 	MemoryModel: 4
[     2.697] 	BankSize: 0
[     2.697] 	NumberOfImages: 30
[     2.697] 	RedMaskSize: 0
[     2.697] 	RedFieldPosition: 0
[     2.697] 	GreenMaskSize: 0
[     2.697] 	GreenFieldPosition: 0
[     2.697] 	BlueMaskSize: 0
[     2.697] 	BlueFieldPosition: 0
[     2.697] 	RsvdMaskSize: 0
[     2.697] 	RsvdFieldPosition: 0
[     2.697] 	DirectColorModeInfo: 0
[     2.697] 	PhysBasePtr: 0xe1000000
[     2.697] 	LinBytesPerScanLine: 320
[     2.697] 	BnkNumberOfImagePages: 30
[     2.697] 	LinNumberOfImagePages: 30
[     2.697] 	LinRedMaskSize: 0
[     2.697] 	LinRedFieldPosition: 0
[     2.697] 	LinGreenMaskSize: 0
[     2.697] 	LinGreenFieldPosition: 0
[     2.697] 	LinBlueMaskSize: 0
[     2.697] 	LinBlueFieldPosition: 0
[     2.697] 	LinRsvdMaskSize: 0
[     2.697] 	LinRsvdFieldPosition: 0
[     2.697] 	MaxPixelClock: 229500000
[     2.698] Mode: 132 (320x400)
[     2.698] 	ModeAttributes: 0x3bf
[     2.698] 	WinAAttributes: 0x7
[     2.698] 	WinBAttributes: 0x0
[     2.698] 	WinGranularity: 64
[     2.698] 	WinSize: 64
[     2.698] 	WinASegment: 0xa000
[     2.698] 	WinBSegment: 0x0
[     2.698] 	WinFuncPtr: 0xc0007fda
[     2.698] 	BytesPerScanline: 640
[     2.698] 	XResolution: 320
[     2.698] 	YResolution: 400
[     2.698] 	XCharSize: 8
[     2.698] 	YCharSize: 16
[     2.698] 	NumberOfPlanes: 1
[     2.698] 	BitsPerPixel: 16
[     2.698] 	NumberOfBanks: 1
[     2.698] 	MemoryModel: 6
[     2.698] 	BankSize: 0
[     2.698] 	NumberOfImages: 14
[     2.698] 	RedMaskSize: 5
[     2.698] 	RedFieldPosition: 11
[     2.698] 	GreenMaskSize: 6
[     2.698] 	GreenFieldPosition: 5
[     2.698] 	BlueMaskSize: 5
[     2.698] 	BlueFieldPosition: 0
[     2.698] 	RsvdMaskSize: 0
[     2.698] 	RsvdFieldPosition: 0
[     2.698] 	DirectColorModeInfo: 0
[     2.698] 	PhysBasePtr: 0xe1000000
[     2.698] 	LinBytesPerScanLine: 640
[     2.698] 	BnkNumberOfImagePages: 14
[     2.698] 	LinNumberOfImagePages: 14
[     2.698] 	LinRedMaskSize: 5
[     2.698] 	LinRedFieldPosition: 11
[     2.698] 	LinGreenMaskSize: 6
[     2.698] 	LinGreenFieldPosition: 5
[     2.698] 	LinBlueMaskSize: 5
[     2.698] 	LinBlueFieldPosition: 0
[     2.698] 	LinRsvdMaskSize: 0
[     2.698] 	LinRsvdFieldPosition: 0
[     2.698] 	MaxPixelClock: 229500000
[     2.699] *Mode: 133 (320x400)
[     2.699] 	ModeAttributes: 0x3bf
[     2.699] 	WinAAttributes: 0x7
[     2.699] 	WinBAttributes: 0x0
[     2.699] 	WinGranularity: 64
[     2.699] 	WinSize: 64
[     2.699] 	WinASegment: 0xa000
[     2.699] 	WinBSegment: 0x0
[     2.699] 	WinFuncPtr: 0xc0007fda
[     2.699] 	BytesPerScanline: 1280
[     2.699] 	XResolution: 320
[     2.699] 	YResolution: 400
[     2.699] 	XCharSize: 8
[     2.699] 	YCharSize: 16
[     2.699] 	NumberOfPlanes: 1
[     2.699] 	BitsPerPixel: 32
[     2.699] 	NumberOfBanks: 1
[     2.699] 	MemoryModel: 6
[     2.699] 	BankSize: 0
[     2.699] 	NumberOfImages: 6
[     2.699] 	RedMaskSize: 8
[     2.699] 	RedFieldPosition: 16
[     2.699] 	GreenMaskSize: 8
[     2.699] 	GreenFieldPosition: 8
[     2.699] 	BlueMaskSize: 8
[     2.699] 	BlueFieldPosition: 0
[     2.699] 	RsvdMaskSize: 8
[     2.699] 	RsvdFieldPosition: 24
[     2.699] 	DirectColorModeInfo: 0
[     2.699] 	PhysBasePtr: 0xe1000000
[     2.699] 	LinBytesPerScanLine: 1280
[     2.699] 	BnkNumberOfImagePages: 6
[     2.699] 	LinNumberOfImagePages: 6
[     2.699] 	LinRedMaskSize: 8
[     2.699] 	LinRedFieldPosition: 16
[     2.699] 	LinGreenMaskSize: 8
[     2.699] 	LinGreenFieldPosition: 8
[     2.699] 	LinBlueMaskSize: 8
[     2.699] 	LinBlueFieldPosition: 0
[     2.699] 	LinRsvdMaskSize: 8
[     2.699] 	LinRsvdFieldPosition: 24
[     2.699] 	MaxPixelClock: 229500000
[     2.701] Mode: 134 (320x240)
[     2.701] 	ModeAttributes: 0x3bf
[     2.701] 	WinAAttributes: 0x7
[     2.701] 	WinBAttributes: 0x0
[     2.701] 	WinGranularity: 64
[     2.701] 	WinSize: 64
[     2.701] 	WinASegment: 0xa000
[     2.701] 	WinBSegment: 0x0
[     2.701] 	WinFuncPtr: 0xc0007fda
[     2.701] 	BytesPerScanline: 320
[     2.701] 	XResolution: 320
[     2.701] 	YResolution: 240
[     2.701] 	XCharSize: 8
[     2.701] 	YCharSize: 8
[     2.701] 	NumberOfPlanes: 1
[     2.701] 	BitsPerPixel: 8
[     2.701] 	NumberOfBanks: 1
[     2.701] 	MemoryModel: 4
[     2.701] 	BankSize: 0
[     2.701] 	NumberOfImages: 30
[     2.701] 	RedMaskSize: 0
[     2.701] 	RedFieldPosition: 0
[     2.701] 	GreenMaskSize: 0
[     2.701] 	GreenFieldPosition: 0
[     2.701] 	BlueMaskSize: 0
[     2.701] 	BlueFieldPosition: 0
[     2.701] 	RsvdMaskSize: 0
[     2.701] 	RsvdFieldPosition: 0
[     2.701] 	DirectColorModeInfo: 0
[     2.701] 	PhysBasePtr: 0xe1000000
[     2.701] 	LinBytesPerScanLine: 320
[     2.701] 	BnkNumberOfImagePages: 30
[     2.701] 	LinNumberOfImagePages: 30
[     2.701] 	LinRedMaskSize: 0
[     2.701] 	LinRedFieldPosition: 0
[     2.701] 	LinGreenMaskSize: 0
[     2.701] 	LinGreenFieldPosition: 0
[     2.701] 	LinBlueMaskSize: 0
[     2.701] 	LinBlueFieldPosition: 0
[     2.701] 	LinRsvdMaskSize: 0
[     2.701] 	LinRsvdFieldPosition: 0
[     2.701] 	MaxPixelClock: 229500000
[     2.702] Mode: 135 (320x240)
[     2.702] 	ModeAttributes: 0x3bf
[     2.702] 	WinAAttributes: 0x7
[     2.702] 	WinBAttributes: 0x0
[     2.702] 	WinGranularity: 64
[     2.702] 	WinSize: 64
[     2.702] 	WinASegment: 0xa000
[     2.702] 	WinBSegment: 0x0
[     2.702] 	WinFuncPtr: 0xc0007fda
[     2.702] 	BytesPerScanline: 640
[     2.702] 	XResolution: 320
[     2.702] 	YResolution: 240
[     2.702] 	XCharSize: 8
[     2.702] 	YCharSize: 8
[     2.702] 	NumberOfPlanes: 1
[     2.702] 	BitsPerPixel: 16
[     2.702] 	NumberOfBanks: 1
[     2.702] 	MemoryModel: 6
[     2.702] 	BankSize: 0
[     2.702] 	NumberOfImages: 19
[     2.702] 	RedMaskSize: 5
[     2.702] 	RedFieldPosition: 11
[     2.702] 	GreenMaskSize: 6
[     2.702] 	GreenFieldPosition: 5
[     2.702] 	BlueMaskSize: 5
[     2.702] 	BlueFieldPosition: 0
[     2.702] 	RsvdMaskSize: 0
[     2.702] 	RsvdFieldPosition: 0
[     2.702] 	DirectColorModeInfo: 0
[     2.702] 	PhysBasePtr: 0xe1000000
[     2.702] 	LinBytesPerScanLine: 640
[     2.702] 	BnkNumberOfImagePages: 19
[     2.702] 	LinNumberOfImagePages: 19
[     2.702] 	LinRedMaskSize: 5
[     2.702] 	LinRedFieldPosition: 11
[     2.702] 	LinGreenMaskSize: 6
[     2.702] 	LinGreenFieldPosition: 5
[     2.702] 	LinBlueMaskSize: 5
[     2.702] 	LinBlueFieldPosition: 0
[     2.702] 	LinRsvdMaskSize: 0
[     2.702] 	LinRsvdFieldPosition: 0
[     2.702] 	MaxPixelClock: 229500000
[     2.703] *Mode: 136 (320x240)
[     2.703] 	ModeAttributes: 0x3bf
[     2.703] 	WinAAttributes: 0x7
[     2.703] 	WinBAttributes: 0x0
[     2.703] 	WinGranularity: 64
[     2.703] 	WinSize: 64
[     2.703] 	WinASegment: 0xa000
[     2.703] 	WinBSegment: 0x0
[     2.703] 	WinFuncPtr: 0xc0007fda
[     2.703] 	BytesPerScanline: 1280
[     2.703] 	XResolution: 320
[     2.703] 	YResolution: 240
[     2.703] 	XCharSize: 8
[     2.703] 	YCharSize: 8
[     2.703] 	NumberOfPlanes: 1
[     2.703] 	BitsPerPixel: 32
[     2.703] 	NumberOfBanks: 1
[     2.703] 	MemoryModel: 6
[     2.703] 	BankSize: 0
[     2.703] 	NumberOfImages: 10
[     2.703] 	RedMaskSize: 8
[     2.703] 	RedFieldPosition: 16
[     2.703] 	GreenMaskSize: 8
[     2.703] 	GreenFieldPosition: 8
[     2.703] 	BlueMaskSize: 8
[     2.703] 	BlueFieldPosition: 0
[     2.703] 	RsvdMaskSize: 8
[     2.703] 	RsvdFieldPosition: 24
[     2.703] 	DirectColorModeInfo: 0
[     2.703] 	PhysBasePtr: 0xe1000000
[     2.703] 	LinBytesPerScanLine: 1280
[     2.703] 	BnkNumberOfImagePages: 10
[     2.703] 	LinNumberOfImagePages: 10
[     2.703] 	LinRedMaskSize: 8
[     2.703] 	LinRedFieldPosition: 16
[     2.703] 	LinGreenMaskSize: 8
[     2.703] 	LinGreenFieldPosition: 8
[     2.703] 	LinBlueMaskSize: 8
[     2.703] 	LinBlueFieldPosition: 0
[     2.703] 	LinRsvdMaskSize: 8
[     2.703] 	LinRsvdFieldPosition: 24
[     2.703] 	MaxPixelClock: 229500000
[     2.705] Mode: 13d (640x400)
[     2.705] 	ModeAttributes: 0x3bf
[     2.705] 	WinAAttributes: 0x7
[     2.705] 	WinBAttributes: 0x0
[     2.705] 	WinGranularity: 64
[     2.705] 	WinSize: 64
[     2.705] 	WinASegment: 0xa000
[     2.705] 	WinBSegment: 0x0
[     2.705] 	WinFuncPtr: 0xc0007fda
[     2.705] 	BytesPerScanline: 1280
[     2.705] 	XResolution: 640
[     2.705] 	YResolution: 400
[     2.705] 	XCharSize: 8
[     2.705] 	YCharSize: 16
[     2.705] 	NumberOfPlanes: 1
[     2.705] 	BitsPerPixel: 16
[     2.705] 	NumberOfBanks: 1
[     2.705] 	MemoryModel: 6
[     2.705] 	BankSize: 0
[     2.705] 	NumberOfImages: 6
[     2.705] 	RedMaskSize: 5
[     2.705] 	RedFieldPosition: 11
[     2.705] 	GreenMaskSize: 6
[     2.705] 	GreenFieldPosition: 5
[     2.705] 	BlueMaskSize: 5
[     2.705] 	BlueFieldPosition: 0
[     2.705] 	RsvdMaskSize: 0
[     2.705] 	RsvdFieldPosition: 0
[     2.705] 	DirectColorModeInfo: 0
[     2.705] 	PhysBasePtr: 0xe1000000
[     2.705] 	LinBytesPerScanLine: 1280
[     2.705] 	BnkNumberOfImagePages: 6
[     2.705] 	LinNumberOfImagePages: 6
[     2.705] 	LinRedMaskSize: 5
[     2.705] 	LinRedFieldPosition: 11
[     2.705] 	LinGreenMaskSize: 6
[     2.705] 	LinGreenFieldPosition: 5
[     2.705] 	LinBlueMaskSize: 5
[     2.705] 	LinBlueFieldPosition: 0
[     2.705] 	LinRsvdMaskSize: 0
[     2.705] 	LinRsvdFieldPosition: 0
[     2.705] 	MaxPixelClock: 229500000
[     2.706] *Mode: 13e (640x400)
[     2.706] 	ModeAttributes: 0x3bf
[     2.706] 	WinAAttributes: 0x7
[     2.706] 	WinBAttributes: 0x0
[     2.706] 	WinGranularity: 64
[     2.706] 	WinSize: 64
[     2.706] 	WinASegment: 0xa000
[     2.706] 	WinBSegment: 0x0
[     2.706] 	WinFuncPtr: 0xc0007fda
[     2.706] 	BytesPerScanline: 2560
[     2.706] 	XResolution: 640
[     2.706] 	YResolution: 400
[     2.706] 	XCharSize: 8
[     2.706] 	YCharSize: 16
[     2.706] 	NumberOfPlanes: 1
[     2.706] 	BitsPerPixel: 32
[     2.706] 	NumberOfBanks: 1
[     2.706] 	MemoryModel: 6
[     2.706] 	BankSize: 0
[     2.706] 	NumberOfImages: 2
[     2.706] 	RedMaskSize: 8
[     2.706] 	RedFieldPosition: 16
[     2.706] 	GreenMaskSize: 8
[     2.706] 	GreenFieldPosition: 8
[     2.706] 	BlueMaskSize: 8
[     2.706] 	BlueFieldPosition: 0
[     2.706] 	RsvdMaskSize: 8
[     2.706] 	RsvdFieldPosition: 24
[     2.706] 	DirectColorModeInfo: 0
[     2.706] 	PhysBasePtr: 0xe1000000
[     2.706] 	LinBytesPerScanLine: 2560
[     2.706] 	BnkNumberOfImagePages: 2
[     2.706] 	LinNumberOfImagePages: 2
[     2.706] 	LinRedMaskSize: 8
[     2.706] 	LinRedFieldPosition: 16
[     2.706] 	LinGreenMaskSize: 8
[     2.706] 	LinGreenFieldPosition: 8
[     2.706] 	LinBlueMaskSize: 8
[     2.706] 	LinBlueFieldPosition: 0
[     2.706] 	LinRsvdMaskSize: 8
[     2.706] 	LinRsvdFieldPosition: 24
[     2.706] 	MaxPixelClock: 229500000
[     2.707] Mode: 14b (1440x900)
[     2.707] 	ModeAttributes: 0x3bf
[     2.707] 	WinAAttributes: 0x7
[     2.707] 	WinBAttributes: 0x0
[     2.707] 	WinGranularity: 64
[     2.707] 	WinSize: 64
[     2.707] 	WinASegment: 0xa000
[     2.707] 	WinBSegment: 0x0
[     2.707] 	WinFuncPtr: 0xc0007fda
[     2.707] 	BytesPerScanline: 1440
[     2.707] 	XResolution: 1440
[     2.707] 	YResolution: 900
[     2.707] 	XCharSize: 8
[     2.707] 	YCharSize: 16
[     2.707] 	NumberOfPlanes: 1
[     2.707] 	BitsPerPixel: 8
[     2.707] 	NumberOfBanks: 1
[     2.707] 	MemoryModel: 4
[     2.707] 	BankSize: 0
[     2.707] 	NumberOfImages: 0
[     2.707] 	RedMaskSize: 0
[     2.707] 	RedFieldPosition: 0
[     2.707] 	GreenMaskSize: 0
[     2.707] 	GreenFieldPosition: 0
[     2.707] 	BlueMaskSize: 0
[     2.707] 	BlueFieldPosition: 0
[     2.707] 	RsvdMaskSize: 0
[     2.707] 	RsvdFieldPosition: 0
[     2.707] 	DirectColorModeInfo: 0
[     2.707] 	PhysBasePtr: 0xe1000000
[     2.707] 	LinBytesPerScanLine: 1440
[     2.707] 	BnkNumberOfImagePages: 0
[     2.707] 	LinNumberOfImagePages: 0
[     2.707] 	LinRedMaskSize: 0
[     2.707] 	LinRedFieldPosition: 0
[     2.707] 	LinGreenMaskSize: 0
[     2.707] 	LinGreenFieldPosition: 0
[     2.707] 	LinBlueMaskSize: 0
[     2.707] 	LinBlueFieldPosition: 0
[     2.707] 	LinRsvdMaskSize: 0
[     2.707] 	LinRsvdFieldPosition: 0
[     2.707] 	MaxPixelClock: 229500000
[     2.709] Mode: 14c (1440x900)
[     2.709] 	ModeAttributes: 0x3bf
[     2.709] 	WinAAttributes: 0x7
[     2.709] 	WinBAttributes: 0x0
[     2.709] 	WinGranularity: 64
[     2.709] 	WinSize: 64
[     2.709] 	WinASegment: 0xa000
[     2.709] 	WinBSegment: 0x0
[     2.709] 	WinFuncPtr: 0xc0007fda
[     2.709] 	BytesPerScanline: 2880
[     2.709] 	XResolution: 1440
[     2.709] 	YResolution: 900
[     2.709] 	XCharSize: 8
[     2.709] 	YCharSize: 16
[     2.709] 	NumberOfPlanes: 1
[     2.709] 	BitsPerPixel: 16
[     2.709] 	NumberOfBanks: 1
[     2.709] 	MemoryModel: 6
[     2.709] 	BankSize: 0
[     2.709] 	NumberOfImages: 1
[     2.709] 	RedMaskSize: 5
[     2.709] 	RedFieldPosition: 11
[     2.709] 	GreenMaskSize: 6
[     2.709] 	GreenFieldPosition: 5
[     2.709] 	BlueMaskSize: 5
[     2.709] 	BlueFieldPosition: 0
[     2.709] 	RsvdMaskSize: 0
[     2.709] 	RsvdFieldPosition: 0
[     2.709] 	DirectColorModeInfo: 0
[     2.709] 	PhysBasePtr: 0xe1000000
[     2.709] 	LinBytesPerScanLine: 2880
[     2.709] 	BnkNumberOfImagePages: 1
[     2.709] 	LinNumberOfImagePages: 1
[     2.709] 	LinRedMaskSize: 5
[     2.709] 	LinRedFieldPosition: 11
[     2.709] 	LinGreenMaskSize: 6
[     2.709] 	LinGreenFieldPosition: 5
[     2.709] 	LinBlueMaskSize: 5
[     2.709] 	LinBlueFieldPosition: 0
[     2.709] 	LinRsvdMaskSize: 0
[     2.709] 	LinRsvdFieldPosition: 0
[     2.709] 	MaxPixelClock: 229500000
[     2.710] *Mode: 14d (1440x900)
[     2.710] 	ModeAttributes: 0x3bf
[     2.710] 	WinAAttributes: 0x7
[     2.710] 	WinBAttributes: 0x0
[     2.710] 	WinGranularity: 64
[     2.710] 	WinSize: 64
[     2.710] 	WinASegment: 0xa000
[     2.710] 	WinBSegment: 0x0
[     2.710] 	WinFuncPtr: 0xc0007fda
[     2.710] 	BytesPerScanline: 5760
[     2.710] 	XResolution: 1440
[     2.710] 	YResolution: 900
[     2.710] 	XCharSize: 8
[     2.710] 	YCharSize: 16
[     2.710] 	NumberOfPlanes: 1
[     2.710] 	BitsPerPixel: 32
[     2.710] 	NumberOfBanks: 1
[     2.710] 	MemoryModel: 6
[     2.710] 	BankSize: 0
[     2.710] 	NumberOfImages: 1
[     2.710] 	RedMaskSize: 8
[     2.710] 	RedFieldPosition: 16
[     2.710] 	GreenMaskSize: 8
[     2.710] 	GreenFieldPosition: 8
[     2.710] 	BlueMaskSize: 8
[     2.710] 	BlueFieldPosition: 0
[     2.710] 	RsvdMaskSize: 8
[     2.710] 	RsvdFieldPosition: 24
[     2.710] 	DirectColorModeInfo: 0
[     2.710] 	PhysBasePtr: 0xe1000000
[     2.710] 	LinBytesPerScanLine: 5760
[     2.710] 	BnkNumberOfImagePages: 1
[     2.710] 	LinNumberOfImagePages: 1
[     2.710] 	LinRedMaskSize: 8
[     2.710] 	LinRedFieldPosition: 16
[     2.710] 	LinGreenMaskSize: 8
[     2.710] 	LinGreenFieldPosition: 8
[     2.710] 	LinBlueMaskSize: 8
[     2.710] 	LinBlueFieldPosition: 0
[     2.710] 	LinRsvdMaskSize: 8
[     2.710] 	LinRsvdFieldPosition: 24
[     2.710] 	MaxPixelClock: 229500000
[     2.711] Mode: 160 (1280x800)
[     2.711] 	ModeAttributes: 0x3bf
[     2.711] 	WinAAttributes: 0x7
[     2.711] 	WinBAttributes: 0x0
[     2.711] 	WinGranularity: 64
[     2.711] 	WinSize: 64
[     2.711] 	WinASegment: 0xa000
[     2.711] 	WinBSegment: 0x0
[     2.711] 	WinFuncPtr: 0xc0007fda
[     2.711] 	BytesPerScanline: 1280
[     2.711] 	XResolution: 1280
[     2.711] 	YResolution: 800
[     2.711] 	XCharSize: 8
[     2.711] 	YCharSize: 16
[     2.711] 	NumberOfPlanes: 1
[     2.711] 	BitsPerPixel: 8
[     2.711] 	NumberOfBanks: 1
[     2.711] 	MemoryModel: 4
[     2.711] 	BankSize: 0
[     2.711] 	NumberOfImages: 2
[     2.711] 	RedMaskSize: 0
[     2.711] 	RedFieldPosition: 0
[     2.711] 	GreenMaskSize: 0
[     2.711] 	GreenFieldPosition: 0
[     2.711] 	BlueMaskSize: 0
[     2.711] 	BlueFieldPosition: 0
[     2.711] 	RsvdMaskSize: 0
[     2.711] 	RsvdFieldPosition: 0
[     2.711] 	DirectColorModeInfo: 0
[     2.711] 	PhysBasePtr: 0xe1000000
[     2.711] 	LinBytesPerScanLine: 1280
[     2.711] 	BnkNumberOfImagePages: 2
[     2.711] 	LinNumberOfImagePages: 2
[     2.711] 	LinRedMaskSize: 0
[     2.712] 	LinRedFieldPosition: 0
[     2.712] 	LinGreenMaskSize: 0
[     2.712] 	LinGreenFieldPosition: 0
[     2.712] 	LinBlueMaskSize: 0
[     2.712] 	LinBlueFieldPosition: 0
[     2.712] 	LinRsvdMaskSize: 0
[     2.712] 	LinRsvdFieldPosition: 0
[     2.712] 	MaxPixelClock: 229500000
[     2.713] *Mode: 161 (1280x800)
[     2.713] 	ModeAttributes: 0x3bf
[     2.713] 	WinAAttributes: 0x7
[     2.713] 	WinBAttributes: 0x0
[     2.713] 	WinGranularity: 64
[     2.713] 	WinSize: 64
[     2.713] 	WinASegment: 0xa000
[     2.713] 	WinBSegment: 0x0
[     2.713] 	WinFuncPtr: 0xc0007fda
[     2.713] 	BytesPerScanline: 5120
[     2.713] 	XResolution: 1280
[     2.713] 	YResolution: 800
[     2.713] 	XCharSize: 8
[     2.713] 	YCharSize: 16
[     2.713] 	NumberOfPlanes: 1
[     2.713] 	BitsPerPixel: 32
[     2.713] 	NumberOfBanks: 1
[     2.713] 	MemoryModel: 6
[     2.713] 	BankSize: 0
[     2.713] 	NumberOfImages: 1
[     2.713] 	RedMaskSize: 8
[     2.713] 	RedFieldPosition: 16
[     2.713] 	GreenMaskSize: 8
[     2.713] 	GreenFieldPosition: 8
[     2.713] 	BlueMaskSize: 8
[     2.713] 	BlueFieldPosition: 0
[     2.713] 	RsvdMaskSize: 8
[     2.713] 	RsvdFieldPosition: 24
[     2.713] 	DirectColorModeInfo: 0
[     2.713] 	PhysBasePtr: 0xe1000000
[     2.713] 	LinBytesPerScanLine: 5120
[     2.713] 	BnkNumberOfImagePages: 1
[     2.713] 	LinNumberOfImagePages: 1
[     2.713] 	LinRedMaskSize: 8
[     2.713] 	LinRedFieldPosition: 16
[     2.713] 	LinGreenMaskSize: 8
[     2.713] 	LinGreenFieldPosition: 8
[     2.713] 	LinBlueMaskSize: 8
[     2.713] 	LinBlueFieldPosition: 0
[     2.713] 	LinRsvdMaskSize: 8
[     2.713] 	LinRsvdFieldPosition: 24
[     2.713] 	MaxPixelClock: 229500000
[     2.713] 
[     2.713] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[     2.713] (II) VESA(0): <default monitor>: Using hsync range of 30.00-82.00 kHz
[     2.713] (II) VESA(0): <default monitor>: Using vrefresh range of 56.00-75.00 Hz
[     2.713] (II) VESA(0): <default monitor>: Using maximum pixel clock of 145.00 MHz
[     2.713] (WW) VESA(0): Unable to estimate virtual size
[     2.713] (II) VESA(0): Not using built-in mode "1280x800" (no mode of this name)
[     2.713] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[     2.713] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[     2.714] (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
[     2.714] (II) VESA(0): Not using built-in mode "320x400" (no mode of this name)
[     2.714] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[     2.714] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[     2.714] (II) VESA(0): Virtual size is 1440x900 (pitch 1440)
[     2.714] (**) VESA(0): *Built-in mode "1440x900"
[     2.714] (**) VESA(0): *Built-in mode "640x480"
[     2.714] (**) VESA(0): Display dimensions: (410, 260) mm
[     2.714] (**) VESA(0): DPI set to (89, 87)
[     2.714] (**) VESA(0): Using "Shadow Framebuffer"
[     2.714] (II) Loading sub module "shadow"
[     2.714] (II) LoadModule: "shadow"
[     2.714] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     2.715] (II) Module shadow: vendor="X.Org Foundation"
[     2.715] 	compiled for 1.20.3, module version = 1.1.0
[     2.715] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     2.715] (II) Loading sub module "fb"
[     2.715] (II) LoadModule: "fb"
[     2.715] (II) Loading /usr/lib/xorg/modules/libfb.so
[     2.715] (II) Module fb: vendor="X.Org Foundation"
[     2.715] 	compiled for 1.20.3, module version = 1.0.0
[     2.715] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     2.716] (II) Loading sub module "int10"
[     2.716] (II) LoadModule: "int10"
[     2.716] (II) Loading /usr/lib/xorg/modules/libint10.so
[     2.716] (II) Module int10: vendor="X.Org Foundation"
[     2.716] 	compiled for 1.20.3, module version = 1.0.0
[     2.716] 	ABI class: X.Org Video Driver, version 24.0
[     2.716] (II) VESA(0): initializing int10
[     2.716] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[     2.770] (II) VESA(0): VESA BIOS detected
[     2.770] (II) VESA(0): VESA VBE Version 3.0
[     2.770] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[     2.770] (II) VESA(0): VESA VBE OEM: NVIDIA
[     2.770] (II) VESA(0): VESA VBE OEM Software Rev: 132.4
[     2.770] (II) VESA(0): VESA VBE OEM Vendor: NVIDIA Corporation
[     2.770] (II) VESA(0): VESA VBE OEM Product: GM204 Board
[     2.770] (II) VESA(0): VESA VBE OEM Product Rev: Chip Rev   
[     2.770] (II) VESA(0): virtual address = 0x7fd931c6d000, VGAbase = 0x7fd932dab000
	physical address = 0xe1000000, size = 16777216
[     2.774] (II) VESA(0): Setting up VESA Mode 0x14D (1440x900)
[     2.855] (==) VESA(0): Default visual is TrueColor
[     2.856] (==) VESA(0): Backing store enabled
[     2.856] (==) VESA(0): DPMS enabled
[     2.857] (II) Initializing extension Generic Event Extension
[     2.857] (II) Initializing extension SHAPE
[     2.857] (II) Initializing extension MIT-SHM
[     2.857] (II) Initializing extension XInputExtension
[     2.857] (II) Initializing extension XTEST
[     2.858] (II) Initializing extension BIG-REQUESTS
[     2.858] (II) Initializing extension SYNC
[     2.858] (II) Initializing extension XKEYBOARD
[     2.858] (II) Initializing extension XC-MISC
[     2.858] (II) Initializing extension SECURITY
[     2.858] (II) Initializing extension XFIXES
[     2.858] (II) Initializing extension RENDER
[     2.858] (II) Initializing extension RANDR
[     2.858] (II) Initializing extension COMPOSITE
[     2.858] (II) Initializing extension DAMAGE
[     2.858] (II) Initializing extension MIT-SCREEN-SAVER
[     2.858] (II) Initializing extension DOUBLE-BUFFER
[     2.858] (II) Initializing extension RECORD
[     2.858] (II) Initializing extension DPMS
[     2.858] (II) Initializing extension Present
[     2.859] (II) Initializing extension DRI3
[     2.859] (II) Initializing extension X-Resource
[     2.859] (II) Initializing extension XVideo
[     2.859] (II) Initializing extension XVideo-MotionCompensation
[     2.859] (II) Initializing extension GLX
[     2.859] (II) AIGLX: Screen 0 is not DRI2 capable
[     2.999] (II) IGLX: Loaded and initialized swrast
[     2.999] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     2.999] (II) Initializing extension XFree86-VidModeExtension
[     2.999] (II) Initializing extension XFree86-DGA
[     3.000] (II) Initializing extension XFree86-DRI
[     3.000] (II) Initializing extension DRI2
[     3.058] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     3.058] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     3.058] (II) LoadModule: "libinput"
[     3.058] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     3.062] (II) Module libinput: vendor="X.Org Foundation"
[     3.062] 	compiled for 1.20.1, module version = 0.28.1
[     3.062] 	Module class: X.Org XInput Driver
[     3.062] 	ABI class: X.Org XInput driver, version 24.1
[     3.062] (II) Using input driver 'libinput' for 'Power Button'
[     3.062] (**) Power Button: always reports core events
[     3.062] (**) Option "Device" "/dev/input/event2"
[     3.062] (**) Option "_source" "server/udev"
[     3.065] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     3.065] (II) event2  - Power Button: device is a keyboard
[     3.065] (II) event2  - Power Button: device removed
[     3.086] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     3.086] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     3.087] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     3.087] (II) event2  - Power Button: device is a keyboard
[     3.087] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     3.087] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     3.087] (II) Using input driver 'libinput' for 'Power Button'
[     3.087] (**) Power Button: always reports core events
[     3.087] (**) Option "Device" "/dev/input/event0"
[     3.087] (**) Option "_source" "server/udev"
[     3.088] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     3.088] (II) event0  - Power Button: device is a keyboard
[     3.088] (II) event0  - Power Button: device removed
[     3.113] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     3.113] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     3.114] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     3.114] (II) event0  - Power Button: device is a keyboard
[     3.114] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     3.114] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     3.115] (II) Using input driver 'libinput' for 'Sleep Button'
[     3.115] (**) Sleep Button: always reports core events
[     3.115] (**) Option "Device" "/dev/input/event1"
[     3.115] (**) Option "_source" "server/udev"
[     3.115] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     3.115] (II) event1  - Sleep Button: device is a keyboard
[     3.115] (II) event1  - Sleep Button: device removed
[     3.130] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     3.130] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     3.131] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     3.131] (II) event1  - Sleep Button: device is a keyboard
[     3.131] (II) config/udev: Adding drm device (/dev/dri/card0)
[     3.131] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.131] (II) LoadModule: "modesetting"
[     3.131] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.131] (II) Module modesetting: vendor="X.Org Foundation"
[     3.131] 	compiled for 1.20.3, module version = 1.20.3
[     3.131] 	Module class: X.Org Video Driver
[     3.131] 	ABI class: X.Org Video Driver, version 24.0
[     3.131] (II) UnloadModule: "modesetting"
[     3.131] (II) Unloading modesetting
[     3.131] (II) Failed to load module "modesetting" (already loaded, 0)
[     3.131] xf86: found device 0
[     3.132] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     3.132] (II) No input driver specified, ignoring this device.
[     3.132] (II) This device may have been added with another device file.
[     3.133] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     3.133] (II) No input driver specified, ignoring this device.
[     3.133] (II) This device may have been added with another device file.
[     3.133] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     3.133] (II) No input driver specified, ignoring this device.
[     3.133] (II) This device may have been added with another device file.
[     3.134] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[     3.134] (II) No input driver specified, ignoring this device.
[     3.134] (II) This device may have been added with another device file.
[     3.135] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard (/dev/input/event13)
[     3.135] (**) CM Storm QuickFire Rapid keyboard: Applying InputClass "libinput keyboard catchall"
[     3.135] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard'
[     3.135] (**) CM Storm QuickFire Rapid keyboard: always reports core events
[     3.135] (**) Option "Device" "/dev/input/event13"
[     3.135] (**) Option "_source" "server/udev"
[     3.137] (II) event13 - CM Storm QuickFire Rapid keyboard: is tagged by udev as: Keyboard
[     3.137] (II) event13 - CM Storm QuickFire Rapid keyboard: device is a keyboard
[     3.137] (II) event13 - CM Storm QuickFire Rapid keyboard: device removed
[     3.170] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.0/0003:2516:0004.0003/input/input14/event13"
[     3.170] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard" (type: KEYBOARD, id 9)
[     3.171] (II) event13 - CM Storm QuickFire Rapid keyboard: is tagged by udev as: Keyboard
[     3.171] (II) event13 - CM Storm QuickFire Rapid keyboard: device is a keyboard
[     3.171] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard Consumer Control (/dev/input/event18)
[     3.171] (**) CM Storm QuickFire Rapid keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     3.171] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard Consumer Control'
[     3.171] (**) CM Storm QuickFire Rapid keyboard Consumer Control: always reports core events
[     3.171] (**) Option "Device" "/dev/input/event18"
[     3.171] (**) Option "_source" "server/udev"
[     3.172] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: is tagged by udev as: Keyboard
[     3.172] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: device is a keyboard
[     3.172] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: device removed
[     3.210] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:2516:0004.0004/input/input19/event18"
[     3.210] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard Consumer Control" (type: KEYBOARD, id 10)
[     3.211] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: is tagged by udev as: Keyboard
[     3.211] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: device is a keyboard
[     3.211] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard System Control (/dev/input/event19)
[     3.211] (**) CM Storm QuickFire Rapid keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     3.212] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard System Control'
[     3.212] (**) CM Storm QuickFire Rapid keyboard System Control: always reports core events
[     3.212] (**) Option "Device" "/dev/input/event19"
[     3.212] (**) Option "_source" "server/udev"
[     3.213] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: is tagged by udev as: Keyboard
[     3.213] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: device is a keyboard
[     3.213] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: device removed
[     3.236] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:2516:0004.0004/input/input20/event19"
[     3.236] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard System Control" (type: KEYBOARD, id 11)
[     3.238] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: is tagged by udev as: Keyboard
[     3.238] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: device is a keyboard
[     3.239] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
[     3.239] (II) No input driver specified, ignoring this device.
[     3.239] (II) This device may have been added with another device file.
[     3.239] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
[     3.239] (II) No input driver specified, ignoring this device.
[     3.239] (II) This device may have been added with another device file.
[     3.240] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event11)
[     3.240] (II) No input driver specified, ignoring this device.
[     3.240] (II) This device may have been added with another device file.
[     3.240] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[     3.240] (II) No input driver specified, ignoring this device.
[     3.240] (II) This device may have been added with another device file.
[     3.241] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event5)
[     3.241] (II) No input driver specified, ignoring this device.
[     3.241] (II) This device may have been added with another device file.
[     3.241] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[     3.241] (II) No input driver specified, ignoring this device.
[     3.241] (II) This device may have been added with another device file.
[     3.242] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
[     3.242] (II) No input driver specified, ignoring this device.
[     3.242] (II) This device may have been added with another device file.
[     3.242] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event8)
[     3.242] (II) No input driver specified, ignoring this device.
[     3.242] (II) This device may have been added with another device file.
[     3.243] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[     3.243] (II) No input driver specified, ignoring this device.
[     3.243] (II) This device may have been added with another device file.
[     3.251] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[     3.251] (II) No input driver specified, ignoring this device.
[     3.251] (II) This device may have been added with another device file.
[     3.251] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
[     3.251] (II) No input driver specified, ignoring this device.
[     3.251] (II) This device may have been added with another device file.
[     3.251] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[     3.251] (II) No input driver specified, ignoring this device.
[     3.251] (II) This device may have been added with another device file.
[     3.251] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event8)
[     3.251] (II) No input driver specified, ignoring this device.
[     3.251] (II) This device may have been added with another device file.
[     3.251] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
[     3.251] (II) No input driver specified, ignoring this device.
[     3.251] (II) This device may have been added with another device file.
[     3.251] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event5)
[     3.251] (II) No input driver specified, ignoring this device.
[     3.251] (II) This device may have been added with another device file.
[     3.252] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
[     3.252] (II) No input driver specified, ignoring this device.
[     3.252] (II) This device may have been added with another device file.
[     3.252] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event11)
[     3.252] (II) No input driver specified, ignoring this device.
[     3.252] (II) This device may have been added with another device file.
[     3.252] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 /dev/dri/card0
[     3.252] (II) config/udev: Adding drm device (/dev/dri/card0)
[     3.252] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.252] (II) LoadModule: "modesetting"
[     3.252] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.252] (II) Module modesetting: vendor="X.Org Foundation"
[     3.252] 	compiled for 1.20.3, module version = 1.20.3
[     3.252] 	Module class: X.Org Video Driver
[     3.252] 	ABI class: X.Org Video Driver, version 24.0
[     3.252] (II) UnloadModule: "modesetting"
[     3.252] (II) Unloading modesetting
[     3.252] (II) Failed to load module "modesetting" (already loaded, 0)
[     3.252] xf86: found device 0
[     3.252] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     3.252] (II) No input driver specified, ignoring this device.
[     3.252] (II) This device may have been added with another device file.
[     3.252] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     3.252] (II) No input driver specified, ignoring this device.
[     3.252] (II) This device may have been added with another device file.
[     3.252] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[     3.252] (II) No input driver specified, ignoring this device.
[     3.252] (II) This device may have been added with another device file.
[     3.252] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     3.252] (II) No input driver specified, ignoring this device.
[     3.252] (II) This device may have been added with another device file.
[     3.253] (II) config/udev: removing device CM Storm QuickFire Rapid keyboard System Control
[     3.253] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: device removed
[     3.263] (II) UnloadModule: "libinput"
[     3.263] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard System Control (/dev/input/event19)
[     3.263] (**) CM Storm QuickFire Rapid keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     3.263] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard System Control'
[     3.263] (**) CM Storm QuickFire Rapid keyboard System Control: always reports core events
[     3.263] (**) Option "Device" "/dev/input/event19"
[     3.263] (**) Option "_source" "server/udev"
[     3.264] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: is tagged by udev as: Keyboard
[     3.264] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: device is a keyboard
[     3.264] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: device removed
[     3.280] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:2516:0004.0004/input/input20/event19"
[     3.280] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard System Control" (type: KEYBOARD, id 11)
[     3.280] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: is tagged by udev as: Keyboard
[     3.280] (II) event19 - CM Storm QuickFire Rapid keyboard System Control: device is a keyboard
[     3.280] (II) config/udev: removing device CM Storm QuickFire Rapid keyboard
[     3.280] (II) event13 - CM Storm QuickFire Rapid keyboard: device removed
[     3.296] (II) UnloadModule: "libinput"
[     3.296] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard (/dev/input/event13)
[     3.296] (**) CM Storm QuickFire Rapid keyboard: Applying InputClass "libinput keyboard catchall"
[     3.296] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard'
[     3.296] (**) CM Storm QuickFire Rapid keyboard: always reports core events
[     3.296] (**) Option "Device" "/dev/input/event13"
[     3.296] (**) Option "_source" "server/udev"
[     3.297] (II) event13 - CM Storm QuickFire Rapid keyboard: is tagged by udev as: Keyboard
[     3.297] (II) event13 - CM Storm QuickFire Rapid keyboard: device is a keyboard
[     3.297] (II) event13 - CM Storm QuickFire Rapid keyboard: device removed
[     3.307] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.0/0003:2516:0004.0003/input/input14/event13"
[     3.307] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard" (type: KEYBOARD, id 9)
[     3.308] (II) event13 - CM Storm QuickFire Rapid keyboard: is tagged by udev as: Keyboard
[     3.308] (II) event13 - CM Storm QuickFire Rapid keyboard: device is a keyboard
[     3.308] (II) config/udev: removing device CM Storm QuickFire Rapid keyboard Consumer Control
[     3.308] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: device removed
[     3.329] (II) UnloadModule: "libinput"
[     3.330] (II) config/udev: Adding input device CM Storm QuickFire Rapid keyboard Consumer Control (/dev/input/event18)
[     3.330] (**) CM Storm QuickFire Rapid keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     3.330] (II) Using input driver 'libinput' for 'CM Storm QuickFire Rapid keyboard Consumer Control'
[     3.330] (**) CM Storm QuickFire Rapid keyboard Consumer Control: always reports core events
[     3.330] (**) Option "Device" "/dev/input/event18"
[     3.330] (**) Option "_source" "server/udev"
[     3.331] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: is tagged by udev as: Keyboard
[     3.331] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: device is a keyboard
[     3.331] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: device removed
[     3.383] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12:1.1/0003:2516:0004.0004/input/input19/event18"
[     3.383] (II) XINPUT: Adding extended input device "CM Storm QuickFire Rapid keyboard Consumer Control" (type: KEYBOARD, id 10)
[     3.384] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: is tagged by udev as: Keyboard
[     3.384] (II) event18 - CM Storm QuickFire Rapid keyboard Consumer Control: device is a keyboard
[     3.385] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/event12)
[     3.385] (**) Kingsis Peripherals ZOWIE Gaming mouse: Applying InputClass "libinput pointer catchall"
[     3.385] (II) Using input driver 'libinput' for 'Kingsis Peripherals ZOWIE Gaming mouse'
[     3.385] (**) Kingsis Peripherals ZOWIE Gaming mouse: always reports core events
[     3.385] (**) Option "Device" "/dev/input/event12"
[     3.385] (**) Option "_source" "server/udev"
[     3.441] (II) event12 - Kingsis Peripherals ZOWIE Gaming mouse: is tagged by udev as: Mouse
[     3.441] (II) event12 - Kingsis Peripherals ZOWIE Gaming mouse: device is a pointer
[     3.441] (II) event12 - Kingsis Peripherals ZOWIE Gaming mouse: device removed
[     3.503] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-11/2-11:1.0/0003:1AF3:0001.0002/input/input13/event12"
[     3.503] (II) XINPUT: Adding extended input device "Kingsis Peripherals ZOWIE Gaming mouse" (type: MOUSE, id 12)
[     3.503] (**) Option "AccelerationScheme" "none"
[     3.503] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) selected scheme none/0
[     3.503] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration factor: 2.000
[     3.503] (**) Kingsis Peripherals ZOWIE Gaming mouse: (accel) acceleration threshold: 4
[     3.561] (II) event12 - Kingsis Peripherals ZOWIE Gaming mouse: is tagged by udev as: Mouse
[     3.561] (II) event12 - Kingsis Peripherals ZOWIE Gaming mouse: device is a pointer
[     3.561] (II) config/udev: Adding input device Kingsis Peripherals ZOWIE Gaming mouse (/dev/input/mouse0)
[     3.561] (II) No input driver specified, ignoring this device.
[     3.561] (II) This device may have been added with another device file.
[     3.562] (II) config/udev: Adding input device HD Webcam C525 (/dev/input/event20)
[     3.562] (**) HD Webcam C525: Applying InputClass "libinput keyboard catchall"
[     3.562] (II) Using input driver 'libinput' for 'HD Webcam C525'
[     3.562] (**) HD Webcam C525: always reports core events
[     3.562] (**) Option "Device" "/dev/input/event20"
[     3.562] (**) Option "_source" "server/udev"
[     3.563] (II) event20 - HD Webcam C525: is tagged by udev as: Keyboard
[     3.563] (II) event20 - HD Webcam C525: device is a keyboard
[     3.563] (II) event20 - HD Webcam C525: device removed
[     3.623] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.2/input/input21/event20"
[     3.623] (II) XINPUT: Adding extended input device "HD Webcam C525" (type: KEYBOARD, id 13)
[     3.625] (II) event20 - HD Webcam C525: is tagged by udev as: Keyboard
[     3.625] (II) event20 - HD Webcam C525: device is a keyboard

Last edited by Doctor_Propain (2018-11-14 22:25:54)

Offline

#9 2018-11-14 22:34:14

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

In the failing log the following message is missing

xfree86: Adding drm device (/dev/dri/card0)

Offline

#10 2018-11-15 17:14:31

ktz
Member
Registered: 2014-05-29
Posts: 2

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

Hi,
I've been fighting the exact same problem for hours, without knowing.
I had even opened this reddit post: https://www.reddit.com/r/archlinux/comm … idiaintel/
After seeing your post, I have tried disabling lightdm and I finally got my cards working correctly.

lightdm now disabled:

$ systemctl status lightdm
● lightdm.service - Light Display Manager
   Loaded: loaded (/usr/lib/systemd/system/lightdm.service; disabled; vendor preset: disabled)
   Active: inactive (dead)
     Docs: man:lightdm(1)

All the following configuration I had already tried but, with lightdm enabled, I would always get the software renderer, no matter what.

$ head /etc/mkinitcpio.conf | grep -v ^#
MODULES=(intel_agp nvidia nvidia_modeset nvidia_uvm nvidia_drm)
$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x20f cap: 0x1, Source Output crtcs: 4 outputs: 7 associated providers: 1 name:NVIDIA-0
Provider 1: id: 0x45 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 3 associated providers: 1 name:modesetting
$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: GeForce GTX 1080/PCIe/SSE2
$ cat /etc/X11/xorg.conf
#Section "Module"
#	Load "modesetting"
#EndSection

#Section "Device"
#	Identifier "nvidia"
#	Driver "nvidia"
#	BusID "1:0:0"
#	Option	"AllowEmptyInitialConfiguration"
#EndSection

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "1:0:0"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection
$ cat /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf 
Section "OutputClass"
    Identifier "intel"
    MatchDriver "i915"
    Driver "modesetting"
EndSection

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    Option "PrimaryGPU" "yes"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

I still see this in the Xorg log file:

[     9.582] (WW) Warning, couldn't open module glxserver_nvidia
[     9.582] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[     9.582] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[     9.582] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[     9.582] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[     9.582] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[     9.582] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.

Offline

#11 2018-11-15 22:04:05

seth
Member
Registered: 2012-09-03
Posts: 51,013

Offline

#12 2018-11-16 04:01:30

Doctor_Propain
Member
Registered: 2017-05-17
Posts: 17

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

Changing that config option did nothing for me, unfortunately.

Also, I am not using an Optimus Intel + Nvidia graphics setup that ktz is trying to get working. I do not have bumblebee installed or anything like that.

Last edited by Doctor_Propain (2018-11-16 04:05:05)

Offline

#13 2018-11-16 08:13:42

seth
Member
Registered: 2012-09-03
Posts: 51,013

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

What if you disable the lightdm service (or boot the multi-user.target) ensure the nvidia modules are loaded ("lsmod | grep nvidia") and the devices are there ("ls -l /dev/dri") and then start the lightdm service (or the graphical.target)?

Offline

#14 2018-11-16 11:28:18

B1omman
Member
Registered: 2016-02-16
Posts: 36

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

loqs wrote:

In the failing log the following message is missing

xfree86: Adding drm device (/dev/dri/card0)

It is there, but very late and I would guess that last one is because nvidia become active (or something...):

Doctor_Propain wrote:
[     3.131] (II) config/udev: Adding drm device (/dev/dri/card0)
[     3.131] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.131] (II) LoadModule: "modesetting"
...
[     3.131] (II) Unloading modesetting
[     3.131] (II) Failed to load module "modesetting" (already loaded, 0)
...
[     3.252] (II) This device may have been added with another device file.
[     3.252] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 /dev/dri/card0
[     3.252] (II) config/udev: Adding drm device (/dev/dri/card0)
[     3.252] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.252] (II) LoadModule: "modesetting"
...
[     3.252] (II) Unloading modesetting
[     3.252] (II) Failed to load module "modesetting" (already loaded, 0)

Now, this is generally a somewhat frowned upon solution, but the config below could be what's needed to load nvidia driver before VESA. Maybe losing the systemd-logind support with LightDM is at fault, where systemd locks the module for just enough time to break everything. I remember some old bug in systemd that did something similar with systemd-logind holding modules, but I couldn't really tell from the logs and who really understands all of Xorg anyways? You could use nvidia-settings to set metamodes.

# /etc/X11/xorg.conf.d/10-nvidia.conf

# This device is used in the screen below and tell the xserver
# to try load the nvidia driver:

Section "Device"
    Identifier    "Device0"
    Driver    "nvidia"
    VendorName    "NVIDIA Corporation"
    BoardName    "GeForce GTX 970"
EndSection

# This is the first screen section defined, so Xorg will use this,
# which in turn use the device above:

Section "Screen"
    Identifier     "Screen0"
    Device    "Device0"
    DefaultDepth    24
    SubSection    "Display"
        Depth    24
    EndSubSection
EndSection

If that doesn't work, I would like to see how it sets up the xsession after bailing on the systemd-logind.service.
This should probably make the mouse work without breaking any other kind you happen to plug in before:

# /etc/X11/xorg.conf.d/50-mouse.conf

# Fix all Zowie mice:

Section "InputClass"
    Identifier    "ZowieMouse"
    MatchIsPointer    "yes"
    MatchVendor    "Kingsis Peripherals"
    MatchProduct    "Zowie"
    Option    "ZAxisMapping"    "4 5 6 7"
EndSection

Offline

#15 2018-11-20 17:45:22

Doctor_Propain
Member
Registered: 2017-05-17
Posts: 17

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

Hi, sorry for the delayed reply.

What if you disable the lightdm service (or boot the multi-user.target) ensure the nvidia modules are loaded ("lsmod | grep nvidia") and the devices are there ("ls -l /dev/dri") and then start the lightdm service (or the graphical.target)?

This actually works. OpenGL uses Nvidia in this case.

Now, this is generally a somewhat frowned upon solution, but the config below could be what's needed to load nvidia driver before VESA. Maybe losing the systemd-logind support with LightDM is at fault, where systemd locks the module for just enough time to break everything. I remember some old bug in systemd that did something similar with systemd-logind holding modules, but I couldn't really tell from the logs and who really understands all of Xorg anyways? You could use nvidia-settings to set metamodes.

Unfortunately, this did not work. I'm still getting Mesa rendering, in this case.

If that doesn't work, I would like to see how it sets up the xsession after bailing on the systemd-logind.service.

What's needed to show you this? Is this through journalctl?

Offline

#16 2018-11-20 17:54:28

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

If starting lightdm afterwards works, it's likely that it doesn't properly wait for initialization: You might want to try https://wiki.archlinux.org/index.php/Li … TTY_output

Whoops you tried that already. Somewhat of a straw grasp, but what happens if you enable modesetting? Set

nvidia-drm.modeset=1

on your kernel params.

Offline

#17 2018-11-21 01:54:30

Doctor_Propain
Member
Registered: 2017-05-17
Posts: 17

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

V1del wrote:

If starting lightdm afterwards works, it's likely that it doesn't properly wait for initialization: You might want to try https://wiki.archlinux.org/index.php/Li … TTY_output

Whoops you tried that already. Somewhat of a straw grasp, but what happens if you enable modesetting? Set

nvidia-drm.modeset=1

on your kernel params.

Graphics environment fails to load. The kernel boots, and, after all the boot text goes by, the screens turn black with backlight on.

journalctl -r
-----
Nov 20 18:43:00 simon-dt14-arch kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000080
Nov 20 18:42:59 simon-dt14-arch kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Nov 20 18:42:59 simon-dt14-arch kernel: [drm] No driver support for vblank timestamp query.
Nov 20 18:42:59 simon-dt14-arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Nov 20 18:42:59 simon-dt14-arch kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Nov 20 18:42:59 simon-dt14-arch kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  410.73  Sat Oct 20 22:0>

*Edit* Note that was with lightdm.service enabled.

Last edited by Doctor_Propain (2018-11-21 02:02:11)

Offline

#18 2018-11-21 10:45:17

B1omman
Member
Registered: 2016-02-16
Posts: 36

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

Doctor_Propain wrote:

*Edit* Note that was with lightdm.service enabled.

I guess that does not mean that you can launch lightdm manually and have nvidia opengl with lightdm.service disabled and modesetting on?

Nov 20 18:43:00 simon-dt14-arch kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000080

This line should not appear, looks like it's not only you though, assuming you are on 410.78: https://devtalk.nvidia.com/default/topi … modeset-1/.

Offline

#19 2018-12-07 07:49:48

Doctor_Propain
Member
Registered: 2017-05-17
Posts: 17

Re: [Solved] OpenGL Uses mesa instead of nvidia, but only using lightdm

Well, I decided to test this out a day ago to see if it might have been a bug in some package, and it seems to be working fine again. Not sure if it was a bug in nvidia or something else, but it's working fine now. Sorry I can't provide any more details on what might have been the problem.

Offline

Board footer

Powered by FluxBB