Dual Nvidia Cards with 3 Monitors

Hello Everybody,

I have two Nvidia cards:

lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [NVS 310] (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation GF119 [NVS 310] (rev a1)

nvidia-detect
Detected NVIDIA GPUs:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119 [NVS 310] [10de:107d] (rev a1)
04:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119 [NVS 310] [10de:107d] (rev a1)

Checking card: NVIDIA Corporation GF119 [NVS 310] (rev a1)
Your card is supported by all driver versions.
It is recommended to install the
nvidia-driver
package.

Checking card: NVIDIA Corporation GF119 [NVS 310] (rev a1)
Your card is supported by all driver versions.
It is recommended to install the
nvidia-driver

package.

OS:

lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.11 (stretch)
Release: 9.11
Codename: stretch

And i have three monitors 2 Monitors DELL P2317H, DELL P2317H and 1 monitor Lenovo Group Limited T2224pD

On video card 01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [NVS 310] i have connected the two monitors DELL.

On video card 04:00.0 VGA compatible controller: NVIDIA Corporation GF119 [NVS 310] (rev a1) I have connected the lenovo monitor

I have already install correctly the Nvidia Driver:

lspci -v -d 10de:*
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [NVS 310] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: NVIDIA Corporation GF119 [NVS 310]
	Flags: bus master, fast devsel, latency 0, IRQ 129
	Memory at f6000000 (32-bit, non-prefetchable) 
	Memory at e8000000 (64-bit, prefetchable) 
	Memory at f0000000 (64-bit, prefetchable) 
	I/O ports at e000 
	[virtual] Expansion ROM at 000c0000 [disabled] 
	Capabilities: [60] Power Management version 3
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [78] Express Endpoint, MSI 00
	Capabilities: [b4] Vendor Specific Information: Len=14 <?>
	Capabilities: [100] Virtual Channel
	Capabilities: [128] Power Budgeting <?>
	Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Kernel driver in use: nvidia
	Kernel modules: nvidia

04:00.0 VGA compatible controller: NVIDIA Corporation GF119 [NVS 310] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: NVIDIA Corporation GF119 [NVS 310]
	Flags: bus master, fast devsel, latency 0, IRQ 130
	Memory at f4000000 (32-bit, non-prefetchable) 
	Memory at d8000000 (64-bit, prefetchable) 
	Memory at e0000000 (64-bit, prefetchable) 
	I/O ports at d000 
	[virtual] Expansion ROM at f5000000 [disabled] 
	Capabilities: [60] Power Management version 3
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [78] Express Endpoint, MSI 00
	Capabilities: [b4] Vendor Specific Information: Len=14 <?>
	Capabilities: [100] Virtual Channel
	Capabilities: [128] Power Budgeting <?>
	Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Kernel driver in use: nvidia
	Kernel modules: nvidia

I have only available to work with the two monitors DELL connected to the Video card 01:00.0 VGA but the third one is black which is the Lenovo connected to the second card 04:00.0 VGA

I have execute NVIDIA X Server Setings and i can see Both GPU’s:

GPU 0 - (NVS 310):
DP-2-(DELL P2317H)
DP-3-(DELL P2317H)

GPU 1 - (NVS 310):
DP-2-(Lenovo gorupe Limited T2224pD)

But on Xserver Display Configuration the Lenovo Display its Disabled, So i Have Enabled and Activate Xinerama and put each Display on independent Screen and i have save the XORG file:

[code]

nvidia-settings: X configuration file generated by nvidia-settings

nvidia-settings: version 384.111 (build-user@build-machine) Sun Feb 25 17:18:20 UTC 2018

Section “ServerLayout”
Identifier “Layout0”
Screen 0 “Screen0” 0 0
Screen 1 “Screen1” RightOf “Screen0”
Screen 2 “Screen2” RightOf “Screen1”
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Mouse0” “CorePointer”
Option “Xinerama” “1”
EndSection

Section “Files”
EndSection

Section “InputDevice”
# generated from default
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/psaux”
Option “Emulate3Buttons” “no”
Option “ZAxisMapping” “4 5”
EndSection

Section “InputDevice”
# generated from default
Identifier “Keyboard0”
Driver “kbd”
EndSection

Section “Monitor”
# HorizSync source: edid, VertRefresh source: edid
Identifier “Monitor0”
VendorName “Unknown”
ModelName “DELL P2317H”
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option “DPMS”
EndSection

Section “Monitor”
# HorizSync source: unknown, VertRefresh source: unknown
Identifier “Monitor1”
VendorName “Unknown”
ModelName “Lenovo Group Limited T2224pD”
HorizSync 30.0 - 80.0
VertRefresh 50.0 - 75.0
Option “DPMS”
EndSection

Section “Monitor”
# HorizSync source: edid, VertRefresh source: edid
Identifier “Monitor2”
VendorName “Unknown”
ModelName “DELL P2317H”
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option “DPMS”
EndSection

Section “Device”
Identifier “Device0”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “NVS 310”
BusID “PCI:1:0:0”
Screen 0
Option “ModeDebug”
EndSection

Section “Device”
Identifier “Device1”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “NVS 310”
BusID “PCI:4:0:0”
Screen 1
Option “ModeDebug”
EndSection

Section “Device”
Identifier “Device2”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “NVS 310”
BusID “PCI:1:0:0”
Screen 2
Option “ModeDebug”
EndSection

Section “Screen”
Identifier “Screen0”
Device “Device0”
Monitor “Monitor0”
DefaultDepth 24
Option “Stereo” “0”
Option “metamodes” “DP-3: nvidia-auto-select +0+0”
Option “SLI” “Off”
Option “MultiGPU” “Off”
Option “BaseMosaic” “off”
SubSection “Display”
Depth 24
EndSubSection
EndSection

Section “Screen”
Identifier “Screen1”
Device “Device1”
Monitor “Monitor1”
DefaultDepth 24
Option “Stereo” “0”
Option “metamodes” “DP-2: nvidia-auto-select +0+0”
Option “SLI” “Off”
Option “MultiGPU” “Off”
Option “BaseMosaic” “off”
SubSection “Display”
Depth 24
EndSubSection
EndSection

Section “Screen”
Identifier “Screen2”
Device “Device2”
Monitor “Monitor2”
DefaultDepth 24
Option “Stereo” “0”
Option “metamodes” “DP-2: nvidia-auto-select +0+0”
Option “SLI” “Off”
Option “MultiGPU” “Off”
Option “BaseMosaic” “off”
SubSection “Display”
Depth 24
EndSubSection
EndSection

[code]

cat nvidia-bug-report_loadingxorgconf.log


Start of NVIDIA bug report log file. Please include this file, along
with a detailed description of your problem, when reporting a graphics
driver bug via the NVIDIA Linux forum (see devtalk.nvidia.com)
or by sending email to ‘linux-bugs@nvidia.com’.

nvidia-bug-report.sh Version: 22924279

Date: Thu Feb 27 11:16:20 CST 2020
uname: Linux erickma 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
command line flags:


*** /etc/issue
*** ls: -rw-r–r-- 1 root root 26 2018-06-26 07:03:08.000000000 -0500 /etc/issue
Debian GNU/Linux 9 \n \l


*** /etc/debian_version
*** ls: -rw-r–r-- 1 root root 5 2019-09-08 05:51:04.000000000 -0500 /etc/debian_version
9.11


*** /var/log/nvidia-installer.log does not exist


journalctl -b -0 _COMM=Xorg

– No entries –


journalctl -b -1 _COMM=Xorg


journalctl -b -2 _COMM=Xorg


journalctl -b -0 _COMM=Xorg.bin

– No entries –


journalctl -b -1 _COMM=Xorg.bin


journalctl -b -2 _COMM=Xorg.bin


journalctl -b -0 _COMM=X

– No entries –


journalctl -b -1 _COMM=X


journalctl -b -2 _COMM=X


*** /var/log/Xorg.0.log
*** ls: -rw-r–r-- 1 root root 34201 2020-02-27 10:57:07.034185000 -0600 /var/log/Xorg.0.log
[ 3.464] (–) Log file renamed from “/var/log/Xorg.pid-610.log” to “/var/log/Xorg.0.log”
[ 3.465]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 3.465] X Protocol Version 11, Revision 0
[ 3.465] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[ 3.465] Current Operating System: Linux erickma 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64
[ 3.465] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-8-amd64 root=UUID=62c86c90-1684-4633-9427-f6c2a8e3093e ro quiet
[ 3.465] Build Date: 03 November 2018 03:09:11AM
[ 3.465] xorg-server 2:1.19.2-1+deb9u5 (Debian -- User Support)
[ 3.465] Current version of pixman: 0.34.0
[ 3.465] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3.465] Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3.465] (==) Log file: “/var/log/Xorg.0.log”, Time: Thu Feb 27 10:56:50 2020
[ 3.466] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
[ 3.467] (==) No Layout section. Using the first Screen section.
[ 3.467] (==) No screen section available. Using defaults.
[ 3.467] (
) |–>Screen “Default Screen Section” (0)
[ 3.467] (**) | |–>Monitor “”
[ 3.467] (==) No monitor specified for screen “Default Screen Section”.
Using a default monitor configuration.
[ 3.467] (==) Automatically adding devices
[ 3.467] (==) Automatically enabling devices
[ 3.467] (==) Automatically adding GPU devices
[ 3.467] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3.469] (WW) The directory “/usr/share/fonts/X11/cyrillic” does not exist.
[ 3.469] Entry deleted from font path.
[ 3.471] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 3.471] (==) ModulePath set to “/usr/lib/xorg/modules”
[ 3.471] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3.471] (II) Loader magic: 0x56544baade00
[ 3.471] (II) Module ABI versions:
[ 3.471] X.Org ANSI C Emulation: 0.4
[ 3.471] X.Org Video Driver: 23.0
[ 3.471] X.Org XInput driver : 24.1
[ 3.471] X.Org Server Extension : 10.0
[ 3.471] (++) using VT number 1

[ 3.473] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[ 3.474] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3.474] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 3.474] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 3.474] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 3.476] (–) PCI:*(0:1:0:0) 10de:107d:10de:1154 rev 161, Mem @ 0xf6000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x???/131072
[ 3.476] (–) PCI: (0:4:0:0) 10de:107d:10de:1154 rev 161, Mem @ 0xf4000000/16777216, 0xd8000000/134217728, 0xe0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x???/524288
[ 3.476] (II) LoadModule: “glx”
[ 3.477] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 3.519] (II) Module glx: vendor=“NVIDIA Corporation”
[ 3.519] compiled for 4.0.2, module version = 1.0.0
[ 3.519] Module class: X.Org Server Extension
[ 3.519] (II) NVIDIA GLX Module 384.130 Wed Mar 21 02:54:48 PDT 2018
[ 3.520] (II) Applying OutputClass “nvidia” to /dev/dri/card0
[ 3.520] loading driver: nvidia
[ 3.520] (II) Applying OutputClass “nvidia” to /dev/dri/card1
[ 3.520] loading driver: nvidia
[ 3.520] (==) Matched nvidia as autoconfigured driver 0
[ 3.520] (==) Matched nouveau as autoconfigured driver 1
[ 3.520] (==) Matched nv as autoconfigured driver 2
[ 3.520] (==) Matched nvidia as autoconfigured driver 3
[ 3.520] (==) Matched nouveau as autoconfigured driver 4
[ 3.520] (==) Matched nv as autoconfigured driver 5
[ 3.520] (==) Matched nouveau as autoconfigured driver 6
[ 3.520] (==) Matched nv as autoconfigured driver 7
[ 3.520] (==) Matched modesetting as autoconfigured driver 8
[ 3.520] (==) Matched fbdev as autoconfigured driver 9
[ 3.520] (==) Matched vesa as autoconfigured driver 10
[ 3.520] (==) Assigned the driver to the xf86ConfigLayout
[ 3.520] (II) LoadModule: “nvidia”
[ 3.521] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 3.526] (II) Module nvidia: vendor=“NVIDIA Corporation”
[ 3.526] compiled for 4.0.2, module version = 1.0.0
[ 3.526] Module class: X.Org Video Driver
[ 3.527] (II) LoadModule: “nouveau”
[ 3.527] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 3.528] (II) Module nouveau: vendor=“X.Org Foundation”
[ 3.528] compiled for 1.19.3, module version = 1.0.13
[ 3.528] Module class: X.Org Video Driver
[ 3.528] ABI class: X.Org Video Driver, version 23.0
[ 3.528] (II) LoadModule: “nv”
[ 3.530] (WW) Warning, couldn’t open module nv
[ 3.530] (II) UnloadModule: “nv”
[ 3.530] (II) Unloading nv
[ 3.530] (EE) Failed to load module “nv” (module does not exist, 0)
[ 3.530] (II) LoadModule: “modesetting”
[ 3.530] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 3.531] (II) Module modesetting: vendor=“X.Org Foundation”
[ 3.531] compiled for 1.19.2, module version = 1.19.2
[ 3.531] Module class: X.Org Video Driver
[ 3.531] ABI class: X.Org Video Driver, version 23.0
[ 3.531] (II) LoadModule: “fbdev”
[ 3.531] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 3.532] (II) Module fbdev: vendor=“X.Org Foundation”
[ 3.532] compiled for 1.19.0, module version = 0.4.4
[ 3.532] Module class: X.Org Video Driver
[ 3.532] ABI class: X.Org Video Driver, version 23.0
[ 3.532] (II) LoadModule: “vesa”
[ 3.532] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 3.532] (II) Module vesa: vendor=“X.Org Foundation”
[ 3.532] compiled for 1.19.0, module version = 2.3.4
[ 3.532] Module class: X.Org Video Driver
[ 3.532] ABI class: X.Org Video Driver, version 23.0
[ 3.532] (II) NVIDIA dlloader X Driver 384.130 Wed Mar 21 02:29:29 PDT 2018
[ 3.532] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 3.533] (II) NOUVEAU driver Date: Tue Sep 20 00:31:06 2016 -0400
[ 3.533] (II) NOUVEAU driver for NVIDIA chipset families :
[ 3.533] RIVA TNT (NV04)
[ 3.533] RIVA TNT2 (NV05)
[ 3.533] GeForce 256 (NV10)
[ 3.533] GeForce 2 (NV11, NV15)
[ 3.533] GeForce 4MX (NV17, NV18)
[ 3.533] GeForce 3 (NV20)
[ 3.533] GeForce 4Ti (NV25, NV28)
[ 3.533] GeForce FX (NV3x)
[ 3.533] GeForce 6 (NV4x)
[ 3.533] GeForce 7 (G7x)
[ 3.534] GeForce 8 (G8x)
[ 3.534] GeForce GTX 200 (NVA0)
[ 3.534] GeForce GTX 400 (NVC0)
[ 3.534] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 3.534] (II) FBDEV: driver for framebuffer: fbdev
[ 3.534] (II) VESA: driver for VESA chipsets: vesa
[ 3.534] (II) systemd-logind: releasing fd for 226:0
[ 3.535] (II) systemd-logind: releasing fd for 226:1
[ 3.536] (II) Loading sub module “fb”
[ 3.536] (II) LoadModule: “fb”
[ 3.537] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 3.538] (II) Module fb: vendor=“X.Org Foundation”
[ 3.538] compiled for 1.19.2, module version = 1.0.0
[ 3.538] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3.538] (II) Loading sub module “wfb”
[ 3.538] (II) LoadModule: “wfb”
[ 3.538] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 3.539] (II) Module wfb: vendor=“X.Org Foundation”
[ 3.539] compiled for 1.19.2, module version = 1.0.0
[ 3.539] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3.539] (II) Loading sub module “ramdac”
[ 3.539] (II) LoadModule: “ramdac”
[ 3.539] (II) Module “ramdac” already built-in
[ 3.542] (EE) [drm] Failed to open DRM device for (null): -22
[ 3.542] (WW) Falling back to old probe method for modesetting
[ 3.542] (WW) Falling back to old probe method for fbdev
[ 3.542] (II) Loading sub module “fbdevhw”
[ 3.542] (II) LoadModule: “fbdevhw”
[ 3.542] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 3.543] (II) Module fbdevhw: vendor=“X.Org Foundation”
[ 3.543] compiled for 1.19.2, module version = 0.0.2
[ 3.543] ABI class: X.Org Video Driver, version 23.0
[ 3.543] (EE) open /dev/fb0: No such file or directory
[ 3.543] (WW) Falling back to old probe method for vesa
[ 3.543] (II) NVIDIA(0): Creating default Display subsection in Screen section
“Default Screen Section” for depth/fbbpp 24/32
[ 3.543] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 3.543] (==) NVIDIA(0): RGB weight 888
[ 3.543] (==) NVIDIA(0): Default visual is TrueColor
[ 3.543] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3.544] () NVIDIA(0): Enabling 2D acceleration
[ 4.126] (–) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 4.126] (–) NVIDIA(0): DFP-0
[ 4.126] (–) NVIDIA(0): DFP-1
[ 4.126] (–) NVIDIA(0): DFP-2 (boot)
[ 4.126] (–) NVIDIA(0): DFP-3
[ 4.128] (II) NVIDIA(0): NVIDIA GPU NVS 310 (GF119) at PCI:1:0:0 (GPU-0)
[ 4.128] (–) NVIDIA(0): Memory: 1048576 kBytes
[ 4.128] (–) NVIDIA(0): VideoBIOS: 75.19.9d.00.04
[ 4.128] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 4.129] (–) NVIDIA(GPU-0): DFP-0: disconnected
[ 4.129] (–) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 4.129] (–) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 4.129] (–) NVIDIA(GPU-0):
[ 4.130] (–) NVIDIA(GPU-0): DFP-1: disconnected
[ 4.130] (–) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 4.130] (–) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 4.130] (–) NVIDIA(GPU-0):
[ 4.130] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): connected
[ 4.130] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): Internal DisplayPort
[ 4.130] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): 480.0 MHz maximum pixel clock
[ 4.130] (–) NVIDIA(GPU-0):
[ 4.130] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): connected
[ 4.130] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): Internal DisplayPort
[ 4.130] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): 480.0 MHz maximum pixel clock
[ 4.130] (–) NVIDIA(GPU-0):
[ 4.133] (==) NVIDIA(0):
[ 4.133] (==) NVIDIA(0): No modes were requested; the default mode “nvidia-auto-select”
[ 4.133] (==) NVIDIA(0): will be used as the requested mode.
[ 4.133] (==) NVIDIA(0):
[ 4.134] (II) NVIDIA(0): Validated MetaModes:
[ 4.134] (II) NVIDIA(0): “DFP-2:nvidia-auto-select,DFP-3:nvidia-auto-select”
[ 4.134] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
[ 4.137] (–) NVIDIA(0): DPI set to (95, 94); computed from “UseEdidDpi” X config
[ 4.137] (–) NVIDIA(0): option
[ 4.137] (II) UnloadModule: “fbdev”
[ 4.137] (II) Unloading fbdev
[ 4.137] (II) UnloadSubModule: “fbdevhw”
[ 4.137] (II) Unloading fbdevhw
[ 4.137] (II) UnloadModule: “vesa”
[ 4.137] (II) Unloading vesa
[ 4.137] (–) Depth 24 pixmap format is 32 bpp
[ 5.140] (–) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:4:0:0
[ 5.140] (–) NVIDIA(0): DFP-0
[ 5.140] (–) NVIDIA(0): DFP-1
[ 5.140] (–) NVIDIA(0): DFP-2 (boot)
[ 5.140] (–) NVIDIA(0): DFP-3
[ 5.144] (–) NVIDIA(GPU-1): DFP-0: disconnected
[ 5.144] (–) NVIDIA(GPU-1): DFP-0: Internal TMDS
[ 5.144] (–) NVIDIA(GPU-1): DFP-0: 165.0 MHz maximum pixel clock
[ 5.144] (–) NVIDIA(GPU-1):
[ 5.144] (–) NVIDIA(GPU-1): DFP-1: disconnected
[ 5.144] (–) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 5.144] (–) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 5.144] (–) NVIDIA(GPU-1):
[ 5.147] (–) NVIDIA(GPU-1): Lenovo Group Limited T2224pD (DFP-2): connected
[ 5.147] (–) NVIDIA(GPU-1): Lenovo Group Limited T2224pD (DFP-2): Internal DisplayPort
[ 5.147] (–) NVIDIA(GPU-1): Lenovo Group Limited T2224pD (DFP-2): 480.0 MHz maximum pixel clock
[ 5.147] (–) NVIDIA(GPU-1):
[ 5.147] (–) NVIDIA(GPU-1): DFP-3: disconnected
[ 5.147] (–) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[ 5.147] (–) NVIDIA(GPU-1): DFP-3: 480.0 MHz maximum pixel clock
[ 5.147] (–) NVIDIA(GPU-1):
[ 5.197] (II) NVIDIA(GPU-1): NVIDIA GPU NVS 310 (GF119) at PCI:4:0:0 (GPU-1)
[ 5.197] (–) NVIDIA(GPU-1): Memory: 1048576 kBytes
[ 5.197] (–) NVIDIA(GPU-1): VideoBIOS: 75.19.9d.00.04
[ 5.197] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
[ 5.198] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 5.198] (II) NVIDIA: access.
[ 5.200] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 5.200] (II) NVIDIA(0): may not be running or the “AcpidSocketPath” X
[ 5.200] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 5.200] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 5.200] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 5.200] (II) NVIDIA(0): details, please see the “ConnectToAcpid” and
[ 5.200] (II) NVIDIA(0): “AcpidSocketPath” X configuration options in Appendix B: X
[ 5.200] (II) NVIDIA(0): Config Options in the README.
[ 5.214] (II) NVIDIA(0): Setting mode “DFP-2:nvidia-auto-select,DFP-3:nvidia-auto-select”
[ 5.385] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 5.385] (==) NVIDIA(0): Backing store enabled
[ 5.385] (==) NVIDIA(0): Silken mouse enabled
[ 5.386] (==) NVIDIA(0): DPMS enabled
[ 5.387] (II) Loading sub module “dri2”
[ 5.387] (II) LoadModule: “dri2”
[ 5.387] (II) Module “dri2” already built-in
[ 5.387] (II) NVIDIA(0): [DRI2] Setup complete
[ 5.387] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 5.388] (–) RandR disabled
[ 5.393] (II) SELinux: Disabled on system
[ 5.394] (II) Initializing extension GLX
[ 5.394] (II) Indirect GLX disabled.
[ 5.437] (II) config/udev: Adding input device Power Button (/dev/input/event7)
[ 5.437] (
) Power Button: Applying InputClass “libinput keyboard catchall”
[ 5.437] (II) LoadModule: “libinput”
[ 5.437] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 5.438] (II) Module libinput: vendor=“X.Org Foundation”
[ 5.438] compiled for 1.19.0, module version = 0.23.0
[ 5.438] Module class: X.Org XInput Driver
[ 5.438] ABI class: X.Org XInput driver, version 24.1
[ 5.438] (II) Using input driver ‘libinput’ for ‘Power Button’
[ 5.439] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 43 paused 0
[ 5.439] () Power Button: always reports core events
[ 5.439] (
) Option “Device” “/dev/input/event7”
[ 5.439] () Option “_source” “server/udev”
[ 5.439] (II) input device ‘Power Button’, /dev/input/event7 is tagged by udev as: Keyboard
[ 5.439] (II) input device ‘Power Button’, /dev/input/event7 is a keyboard
[ 5.439] (
) Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input10/event7”
[ 5.439] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 6)
[ 5.440] () Option “xkb_model” “pc105”
[ 5.440] (
) Option “xkb_layout” “us”
[ 5.440] (II) input device ‘Power Button’, /dev/input/event7 is tagged by udev as: Keyboard
[ 5.440] (II) input device ‘Power Button’, /dev/input/event7 is a keyboard
[ 5.440] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[ 5.440] () Power Button: Applying InputClass “libinput keyboard catchall”
[ 5.440] (II) Using input driver ‘libinput’ for ‘Power Button’
[ 5.441] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 46 paused 0
[ 5.441] (
) Power Button: always reports core events
[ 5.441] () Option “Device” “/dev/input/event6”
[ 5.441] (
) Option “_source” “server/udev”
[ 5.441] (II) input device ‘Power Button’, /dev/input/event6 is tagged by udev as: Keyboard
[ 5.441] (II) input device ‘Power Button’, /dev/input/event6 is a keyboard
[ 5.441] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input9/event6”
[ 5.441] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 7)
[ 5.441] (
) Option “xkb_model” “pc105”
[ 5.441] () Option “xkb_layout” “us”
[ 5.441] (II) input device ‘Power Button’, /dev/input/event6 is tagged by udev as: Keyboard
[ 5.441] (II) input device ‘Power Button’, /dev/input/event6 is a keyboard
[ 5.441] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[ 5.441] (
) Sleep Button: Applying InputClass “libinput keyboard catchall”
[ 5.441] (II) Using input driver ‘libinput’ for ‘Sleep Button’
[ 5.442] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 47 paused 0
[ 5.442] () Sleep Button: always reports core events
[ 5.442] (
) Option “Device” “/dev/input/event5”
[ 5.442] () Option “_source” “server/udev”
[ 5.442] (II) input device ‘Sleep Button’, /dev/input/event5 is tagged by udev as: Keyboard
[ 5.442] (II) input device ‘Sleep Button’, /dev/input/event5 is a keyboard
[ 5.442] (
) Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input8/event5”
[ 5.442] (II) XINPUT: Adding extended input device “Sleep Button” (type: KEYBOARD, id 8)
[ 5.442] () Option “xkb_model” “pc105”
[ 5.442] (
) Option “xkb_layout” “us”
[ 5.442] (II) input device ‘Sleep Button’, /dev/input/event5 is tagged by udev as: Keyboard
[ 5.443] (II) input device ‘Sleep Button’, /dev/input/event5 is a keyboard
[ 5.443] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[ 5.443] (II) No input driver specified, ignoring this device.
[ 5.443] (II) This device may have been added with another device file.
[ 5.443] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[ 5.443] (II) No input driver specified, ignoring this device.
[ 5.443] (II) This device may have been added with another device file.
[ 5.443] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event0)
[ 5.443] () SIGMACHIP USB Keyboard: Applying InputClass “libinput keyboard catchall”
[ 5.443] (II) Using input driver ‘libinput’ for ‘SIGMACHIP USB Keyboard’
[ 5.444] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 48 paused 0
[ 5.444] (
) SIGMACHIP USB Keyboard: always reports core events
[ 5.444] () Option “Device” “/dev/input/event0”
[ 5.444] (
) Option “_source” “server/udev”
[ 5.444] (II) input device ‘SIGMACHIP USB Keyboard’, /dev/input/event0 is tagged by udev as: Keyboard
[ 5.444] (II) input device ‘SIGMACHIP USB Keyboard’, /dev/input/event0 is a keyboard
[ 5.444] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1C4F:0002.0001/input/input3/event0”
[ 5.444] (II) XINPUT: Adding extended input device “SIGMACHIP USB Keyboard” (type: KEYBOARD, id 9)
[ 5.444] (
) Option “xkb_model” “pc105”
[ 5.444] () Option “xkb_layout” “us”
[ 5.444] (II) input device ‘SIGMACHIP USB Keyboard’, /dev/input/event0 is tagged by udev as: Keyboard
[ 5.444] (II) input device ‘SIGMACHIP USB Keyboard’, /dev/input/event0 is a keyboard
[ 5.445] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event1)
[ 5.445] (
) SIGMACHIP USB Keyboard: Applying InputClass “libinput keyboard catchall”
[ 5.445] (II) Using input driver ‘libinput’ for ‘SIGMACHIP USB Keyboard’
[ 5.445] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 49 paused 0
[ 5.445] () SIGMACHIP USB Keyboard: always reports core events
[ 5.445] (
) Option “Device” “/dev/input/event1”
[ 5.445] () Option “_source” “server/udev”
[ 5.445] (II) input device ‘SIGMACHIP USB Keyboard’, /dev/input/event1 is tagged by udev as: Keyboard
[ 5.445] (II) input device ‘SIGMACHIP USB Keyboard’, /dev/input/event1 is a keyboard
[ 5.445] (II) libinput: SIGMACHIP USB Keyboard: needs a virtual subdevice
[ 5.445] (
) Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0002/input/input4/event1”
[ 5.445] (II) XINPUT: Adding extended input device “SIGMACHIP USB Keyboard” (type: MOUSE, id 10)
[ 5.445] () Option “AccelerationScheme” “none”
[ 5.445] (
) SIGMACHIP USB Keyboard: (accel) selected scheme none/0
[ 5.445] () SIGMACHIP USB Keyboard: (accel) acceleration factor: 2.000
[ 5.445] (
) SIGMACHIP USB Keyboard: (accel) acceleration threshold: 4
[ 5.446] (II) input device ‘SIGMACHIP USB Keyboard’, /dev/input/event1 is tagged by udev as: Keyboard
[ 5.446] (II) input device ‘SIGMACHIP USB Keyboard’, /dev/input/event1 is a keyboard
[ 5.446] (II) config/udev: Adding input device Dell KB216 Wired Keyboard (/dev/input/event2)
[ 5.446] () Dell KB216 Wired Keyboard: Applying InputClass “libinput keyboard catchall”
[ 5.446] (II) Using input driver ‘libinput’ for ‘Dell KB216 Wired Keyboard’
[ 5.446] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 50 paused 0
[ 5.446] (
) Dell KB216 Wired Keyboard: always reports core events
[ 5.446] () Option “Device” “/dev/input/event2”
[ 5.446] (
) Option “_source” “server/udev”
[ 5.447] (II) input device ‘Dell KB216 Wired Keyboard’, /dev/input/event2 is tagged by udev as: Keyboard
[ 5.447] (II) input device ‘Dell KB216 Wired Keyboard’, /dev/input/event2 is a keyboard
[ 5.447] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:413C:2113.0003/input/input5/event2”
[ 5.447] (II) XINPUT: Adding extended input device “Dell KB216 Wired Keyboard” (type: KEYBOARD, id 11)
[ 5.447] (
) Option “xkb_model” “pc105”
[ 5.447] () Option “xkb_layout” “us”
[ 5.447] (II) input device ‘Dell KB216 Wired Keyboard’, /dev/input/event2 is tagged by udev as: Keyboard
[ 5.447] (II) input device ‘Dell KB216 Wired Keyboard’, /dev/input/event2 is a keyboard
[ 5.447] (II) config/udev: Adding input device Dell KB216 Wired Keyboard (/dev/input/event3)
[ 5.447] (
) Dell KB216 Wired Keyboard: Applying InputClass “libinput keyboard catchall”
[ 5.447] (II) Using input driver ‘libinput’ for ‘Dell KB216 Wired Keyboard’
[ 5.448] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 51 paused 0
[ 5.448] () Dell KB216 Wired Keyboard: always reports core events
[ 5.448] (
) Option “Device” “/dev/input/event3”
[ 5.448] () Option “_source” “server/udev”
[ 5.448] (II) input device ‘Dell KB216 Wired Keyboard’, /dev/input/event3 is tagged by udev as: Keyboard
[ 5.448] (II) input device ‘Dell KB216 Wired Keyboard’, /dev/input/event3 is a keyboard
[ 5.448] (
) Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:413C:2113.0004/input/input6/event3”
[ 5.448] (II) XINPUT: Adding extended input device “Dell KB216 Wired Keyboard” (type: KEYBOARD, id 12)
[ 5.448] () Option “xkb_model” “pc105”
[ 5.448] (
) Option “xkb_layout” “us”
[ 5.448] (II) input device ‘Dell KB216 Wired Keyboard’, /dev/input/event3 is tagged by udev as: Keyboard
[ 5.448] (II) input device ‘Dell KB216 Wired Keyboard’, /dev/input/event3 is a keyboard
[ 5.448] (II) config/udev: Adding input device PixArt Dell MS116 USB Optical Mouse (/dev/input/event4)
[ 5.448] () PixArt Dell MS116 USB Optical Mouse: Applying InputClass “libinput pointer catchall”
[ 5.448] (II) Using input driver ‘libinput’ for ‘PixArt Dell MS116 USB Optical Mouse’
[ 5.449] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
[ 5.449] (
) PixArt Dell MS116 USB Optical Mouse: always reports core events
[ 5.449] () Option “Device” “/dev/input/event4”
[ 5.449] (
) Option “_source” “server/udev”
[ 5.449] (II) input device ‘PixArt Dell MS116 USB Optical Mouse’, /dev/input/event4 is tagged by udev as: Mouse
[ 5.449] (II) input device ‘PixArt Dell MS116 USB Optical Mouse’, /dev/input/event4 is a pointer caps
[ 5.449] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:413C:301A.0005/input/input7/event4”
[ 5.449] (II) XINPUT: Adding extended input device “PixArt Dell MS116 USB Optical Mouse” (type: MOUSE, id 13)
[ 5.449] (
) Option “AccelerationScheme” “none”
[ 5.449] () PixArt Dell MS116 USB Optical Mouse: (accel) selected scheme none/0
[ 5.449] (
) PixArt Dell MS116 USB Optical Mouse: (accel) acceleration factor: 2.000
[ 5.449] () PixArt Dell MS116 USB Optical Mouse: (accel) acceleration threshold: 4
[ 5.449] (II) input device ‘PixArt Dell MS116 USB Optical Mouse’, /dev/input/event4 is tagged by udev as: Mouse
[ 5.449] (II) input device ‘PixArt Dell MS116 USB Optical Mouse’, /dev/input/event4 is a pointer caps
[ 5.450] (II) config/udev: Adding input device PixArt Dell MS116 USB Optical Mouse (/dev/input/mouse0)
[ 5.450] (II) No input driver specified, ignoring this device.
[ 5.450] (II) This device may have been added with another device file.
[ 5.450] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[ 5.450] (II) No input driver specified, ignoring this device.
[ 5.450] (II) This device may have been added with another device file.
[ 5.450] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[ 5.450] (II) No input driver specified, ignoring this device.
[ 5.450] (II) This device may have been added with another device file.
[ 5.450] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 5.450] (II) No input driver specified, ignoring this device.
[ 5.450] (II) This device may have been added with another device file.
[ 5.450] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event11)
[ 5.450] (II) No input driver specified, ignoring this device.
[ 5.450] (II) This device may have been added with another device file.
[ 5.450] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12)
[ 5.451] (II) No input driver specified, ignoring this device.
[ 5.451] (II) This device may have been added with another device file.
[ 5.451] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event13)
[ 5.451] (II) No input driver specified, ignoring this device.
[ 5.451] (II) This device may have been added with another device file.
[ 5.451] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[ 5.451] (II) No input driver specified, ignoring this device.
[ 5.451] (II) This device may have been added with another device file.
[ 5.451] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 5.451] (II) No input driver specified, ignoring this device.
[ 5.451] (II) This device may have been added with another device file.
[ 5.451] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[ 5.451] (
) Dell WMI hotkeys: Applying InputClass “libinput keyboard catchall”
[ 5.451] (II) Using input driver ‘libinput’ for ‘Dell WMI hotkeys’
[ 5.452] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 53 paused 0
[ 5.452] () Dell WMI hotkeys: always reports core events
[ 5.452] (
) Option “Device” “/dev/input/event9”
[ 5.452] () Option “_source” “server/udev”
[ 5.452] (II) input device ‘Dell WMI hotkeys’, /dev/input/event9 is tagged by udev as: Keyboard
[ 5.452] (II) input device ‘Dell WMI hotkeys’, /dev/input/event9 is a keyboard
[ 5.452] (
) Option “config_info” “udev:/sys/devices/virtual/input/input12/event9”
[ 5.452] (II) XINPUT: Adding extended input device “Dell WMI hotkeys” (type: KEYBOARD, id 14)
[ 5.452] () Option “xkb_model” “pc105”
[ 5.452] (
) Option “xkb_layout” “us”
[ 5.452] (II) input device ‘Dell WMI hotkeys’, /dev/input/event9 is tagged by udev as: Keyboard
[ 5.452] (II) input device ‘Dell WMI hotkeys’, /dev/input/event9 is a keyboard
[ 5.454] () SIGMACHIP USB Keyboard: Applying InputClass “libinput keyboard catchall”
[ 5.454] (II) Using input driver ‘libinput’ for ‘SIGMACHIP USB Keyboard’
[ 5.454] (II) systemd-logind: returning pre-existing fd for /dev/input/event1 13:65
[ 5.454] (
) SIGMACHIP USB Keyboard: always reports core events
[ 5.454] () Option “Device” “/dev/input/event1”
[ 5.454] (
) Option “_source” “_driver/libinput”
[ 5.454] (II) libinput: SIGMACHIP USB Keyboard: is a virtual subdevice
[ 5.454] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1C4F:0002.0002/input/input4/event1”
[ 5.454] (II) XINPUT: Adding extended input device “SIGMACHIP USB Keyboard” (type: KEYBOARD, id 15)
[ 5.454] (
) Option “xkb_model” “pc105”
[ 5.454] () Option “xkb_layout” “us”
[ 5.454] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): connected
[ 5.454] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): Internal DisplayPort
[ 5.454] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): 480.0 MHz maximum pixel clock
[ 5.454] (–) NVIDIA(GPU-0):
[ 5.454] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): connected
[ 5.454] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): Internal DisplayPort
[ 5.454] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): 480.0 MHz maximum pixel clock
[ 5.454] (–) NVIDIA(GPU-0):
[ 5.455] (–) NVIDIA(GPU-1): Lenovo Group Limited T2224pD (DFP-2): connected
[ 5.455] (–) NVIDIA(GPU-1): Lenovo Group Limited T2224pD (DFP-2): Internal DisplayPort
[ 5.455] (–) NVIDIA(GPU-1): Lenovo Group Limited T2224pD (DFP-2): 480.0 MHz maximum pixel clock
[ 5.455] (–) NVIDIA(GPU-1):
[ 5.455] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[ 5.455] (II) No input driver specified, ignoring this device.
[ 5.455] (II) This device may have been added with another device file.
[ 5.455] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[ 5.455] (II) No input driver specified, ignoring this device.
[ 5.455] (II) This device may have been added with another device file.
[ 5.456] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[ 5.456] (II) No input driver specified, ignoring this device.
[ 5.456] (II) This device may have been added with another device file.
[ 5.456] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[ 5.456] (II) No input driver specified, ignoring this device.
[ 5.456] (II) This device may have been added with another device file.
[ 5.677] (–) NVIDIA(GPU-0): DFP-0: disconnected
[ 5.677] (–) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 5.677] (–) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 5.677] (–) NVIDIA(GPU-0):
[ 5.678] (–) NVIDIA(GPU-0): DFP-1: disconnected
[ 5.678] (–) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 5.678] (–) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 5.678] (–) NVIDIA(GPU-0):
[ 5.678] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): connected
[ 5.678] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): Internal DisplayPort
[ 5.678] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): 480.0 MHz maximum pixel clock
[ 5.678] (–) NVIDIA(GPU-0):
[ 5.678] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): connected
[ 5.678] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): Internal DisplayPort
[ 5.678] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): 480.0 MHz maximum pixel clock
[ 5.678] (–) NVIDIA(GPU-0):
[ 12.825] (–) NVIDIA(GPU-0): DFP-0: disconnected
[ 12.825] (–) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 12.825] (–) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 12.825] (–) NVIDIA(GPU-0):
[ 12.826] (–) NVIDIA(GPU-0): DFP-1: disconnected
[ 12.826] (–) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 12.826] (–) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 12.826] (–) NVIDIA(GPU-0):
[ 12.826] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): connected
[ 12.826] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): Internal DisplayPort
[ 12.826] (–) NVIDIA(GPU-0): DELL P2317H (DFP-2): 480.0 MHz maximum pixel clock
[ 12.826] (–) NVIDIA(GPU-0):
[ 12.826] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): connected
[ 12.826] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): Internal DisplayPort
[ 12.826] (–) NVIDIA(GPU-0): DELL P2317H (DFP-3): 480.0 MHz maximum pixel clock
[ 12.826] (–) NVIDIA(GPU-0):
[ 18.863] (
) Option “fd” “43”
[ 18.863] () Option “fd” “46”
[ 18.863] (
) Option “fd” “47”
[ 18.863] () Option “fd” “48”
[ 18.864] (
) Option “fd” “49”
[ 18.864] () Option “fd” “50”
[ 18.864] (
) Option “fd” “51”
[ 18.864] () Option “fd” “52”
[ 18.864] (
) Option “fd” “53”
[ 18.864] (**) Option “fd” “49”
[ 19.212] (II) systemd-logind: got pause for 13:73
[ 19.212] (II) systemd-logind: got pause for 13:67
[ 19.212] (II) systemd-logind: got pause for 13:64
[ 19.212] (II) systemd-logind: got pause for 13:68
[ 19.212] (II) systemd-logind: got pause for 13:69
[ 19.212] (II) systemd-logind: got pause for 13:70
[ 19.212] (II) systemd-logind: got pause for 13:65
[ 19.212] (II) systemd-logind: got pause for 13:71
[ 19.212] (II) systemd-logind: got pause for 13:66


*** /usr/share/X11/xorg.conf.d/10-amdgpu.conf
*** ls: -rw-r–r-- 1 root root 92 2016-11-17 03:21:36.000000000 -0600 /usr/share/X11/xorg.conf.d/10-amdgpu.conf
Section “OutputClass”
Identifier “AMDgpu”
MatchDriver “amdgpu”
Driver “amdgpu”
EndSection


*** /usr/share/X11/xorg.conf.d/10-quirks.conf
*** ls: -rw-r–r-- 1 root root 1350 2018-10-31 10:58:03.000000000 -0600 /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

22442 – ThinkPad HDAPS accelerometer gets recognized as MOUSE and makes Xorg unusable

Section “InputClass”
Identifier “ThinkPad HDAPS accelerometer blacklist”
MatchProduct “ThinkPad HDAPS accelerometer data”
Option “Ignore” “on”
EndSection

523914 – Mouse does not move in PV Xen guest under RHEL-5.4

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

55867 – Doesn't know how to tag XI_TRACKBALL

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

62831 – Mionix Naos 5000 mouse detected incorrectly

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


*** /usr/share/X11/xorg.conf.d/40-libinput.conf
*** ls: -rw-r–r-- 1 root root 964 2017-01-12 05:48:06.000000000 -0600 /usr/share/X11/xorg.conf.d/40-libinput.conf

Match on all types of devices but tablet devices and 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


*** /usr/share/X11/xorg.conf.d/70-wacom.conf
*** ls: -rw-r–r-- 1 root root 2747 2017-01-23 10:16:45.000000000 -0600 /usr/share/X11/xorg.conf.d/70-wacom.conf

Some of the below input classes appear 3x times, once for each of

“tablet”, “touchscreen”, and “touchpad” to ensure that the Wacom

driver is not accidentally bound to other types of hardware that

Wacom has made which are not handled by the wacom driver (e.g the

Wacom Bluetooth Keyboard)

Linux Wacom Tablet Project / Bugs / #294 Wacom Bluetooth Keyboard mistakenly bound to xf86-input-wacom driver

Section “InputClass”
Identifier “Wacom USB tablet class”
MatchUSBID “056a:"
MatchDevicePath "/dev/input/event

MatchIsTablet “true”
Driver “wacom”
EndSection

Section “InputClass”
Identifier “Wacom USB touchscreen class”
MatchUSBID “056a:"
MatchDevicePath "/dev/input/event

MatchIsTouchscreen “true”
Driver “wacom”
EndSection

Section “InputClass”
Identifier “Wacom USB touchpad class”
MatchUSBID “056a:"
MatchDevicePath "/dev/input/event

MatchIsTouchpad “true”
Driver “wacom”
EndSection

Section “InputClass”
Identifier “Wacom tablet class”
MatchProduct “Wacom|WACOM|PTK-540WL|ISD-V4”
MatchDevicePath “/dev/input/event*”
MatchIsTablet “true”
Driver “wacom”
EndSection

Section “InputClass”
Identifier “Wacom touchscreen class”
MatchProduct “Wacom|WACOM|PTK-540WL|ISD-V4”
MatchDevicePath “/dev/input/event*”
MatchIsTouchscreen “true”
Driver “wacom”
EndSection

Section “InputClass”
Identifier “Wacom touchpad class”
MatchProduct “Wacom|WACOM|PTK-540WL|ISD-V4”
MatchDevicePath “/dev/input/event*”
MatchIsTouchpad “true”
Driver “wacom”
EndSection

Serial Wacom devices should always be one of tablet, touchscreen, or

touchpad so we can safely get away with just one match section in

these cases

Section “InputClass”
Identifier “Wacom PnP device class”
MatchPnPID “WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9”
MatchDevicePath “/dev/input/event*”
Driver “wacom”
EndSection

Section “InputClass”
Identifier “Wacom serial class”
MatchProduct “Serial Wacom Tablet”
Driver “wacom”
EndSection

Section “InputClass”
Identifier “Wacom serial class identifiers”
MatchProduct “WACf|FUJ02e5|FUJ02e7|FUJ02e9”
Driver “wacom”
EndSection

Hanwang tablets

Section “InputClass”
Identifier “Hanwang class”
MatchProduct “Hanwang”
MatchDevicePath “/dev/input/event*”
Driver “wacom”
EndSection

Waltop tablets

Section “InputClass”
Identifier “Waltop class”
MatchProduct “WALTOP”
MatchIsTablet “on”
MatchDevicePath “/dev/input/event*”
Driver “wacom”
EndSection

N-Trig Duosense Electromagnetic Digitizer

Section “InputClass”
Identifier “Wacom N-Trig class”
MatchProduct “HID 1b96:0001|N-Trig Pen|N-Trig DuoSense”
MatchDevicePath “/dev/input/event*”
Driver “wacom”
Option “Button2” “3”
EndSection


*** /usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf
*** ls: lrwxrwxrwx 1 root root 50 2019-02-14 16:05:27.100749660 -0600 /usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf → /etc/alternatives/glx–nvidia-drm-outputclass.conf

This xorg.conf.d configuration snippet configures the X server to

automatically load the nvidia X driver when it detects a device driven by the

nvidia-drm.ko kernel module. Please note that this only works on Linux kernels

version 3.9 or higher with CONFIG_DRM enabled, and only if the nvidia-drm.ko

kernel module is loaded before the X server is started.

Section “OutputClass”
Identifier “nvidia”
MatchDriver “nvidia-drm”
Driver “nvidia”
EndSection


*** /var/log/Xorg.1.log
*** ls: -rw-r–r-- 1 root root 80867 2020-02-27 11:12:17.961601072 -0600 /var/log/Xorg.1.log
[ 19.224] _XSERVTransSocketUNIXCreateListener: …SocketCreateListener() failed
[ 19.224] _XSERVTransMakeAllCOTSServerListeners: server already running
[ 19.224] (–) Log file renamed from “/var/log/Xorg.pid-1223.log” to “/var/log/Xorg.1.log”
[ 19.224]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[ 19.224] X Protocol Version 11, Revision 0
[ 19.224] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[ 19.224] Current Operating System: Linux erickma 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64
[ 19.224] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-8-amd64 root=UUID=62c86c90-1684-4633-9427-f6c2a8e3093e ro quiet
[ 19.224] Build Date: 03 November 2018 03:09:11AM
[ 19.224] xorg-server 2:1.19.2-1+deb9u5 (Debian -- User Support)
[ 19.224] Current version of pixman: 0.34.0
[ 19.224] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.224] Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.224] (==) Log file: “/var/log/Xorg.1.log”, Time: Thu Feb 27 10:57:07 2020
[ 19.224] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
[ 19.224] (==) No Layout section. Using the first Screen section.
[ 19.224] (==) No screen section available. Using defaults.
[ 19.224] (
) |–>Screen “Default Screen Section” (0)
[ 19.224] (**) | |–>Monitor “”
[ 19.225] (==) No monitor specified for screen “Default Screen Section”.
Using a default monitor configuration.
[ 19.225] (==) Automatically adding devices
[ 19.225] (==) Automatically enabling devices
[ 19.225] (==) Automatically adding GPU devices
[ 19.225] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 19.225] (WW) The directory “/usr/share/fonts/X11/cyrillic” does not exist.
[ 19.225] Entry deleted from font path.
[ 19.225] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 19.225] (==) ModulePath set to “/usr/lib/xorg/modules”
[ 19.225] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 19.225] (II) Loader magic: 0x560cb0acae00
[ 19.225] (II) Module ABI versions:
[ 19.225] X.Org ANSI C Emulation: 0.4
[ 19.225] X.Org Video Driver: 23.0
[ 19.225] X.Org XInput driver : 24.1
[ 19.225] X.Org Server Extension : 10.0
[ 19.225] (++) using VT number 2

[ 19.227] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 19.227] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 19.227] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 19.227] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 19.228] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 19.229] (–) PCI:*(0:1:0:0) 10de:107d:10de:1154 rev 161, Mem @ 0xf6000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x???/131072
[ 19.229] (–) PCI: (0:4:0:0) 10de:107d:10de:1154 rev 161, Mem @ 0xf4000000/16777216, 0xd8000000/134217728, 0xe0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x???/524288
[ 19.229] (II) LoadModule: “glx”
[ 19.229] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 19.232] (II) Module glx: vendor=“NVIDIA Corporation”
[ 19.232] compiled for 4.0.2, module version = 1.0.0
[ 19.232] Module class: X.Org Server Extension
[ 19.232] (II) NVIDIA GLX Module 384.130 Wed Mar 21 02:54:48 PDT 2018
[ 19.232] (II) Applying OutputClass “nvidia” to /dev/dri/card0
[ 19.232] loading driver: nvidia
[ 19.232] (II) Applying OutputClass “nvidia” to /dev/dri/card1
[ 19.232] loading driver: nvidia
[ 19.232] (==) Matched nvidia as autoconfigured driver 0
[ 19.232] (==) Matched nouveau as autoconfigured driver 1
[ 19.232] (==) Matched nv as autoconfigured driver 2
[ 19.232] (==) Matched nvidia as autoconfigured driver 3
[ 19.232] (==) Matched nouveau as autoconfigured driver 4
[ 19.232] (==) Matched nv as autoconfigured driver 5
[ 19.232] (==) Matched nouveau as autoconfigured driver 6
[ 19.232] (==) Matched nv as autoconfigured driver 7
[ 19.232] (==) Matched modesetting as autoconfigured driver 8
[ 19.232] (==) Matched fbdev as autoconfigured driver 9
[ 19.232] (==) Matched vesa as autoconfigured driver 10
[ 19.232] (==) Assigned the driver to the xf86ConfigLayout
[ 19.232] (II) LoadModule: “nvidia”
[ 19.232] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 19.232] (II) Module nvidia: vendor=“NVIDIA Corporation”
[ 19.232] compiled for 4.0.2, module version = 1.0.0
[ 19.232] Module class: X.Org Video Driver
[ 19.232] (II) LoadModule: “nouveau”
[ 19.232] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 19.232] (II) Module nouveau: vendor=“X.Org Foundation”
[ 19.232] compiled for 1.19.3, module version = 1.0.13
[ 19.232] Module class: X.Org Video Driver
[ 19.232] ABI class: X.Org Video Driver, version 23.0
[ 19.232] (II) LoadModule: “nv”
[ 19.232] (WW) Warning, couldn’t open module nv
[ 19.232] (II) UnloadModule: “nv”
[ 19.232] (II) Unloading nv
[ 19.233] (EE) Failed to load module “nv” (module does not exist, 0)
[ 19.233] (II) LoadModule: “modesetting”
[ 19.233] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 19.233] (II) Module modesetting: vendor=“X.Org Foundation”
[ 19.233] compiled for 1.19.2, module version = 1.19.2
[ 19.233] Module class: X.Org Video Driver
[ 19.233] ABI class: X.Org Video Driver, version 23.0
[ 19.233] (II) LoadModule: “fbdev”
[ 19.233] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 19.233] (II) Module fbdev: vendor=“X.Org Foundation”
[ 19.233] compiled for 1.19.0, module version = 0.4.4
[ 19.233] Module class: X.Org Video Driver
[ 19.233] ABI class: X.Org Video Driver, version 23.0
[ 19.233] (II) LoadModule: “vesa”
[ 19.233] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 19.233] (II) Module vesa: vendor=“X.Org Foundation”
[ 19.233] compiled for 1.19.0, module version = 2.3.4
[ 19.233] Module class: X.Org Video Driver
[ 19.233] ABI class: X.Org Video Driver, version 23.0
[ 19.233] (II) NVIDIA dlloader X Driver 384.130 Wed Mar 21 02:29:29 PDT 2018
[ 19.233] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 19.233] (II) NOUVEAU driver Date: Tue Sep 20 00:31:06 2016 -0400
[ 19.233] (II) NOUVEAU driver for NVIDIA chipset families :
[ 19.233] RIVA TNT (NV04)
[ 19.233] RIVA TNT2 (NV05)
[ 19.233] GeForce 256 (NV10)
[ 19.233] GeForce 2 (NV11, NV15)
[ 19.233] GeForce 4MX (NV17, NV18)
[ 19.233] GeForce 3 (NV20)
[ 19.233] GeForce 4Ti (NV25, NV28)
[ 19.233] GeForce FX (NV3x)
[ 19.233] GeForce 6 (NV4x)
[ 19.233] GeForce 7 (G7x)
[ 19.233] GeForce 8 (G8x)
[ 19.233] GeForce GTX 200 (NVA0)
[ 19.233] GeForce GTX 400 (NVC0)
[ 19.233] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 19.233] (II) FBDEV: driver for framebuffer: fbdev
[ 19.233] (II) VESA: driver for VESA chipsets: vesa
[ 19.233] (II) systemd-logind: releasing fd for 226:0
[ 19.234] (II) systemd-logind: releasing fd for 226:1
[ 19.234] (II) Loading sub module “fb”
[ 19.234] (II) LoadModule: “fb”
[ 19.234] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 19.234] (II) Module fb: vendor=“X.Org Foundation”
[ 19.234] compiled for 1.19.2, module version = 1.0.0
[ 19.234] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.234] (II) Loading sub module “wfb”
[ 19.234] (II) LoadModule: “wfb”
[ 19.234] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 19.234] (II) Module wfb: vendor=“X.Org Foundation”
[ 19.234] compiled for 1.19.2, module version = 1.0.0
[ 19.234] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.234] (II) Loading sub module “ramdac”
[ 19.234] (II) LoadModule: “ramdac”
[ 19.234] (II) Module “ramdac” already built-in
[ 19.234] (EE) [drm] Failed to open DRM device for (null): -22
[ 19.234] (WW) Falling back to old probe method for modesetting
[ 19.234] (WW) Falling back to old probe method for fbdev
[ 19.234] (II) Loading sub module “fbdevhw”
[ 19.234] (II) LoadModule: “fbdevhw”
[ 19.234] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 19.234] (II) Module fbdevhw: vendor=“X.Org Foundation”
[ 19.234] compiled for 1.19.2, module version = 0.0.2
[ 19.234] ABI class: X.Org Video Driver, version 23.0
[ 19.234] (EE) open /dev/fb0: No such file or directory
[ 19.234] (WW) Falling back to old probe method for vesa
[ 19.234] (II) NVIDIA(0): Creating default Display subsection in Screen section
“Default Screen Section” for depth/fbbpp 24/32
[ 19.234] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 19.235] (==) NVIDIA(0): RGB weight 888
[ 19.235] (==) NVIDIA(0): Default visual is TrueColor
[ 19.235] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 19.235] (**) NVIDIA(0): Enabling 2D acceleration
[ 19.236] (–) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 19.236] (–) NVIDIA(0): DFP-0
[ 19.236] (–) NVIDIA(0): DFP-1
[ 19.236] (–) NVIDIA(0): DFP-2 (boot)
[ 19.236] (–) NVIDIA(0): DFP-3
[ 19.237] (II) NVIDIA(0): NVIDIA GPU NVS 310 (GF119) at PCI:1:0:0 (GPU-0)
[ 19.237] (–) NVIDIA(0): Memory: 1048576 kBytes
[ 19.237] (–) NVIDIA(0): VideoBIOS: 75.19.9d.00.04
[ 19.237] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 19.238] (–) NVIDIA(GPU-0): DFP-0: disconnected
[ 19.238] (–) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 19.238] (–) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 19.238] (–) NVIDIA(GPU-0):
[ 19.239] (–) NVIDIA(GPU-0): DFP-1: disconnected
[ 19.239] (–) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 19.239] (–) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 19.239] (–) NVIDIA(GPU-0):
[ 19.240] (-


nvidia-bug-report_loadingxorgconf.log (1.63 MB)