You are not logged in.

#1 2021-06-08 12:45:38

eearcher
Member
Registered: 2021-01-08
Posts: 21

[SOLVED] Xorg doesn't start with NVIDIA driver, but no error

I was following the Arch Wiki to install the NVIDIA drivers for my laptop (was using integrated Intel graphics until now).

In .xinitrc I try to start dwm with exec dwm. There is no error output, it only shows the "normal" Xorg startup messages (sorry copy-pasting is a real pain with an unusable system — posting this from my phone). The tty does not accept any more input, I have to switch to another tty and kill the process.

With nvidia-smi I see that usr/lib/Xorg is running on the GPU.

I tried nouveau.modeset=0 parameter, trying different mkinitcpio modules (nvidia, i915 etc.), everything the "Troubleshoot" section suggests. Any ideas?

Xorg log:

[  1634.029] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  1634.032] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[  1634.040] Build Operating System: Linux Archlinux
[  1634.043] Current Operating System: Linux thinkpad 5.12.9-arch1-1 #1 SMP PREEMPT Thu, 03 Jun 2021 11:36:13 +0000 x86_64
[  1634.043] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=774138cd-945e-44d0-a6ec-4ced558875f1 rw loglevel=5 --verbose nosplashdebug nouveau.modeset=0
[  1634.048] Build Date: 13 April 2021  03:12:10PM
[  1634.051]  
[  1634.054] Current version of pixman: 0.40.0
[  1634.059] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1634.059] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1634.069] (==) Log file: "/home/stefan/.local/share/xorg/Xorg.0.log", Time: Tue Jun  8 14:25:06 2021
[  1634.071] (==) Using config file: "/etc/X11/xorg.conf"
[  1634.074] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1634.076] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1634.076] (==) ServerLayout "Layout0"
[  1634.076] (**) |-->Screen "Screen0" (0)
[  1634.076] (**) |   |-->Monitor "Monitor0"
[  1634.077] (**) |   |-->Device "Device0"
[  1634.077] (**) |   |-->GPUDevice "Device0"
[  1634.077] (**) |   |-->GPUDevice "Device0"
[  1634.077] (**) |-->Input Device "Keyboard0"
[  1634.077] (**) |-->Input Device "Mouse0"
[  1634.077] (==) Automatically adding devices
[  1634.077] (==) Automatically enabling devices
[  1634.077] (==) Automatically adding GPU devices
[  1634.077] (==) Automatically binding GPU devices
[  1634.077] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1634.077] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1634.077] 	Entry deleted from font path.
[  1634.077] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1634.077] 	Entry deleted from font path.
[  1634.077] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1634.077] 	Entry deleted from font path.
[  1634.077] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1634.077] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1634.077] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1634.077] (WW) Disabling Keyboard0
[  1634.077] (WW) Disabling Mouse0
[  1634.077] (II) Module ABI versions:
[  1634.077] 	X.Org ANSI C Emulation: 0.4
[  1634.077] 	X.Org Video Driver: 24.1
[  1634.077] 	X.Org XInput driver : 24.1
[  1634.077] 	X.Org Server Extension : 10.0
[  1634.077] (++) using VT number 1

[  1634.078] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[  1634.079] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1634.079] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[  1634.079] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1634.080] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[  1634.080] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  1634.081] (--) PCI:*(0@0:2:0) 8086:9b41:17aa:22b2 rev 2, Mem @ 0xed000000/16777216, 0xd0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[  1634.081] (--) PCI: (45@0:0:0) 10de:1d34:17aa:22b2 rev 161, Mem @ 0xee000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128
[  1634.081] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1634.081] (II) LoadModule: "glx"
[  1634.081] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1634.082] (II) Module glx: vendor="X.Org Foundation"
[  1634.082] 	compiled for 1.20.11, module version = 1.0.0
[  1634.082] 	ABI class: X.Org Server Extension, version 10.0
[  1634.082] (II) LoadModule: "nvidia"
[  1634.082] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1634.082] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1634.082] 	compiled for 1.6.99.901, module version = 1.0.0
[  1634.082] 	Module class: X.Org Video Driver
[  1634.082] (II) NVIDIA dlloader X Driver  465.31  Thu May 13 22:19:15 UTC 2021
[  1634.082] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1634.083] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[  1634.083] (II) systemd-logind: releasing fd for 226:0
[  1634.083] (II) Loading sub module "fb"
[  1634.083] (II) LoadModule: "fb"
[  1634.083] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1634.083] (II) Module fb: vendor="X.Org Foundation"
[  1634.083] 	compiled for 1.20.11, module version = 1.0.0
[  1634.083] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1634.083] (II) Loading sub module "wfb"
[  1634.083] (II) LoadModule: "wfb"
[  1634.083] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1634.083] (II) Module wfb: vendor="X.Org Foundation"
[  1634.083] 	compiled for 1.20.11, module version = 1.0.0
[  1634.083] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1634.083] (II) Loading sub module "ramdac"
[  1634.083] (II) LoadModule: "ramdac"
[  1634.083] (II) Module "ramdac" already built-in
[  1634.084] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  1634.084] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  1634.084] (==) NVIDIA(0): RGB weight 888
[  1634.084] (==) NVIDIA(0): Default visual is TrueColor
[  1634.084] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1634.084] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  1634.084] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  1634.084] (**) NVIDIA(0): Enabling 2D acceleration
[  1634.084] (II) Loading sub module "glxserver_nvidia"
[  1634.084] (II) LoadModule: "glxserver_nvidia"
[  1634.084] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  1634.088] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  1634.088] 	compiled for 1.6.99.901, module version = 1.0.0
[  1634.088] 	Module class: X.Org Server Extension
[  1634.088] (II) NVIDIA GLX Module  465.31  Thu May 13 22:16:59 UTC 2021
[  1634.088] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1634.259] (II) NVIDIA(0): NVIDIA GPU NVIDIA Quadro P520 (GP108GL-A) at PCI:45:0:0
[  1634.259] (II) NVIDIA(0):     (GPU-0)
[  1634.259] (--) NVIDIA(0): Memory: 2097152 kBytes
[  1634.259] (--) NVIDIA(0): VideoBIOS: 86.08.3e.00.26
[  1634.259] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[  1634.259] (II) NVIDIA(0): Validated MetaModes:
[  1634.259] (II) NVIDIA(0):     "NULL"
[  1634.259] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  1634.259] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[  1634.259] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  1634.259] (WW) NVIDIA: Failed to bind sideband socket to
[  1634.259] (WW) NVIDIA:     '/var/run/nvidia-xdriver-51cfb050' Permission denied
[  1634.259] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[  1634.259] (II) NVIDIA:     access.
[  1634.263] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1634.263] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1634.263] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1634.263] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1634.263] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1634.263] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1634.263] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1634.263] (II) NVIDIA(0):     Config Options in the README.
[  1634.282] (II) NVIDIA(0): Setting mode "NULL"
[  1634.287] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1634.287] (==) NVIDIA(0): Backing store enabled
[  1634.287] (==) NVIDIA(0): Silken mouse disabled
[  1634.288] (**) NVIDIA(0): DPMS enabled
[  1634.288] (II) Loading sub module "dri2"
[  1634.288] (II) LoadModule: "dri2"
[  1634.288] (II) Module "dri2" already built-in
[  1634.288] (II) NVIDIA(0): [DRI2] Setup complete
[  1634.288] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1634.288] (II) Initializing extension Generic Event Extension
[  1634.288] (II) Initializing extension SHAPE
[  1634.288] (II) Initializing extension MIT-SHM
[  1634.288] (II) Initializing extension XInputExtension
[  1634.288] (II) Initializing extension XTEST
[  1634.288] (II) Initializing extension BIG-REQUESTS
[  1634.288] (II) Initializing extension SYNC
[  1634.288] (II) Initializing extension XKEYBOARD
[  1634.288] (II) Initializing extension XC-MISC
[  1634.288] (II) Initializing extension SECURITY
[  1634.288] (II) Initializing extension XFIXES
[  1634.288] (II) Initializing extension RENDER
[  1634.288] (II) Initializing extension RANDR
[  1634.288] (II) Initializing extension COMPOSITE
[  1634.288] (II) Initializing extension DAMAGE
[  1634.288] (II) Initializing extension MIT-SCREEN-SAVER
[  1634.288] (II) Initializing extension DOUBLE-BUFFER
[  1634.288] (II) Initializing extension RECORD
[  1634.288] (II) Initializing extension DPMS
[  1634.288] (II) Initializing extension Present
[  1634.288] (II) Initializing extension DRI3
[  1634.288] (II) Initializing extension X-Resource
[  1634.288] (II) Initializing extension XVideo
[  1634.288] (II) Initializing extension XVideo-MotionCompensation
[  1634.288] (II) Initializing extension GLX
[  1634.288] (II) Initializing extension GLX
[  1634.288] (II) Indirect GLX disabled.
[  1634.288] (II) GLX: Another vendor is already registered for screen 0
[  1634.288] (II) Initializing extension XFree86-VidModeExtension
[  1634.288] (II) Initializing extension XFree86-DGA
[  1634.288] (II) Initializing extension XFree86-DRI
[  1634.288] (II) Initializing extension DRI2
[  1634.288] (II) Initializing extension NV-GLX
[  1634.288] (II) Initializing extension NV-CONTROL
[  1634.332] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1634.332] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1634.332] (**) Power Button: Applying InputClass "system-keyboard"
[  1634.332] (II) LoadModule: "libinput"
[  1634.332] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1634.333] (II) Module libinput: vendor="X.Org Foundation"
[  1634.333] 	compiled for 1.20.11, module version = 1.0.1
[  1634.333] 	Module class: X.Org XInput Driver
[  1634.333] 	ABI class: X.Org XInput driver, version 24.1
[  1634.333] (II) Using input driver 'libinput' for 'Power Button'
[  1634.334] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
[  1634.334] (**) Power Button: always reports core events
[  1634.334] (**) Option "Device" "/dev/input/event2"
[  1634.334] (**) Option "_source" "server/udev"
[  1634.335] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1634.335] (II) event2  - Power Button: device is a keyboard
[  1634.335] (II) event2  - Power Button: device removed
[  1634.335] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1634.335] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1634.335] (**) Option "xkb_layout" "ch,us"
[  1634.335] (**) Option "xkb_variant" ","
[  1634.346] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1634.346] (II) event2  - Power Button: device is a keyboard
[  1634.346] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[  1634.346] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1634.346] (**) Video Bus: Applying InputClass "system-keyboard"
[  1634.346] (II) Using input driver 'libinput' for 'Video Bus'
[  1634.347] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 32 paused 0
[  1634.347] (**) Video Bus: always reports core events
[  1634.347] (**) Option "Device" "/dev/input/event3"
[  1634.347] (**) Option "_source" "server/udev"
[  1634.347] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  1634.347] (II) event3  - Video Bus: device is a keyboard
[  1634.347] (II) event3  - Video Bus: device removed
[  1634.347] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[  1634.347] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1634.347] (**) Option "xkb_layout" "ch,us"
[  1634.347] (**) Option "xkb_variant" ","
[  1634.347] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  1634.347] (II) event3  - Video Bus: device is a keyboard
[  1634.348] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[  1634.348] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1634.348] (**) Video Bus: Applying InputClass "system-keyboard"
[  1634.348] (II) Using input driver 'libinput' for 'Video Bus'
[  1634.348] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 33 paused 0
[  1634.348] (**) Video Bus: always reports core events
[  1634.348] (**) Option "Device" "/dev/input/event4"
[  1634.348] (**) Option "_source" "server/udev"
[  1634.348] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  1634.348] (II) event4  - Video Bus: device is a keyboard
[  1634.349] (II) event4  - Video Bus: device removed
[  1634.349] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4c/LNXVIDEO:01/input/input4/event4"
[  1634.349] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1634.349] (**) Option "xkb_layout" "ch,us"
[  1634.349] (**) Option "xkb_variant" ","
[  1634.349] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  1634.349] (II) event4  - Video Bus: device is a keyboard
[  1634.349] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  1634.349] (II) No input driver specified, ignoring this device.
[  1634.349] (II) This device may have been added with another device file.
[  1634.350] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  1634.350] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1634.350] (**) Sleep Button: Applying InputClass "system-keyboard"
[  1634.350] (II) Using input driver 'libinput' for 'Sleep Button'
[  1634.350] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 34 paused 0
[  1634.350] (**) Sleep Button: always reports core events
[  1634.350] (**) Option "Device" "/dev/input/event0"
[  1634.350] (**) Option "_source" "server/udev"
[  1634.350] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1634.350] (II) event0  - Sleep Button: device is a keyboard
[  1634.350] (II) event0  - Sleep Button: device removed
[  1634.350] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  1634.350] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  1634.350] (**) Option "xkb_layout" "ch,us"
[  1634.350] (**) Option "xkb_variant" ","
[  1634.351] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1634.351] (II) event0  - Sleep Button: device is a keyboard
[  1634.351] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event9)
[  1634.351] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[  1634.351] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[  1634.351] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[  1634.351] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 35 paused 0
[  1634.351] (**) Integrated Camera: Integrated C: always reports core events
[  1634.351] (**) Option "Device" "/dev/input/event9"
[  1634.351] (**) Option "_source" "server/udev"
[  1634.352] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  1634.352] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[  1634.352] (II) event9  - Integrated Camera: Integrated C: device removed
[  1634.352] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input11/event9"
[  1634.352] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[  1634.352] (**) Option "xkb_layout" "ch,us"
[  1634.352] (**) Option "xkb_variant" ","
[  1634.353] (II) event9  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[  1634.353] (II) event9  - Integrated Camera: Integrated C: device is a keyboard
[  1634.353] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event10)
[  1634.353] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[  1634.353] (**) Integrated Camera: Integrated I: Applying InputClass "system-keyboard"
[  1634.353] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[  1634.353] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 36 paused 0
[  1634.353] (**) Integrated Camera: Integrated I: always reports core events
[  1634.353] (**) Option "Device" "/dev/input/event10"
[  1634.353] (**) Option "_source" "server/udev"
[  1634.354] (II) event10 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[  1634.354] (II) event10 - Integrated Camera: Integrated I: device is a keyboard
[  1634.354] (II) event10 - Integrated Camera: Integrated I: device removed
[  1634.354] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input12/event10"
[  1634.354] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 11)
[  1634.354] (**) Option "xkb_layout" "ch,us"
[  1634.354] (**) Option "xkb_variant" ","
[  1634.354] (II) event10 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[  1634.354] (II) event10 - Integrated Camera: Integrated I: device is a keyboard
[  1634.355] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event11)
[  1634.355] (II) No input driver specified, ignoring this device.
[  1634.355] (II) This device may have been added with another device file.
[  1634.355] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event12)
[  1634.355] (II) No input driver specified, ignoring this device.
[  1634.355] (II) This device may have been added with another device file.
[  1634.355] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event13)
[  1634.355] (II) No input driver specified, ignoring this device.
[  1634.355] (II) This device may have been added with another device file.
[  1634.355] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event14)
[  1634.355] (II) No input driver specified, ignoring this device.
[  1634.355] (II) This device may have been added with another device file.
[  1634.355] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event15)
[  1634.355] (II) No input driver specified, ignoring this device.
[  1634.355] (II) This device may have been added with another device file.
[  1634.356] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[  1634.356] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[  1634.356] (**) Intel HID events: Applying InputClass "system-keyboard"
[  1634.356] (II) Using input driver 'libinput' for 'Intel HID events'
[  1634.356] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 37 paused 0
[  1634.356] (**) Intel HID events: always reports core events
[  1634.356] (**) Option "Device" "/dev/input/event6"
[  1634.356] (**) Option "_source" "server/udev"
[  1634.356] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[  1634.356] (II) event6  - Intel HID events: device is a keyboard
[  1634.356] (II) event6  - Intel HID events: device removed
[  1634.356] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input7/event6"
[  1634.356] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[  1634.356] (**) Option "xkb_layout" "ch,us"
[  1634.356] (**) Option "xkb_variant" ","
[  1634.357] (II) event6  - Intel HID events: is tagged by udev as: Keyboard
[  1634.357] (II) event6  - Intel HID events: device is a keyboard
[  1634.357] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[  1634.357] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1634.357] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[  1634.357] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1634.357] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 38 paused 0
[  1634.357] (**) AT Translated Set 2 keyboard: always reports core events
[  1634.357] (**) Option "Device" "/dev/input/event5"
[  1634.357] (**) Option "_source" "server/udev"
[  1634.357] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1634.358] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[  1634.358] (II) event5  - AT Translated Set 2 keyboard: device removed
[  1634.358] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[  1634.358] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[  1634.358] (**) Option "xkb_layout" "ch,us"
[  1634.358] (**) Option "xkb_variant" ","
[  1634.358] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1634.358] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[  1634.359] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  1634.359] (II) No input driver specified, ignoring this device.
[  1634.359] (II) This device may have been added with another device file.
[  1634.360] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[  1634.360] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[  1634.360] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[  1634.360] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[  1634.360] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[  1634.360] (**) ThinkPad Extra Buttons: always reports core events
[  1634.360] (**) Option "Device" "/dev/input/event7"
[  1634.360] (**) Option "_source" "server/udev"
[  1634.360] (II) event7  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[  1634.360] (II) event7  - ThinkPad Extra Buttons: device is a keyboard
[  1634.361] (II) event7  - ThinkPad Extra Buttons: device removed
[  1634.361] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event7"
[  1634.361] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[  1634.361] (**) Option "xkb_layout" "ch,us"
[  1634.361] (**) Option "xkb_variant" ","
[  1634.361] (II) event7  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[  1634.361] (II) event7  - ThinkPad Extra Buttons: device is a keyboard
[  1634.361] (II) config/udev: Adding input device Synaptics TM3471-020 (/dev/input/event16)
[  1634.361] (**) Synaptics TM3471-020: Applying InputClass "libinput touchpad catchall"
[  1634.361] (II) Using input driver 'libinput' for 'Synaptics TM3471-020'
[  1634.361] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 40 paused 0
[  1634.361] (**) Synaptics TM3471-020: always reports core events
[  1634.361] (**) Option "Device" "/dev/input/event16"
[  1634.361] (**) Option "_source" "server/udev"
[  1634.362] (II) event16 - Synaptics TM3471-020: is tagged by udev as: Touchpad
[  1634.362] (II) event16 - Synaptics TM3471-020: device is a touchpad
[  1634.362] (II) event16 - Synaptics TM3471-020: device removed
[  1634.363] (**) Option "config_info" "udev:/sys/devices/rmi4-00/input/input13/event16"
[  1634.363] (II) XINPUT: Adding extended input device "Synaptics TM3471-020" (type: TOUCHPAD, id 15)
[  1634.363] (**) Option "AccelerationScheme" "none"
[  1634.363] (**) Synaptics TM3471-020: (accel) selected scheme none/0
[  1634.363] (**) Synaptics TM3471-020: (accel) acceleration factor: 2.000
[  1634.363] (**) Synaptics TM3471-020: (accel) acceleration threshold: 4
[  1634.363] (II) event16 - Synaptics TM3471-020: is tagged by udev as: Touchpad
[  1634.364] (II) event16 - Synaptics TM3471-020: device is a touchpad
[  1634.364] (II) config/udev: Adding input device Synaptics TM3471-020 (/dev/input/mouse0)
[  1634.364] (II) No input driver specified, ignoring this device.
[  1634.364] (II) This device may have been added with another device file.
[  1634.364] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event17)
[  1634.364] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[  1634.364] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[  1634.365] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 41 paused 0
[  1634.365] (**) TPPS/2 Elan TrackPoint: always reports core events
[  1634.365] (**) Option "Device" "/dev/input/event17"
[  1634.365] (**) Option "_source" "server/udev"
[  1634.365] (II) event17 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[  1634.365] (II) event17 - TPPS/2 Elan TrackPoint: device is a pointer
[  1634.366] (II) event17 - TPPS/2 Elan TrackPoint: device removed
[  1634.366] (**) Option "config_info" "udev:/sys/devices/rmi4-00/rmi4-00.fn03/serio2/input/input19/event17"
[  1634.366] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 16)
[  1634.366] (**) Option "AccelerationScheme" "none"
[  1634.366] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[  1634.366] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[  1634.366] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[  1634.366] (II) event17 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[  1634.367] (II) event17 - TPPS/2 Elan TrackPoint: device is a pointer
[  1634.367] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse1)
[  1634.367] (II) No input driver specified, ignoring this device.
[  1634.367] (II) This device may have been added with another device file.
[  1730.925] (**) Option "fd" "29"
[  1730.925] (II) event2  - Power Button: device removed
[  1730.925] (**) Option "fd" "32"
[  1730.925] (II) event3  - Video Bus: device removed
[  1730.925] (**) Option "fd" "33"
[  1730.925] (II) event4  - Video Bus: device removed
[  1730.925] (**) Option "fd" "34"
[  1730.925] (II) event0  - Sleep Button: device removed
[  1730.925] (**) Option "fd" "35"
[  1730.925] (II) event9  - Integrated Camera: Integrated C: device removed
[  1730.925] (**) Option "fd" "36"
[  1730.925] (II) event10 - Integrated Camera: Integrated I: device removed
[  1730.926] (**) Option "fd" "37"
[  1730.926] (II) event6  - Intel HID events: device removed
[  1730.926] (**) Option "fd" "38"
[  1730.926] (II) event5  - AT Translated Set 2 keyboard: device removed
[  1730.926] (**) Option "fd" "39"
[  1730.926] (II) event7  - ThinkPad Extra Buttons: device removed
[  1730.926] (**) Option "fd" "40"
[  1730.926] (II) event16 - Synaptics TM3471-020: device removed
[  1730.926] (**) Option "fd" "41"
[  1730.926] (II) event17 - TPPS/2 Elan TrackPoint: device removed
[  1731.013] (II) systemd-logind: got pause for 13:64
[  1731.013] (II) systemd-logind: got pause for 226:1
[  1731.013] (II) systemd-logind: got pause for 13:71
[  1731.013] (II) systemd-logind: got pause for 13:70
[  1731.013] (II) systemd-logind: got pause for 13:80
[  1731.013] (II) systemd-logind: got pause for 13:74
[  1731.013] (II) systemd-logind: got pause for 13:69
[  1731.013] (II) systemd-logind: got pause for 13:66
[  1731.013] (II) systemd-logind: got pause for 13:73
[  1731.013] (II) systemd-logind: got pause for 13:81
[  1731.013] (II) systemd-logind: got pause for 13:68
[  1731.013] (II) systemd-logind: got pause for 13:67

Last edited by eearcher (2021-06-08 16:14:44)

Offline

#2 2021-06-08 12:57:32

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

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

Remove the nvidia-xconfig generated config file and then read the following for your available options: https://wiki.archlinux.org/title/NVIDIA_Optimus

If you really want to run your entire session on the nvidia card, follow the "Using nvidia gpu only" section, if you want to have more fine grained control between running the normal desktop and using the card on an as needed basis, follow the PRIME setup information.

Offline

#3 2021-06-08 13:28:25

eearcher
Member
Registered: 2021-01-08
Posts: 21

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

V1del wrote:

Remove the nvidia-xconfig generated config file and then read the following for your available options: https://wiki.archlinux.org/title/NVIDIA_Optimus

If you really want to run your entire session on the nvidia card, follow the "Using nvidia gpu only" section, if you want to have more fine grained control between running the normal desktop and using the card on an as needed basis, follow the PRIME setup information.

Thanks for the quick response. I followed the recommended steps for "NVIDIA only" and now dwm starts again successfully. But nvidia-smi shows that the session is not actually running on the NVIDIA GPU, but on the Intel one. xrandr --listproviders also says there is only the Intel available.

How can I proceed?

Last edited by eearcher (2021-06-08 13:28:51)

Offline

#4 2021-06-08 13:29:30

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

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

Repost the xorg log and all files you created and adjusted in implementing this.

Offline

#5 2021-06-08 13:38:34

eearcher
Member
Registered: 2021-01-08
Posts: 21

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

Xorg log:

[    13.897] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    13.897] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[    13.898] Build Operating System: Linux Archlinux
[    13.898] Current Operating System: Linux thinkpad 5.12.9-arch1-1 #1 SMP PREEMPT Thu, 03 Jun 2021 11:36:13 +0000 x86_64
[    13.898] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=774138cd-945e-44d0-a6ec-4ced558875f1 rw loglevel=5 --verbose nosplashdebug nouveau.modeset=0 nvidia-drm.modeset=1
[    13.898] Build Date: 13 April 2021  03:12:10PM
[    13.898]  
[    13.898] Current version of pixman: 0.40.0
[    13.899] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.899] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.900] (==) Log file: "/home/stefan/.local/share/xorg/Xorg.0.log", Time: Tue Jun  8 15:16:26 2021
[    13.901] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    13.901] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.902] (==) No Layout section.  Using the first Screen section.
[    13.902] (==) No screen section available. Using defaults.
[    13.902] (**) |-->Screen "Default Screen Section" (0)
[    13.902] (**) |   |-->Monitor "<default monitor>"
[    13.902] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    13.902] (**) |   |-->Device "Intel Graphics"
[    13.902] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    13.902] (==) Automatically adding devices
[    13.902] (==) Automatically enabling devices
[    13.902] (==) Automatically adding GPU devices
[    13.902] (==) Automatically binding GPU devices
[    13.902] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    13.903] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    13.903] 	Entry deleted from font path.
[    13.903] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    13.903] 	Entry deleted from font path.
[    13.903] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    13.903] 	Entry deleted from font path.
[    13.904] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    13.904] (==) ModulePath set to "/usr/lib/xorg/modules"
[    13.904] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    13.904] (II) Module ABI versions:
[    13.904] 	X.Org ANSI C Emulation: 0.4
[    13.904] 	X.Org Video Driver: 24.1
[    13.904] 	X.Org XInput driver : 24.1
[    13.904] 	X.Org Server Extension : 10.0
[    13.905] (++) using VT number 1

[    13.908] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    13.909] (II) xfree86: Adding drm device (/dev/dri/card1)
[    13.909] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[    13.910] (II) xfree86: Adding drm device (/dev/dri/card0)
[    13.910] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    13.912] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    13.912] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    13.912] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    13.914] (--) PCI: (0@0:2:0) 8086:9b41:17aa:22b2 rev 2, Mem @ 0xed000000/16777216, 0xd0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    13.914] (--) PCI:*(45@0:0:0) 10de:1d34:17aa:22b2 rev 161, Mem @ 0xee000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128
[    13.914] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    13.914] (II) LoadModule: "glx"
[    13.916] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.920] (II) Module glx: vendor="X.Org Foundation"
[    13.920] 	compiled for 1.20.11, module version = 1.0.0
[    13.920] 	ABI class: X.Org Server Extension, version 10.0
[    13.920] (II) LoadModule: "intel"
[    13.920] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    13.922] (II) Module intel: vendor="X.Org Foundation"
[    13.922] 	compiled for 1.20.10, module version = 2.99.917
[    13.922] 	Module class: X.Org Video Driver
[    13.922] 	ABI class: X.Org Video Driver, version 24.1
[    13.922] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    13.922] (II) intel: Driver for Intel(R) HD Graphics
[    13.922] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    13.922] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    13.922] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    13.923] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    13.923] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[    13.940] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    13.941] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[    13.941] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    13.941] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    13.941] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    13.941] (==) intel(0): RGB weight 888
[    13.941] (==) intel(0): Default visual is TrueColor
[    13.941] (**) intel(0): Option "TearFree" "true"
[    13.941] (II) intel(0): Output eDP1 has no monitor section
[    13.942] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    13.942] (II) intel(0): Enabled output eDP1
[    13.942] (II) intel(0): Output DP1 has no monitor section
[    13.942] (II) intel(0): Enabled output DP1
[    13.942] (II) intel(0): Output HDMI1 has no monitor section
[    13.942] (II) intel(0): Enabled output HDMI1
[    13.942] (II) intel(0): Output DP2 has no monitor section
[    13.942] (II) intel(0): Enabled output DP2
[    13.942] (II) intel(0): Output HDMI2 has no monitor section
[    13.943] (II) intel(0): Enabled output HDMI2
[    13.943] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    13.943] (II) intel(0): Output VIRTUAL1 has no monitor section
[    13.943] (II) intel(0): Enabled output VIRTUAL1
[    13.943] (--) intel(0): Output eDP1 using initial mode 3840x2160 on pipe 0
[    13.943] (**) intel(0): TearFree enabled
[    13.943] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    13.943] (==) intel(0): DPI set to (96, 96)
[    13.943] (II) Loading sub module "dri3"
[    13.943] (II) LoadModule: "dri3"
[    13.943] (II) Module "dri3" already built-in
[    13.943] (II) Loading sub module "dri2"
[    13.943] (II) LoadModule: "dri2"
[    13.943] (II) Module "dri2" already built-in
[    13.943] (II) Loading sub module "present"
[    13.943] (II) LoadModule: "present"
[    13.943] (II) Module "present" already built-in
[    13.944] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[    13.944] (==) intel(0): Backing store enabled
[    13.944] (==) intel(0): Silken mouse disabled
[    13.944] (II) intel(0): HW Cursor enabled
[    13.945] (==) intel(0): DPMS enabled
[    13.945] (==) intel(0): Display hotplug detection enabled
[    13.945] (II) intel(0): [DRI2] Setup complete
[    13.945] (II) intel(0): [DRI2]   DRI driver: i965
[    13.945] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    13.945] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    13.945] (II) intel(0): hardware support for Present enabled
[    13.945] (II) Initializing extension Generic Event Extension
[    13.945] (II) Initializing extension SHAPE
[    13.945] (II) Initializing extension MIT-SHM
[    13.945] (II) Initializing extension XInputExtension
[    13.946] (II) Initializing extension XTEST
[    13.946] (II) Initializing extension BIG-REQUESTS
[    13.946] (II) Initializing extension SYNC
[    13.946] (II) Initializing extension XKEYBOARD
[    13.946] (II) Initializing extension XC-MISC
[    13.946] (II) Initializing extension SECURITY
[    13.946] (II) Initializing extension XFIXES
[    13.946] (II) Initializing extension RENDER
[    13.946] (II) Initializing extension RANDR
[    13.946] (II) Initializing extension COMPOSITE
[    13.946] (II) Initializing extension DAMAGE
[    13.946] (II) Initializing extension MIT-SCREEN-SAVER
[    13.946] (II) Initializing extension DOUBLE-BUFFER
[    13.946] (II) Initializing extension RECORD
[    13.946] (II) Initializing extension DPMS
[    13.946] (II) Initializing extension Present
[    13.946] (II) Initializing extension DRI3
[    13.946] (II) Initializing extension X-Resource
[    13.946] (II) Initializing extension XVideo
[    13.946] (II) Initializing extension XVideo-MotionCompensation
[    13.946] (II) Initializing extension GLX
[    13.971] (II) AIGLX: Loaded and initialized i965
[    13.971] (II) GLX: Initialized DRI2 GL provider for screen 0
[    13.971] (II) Initializing extension XFree86-VidModeExtension
[    13.971] (II) Initializing extension XFree86-DGA
[    13.971] (II) Initializing extension XFree86-DRI
[    13.971] (II) Initializing extension DRI2
[    13.986] (II) intel(0): switch to mode 3840x2160@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    14.001] (II) intel(0): Setting screen physical size to 1016 x 571
[    14.062] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    14.062] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.062] (**) Power Button: Applying InputClass "system-keyboard"
[    14.062] (II) LoadModule: "libinput"
[    14.062] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    14.064] (II) Module libinput: vendor="X.Org Foundation"
[    14.064] 	compiled for 1.20.11, module version = 1.0.1
[    14.064] 	Module class: X.Org XInput Driver
[    14.064] 	ABI class: X.Org XInput driver, version 24.1
[    14.064] (II) Using input driver 'libinput' for 'Power Button'
[    14.064] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 17 paused 0
[    14.064] (**) Power Button: always reports core events
[    14.064] (**) Option "Device" "/dev/input/event2"
[    14.065] (**) Option "_source" "server/udev"
[    14.068] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    14.068] (II) event2  - Power Button: device is a keyboard
[    14.069] (II) event2  - Power Button: device removed
[    14.069] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    14.069] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    14.069] (**) Option "xkb_layout" "ch,us"
[    14.069] (**) Option "xkb_variant" ","
[    14.081] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    14.081] (II) event2  - Power Button: device is a keyboard
[    14.081] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    14.081] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.081] (**) Video Bus: Applying InputClass "system-keyboard"
[    14.081] (II) Using input driver 'libinput' for 'Video Bus'
[    14.082] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 20 paused 0
[    14.082] (**) Video Bus: always reports core events
[    14.082] (**) Option "Device" "/dev/input/event11"
[    14.082] (**) Option "_source" "server/udev"
[    14.082] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    14.082] (II) event11 - Video Bus: device is a keyboard
[    14.082] (II) event11 - Video Bus: device removed
[    14.082] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[    14.082] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    14.082] (**) Option "xkb_layout" "ch,us"
[    14.082] (**) Option "xkb_variant" ","
[    14.083] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    14.083] (II) event11 - Video Bus: device is a keyboard
[    14.083] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    14.083] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.083] (**) Video Bus: Applying InputClass "system-keyboard"
[    14.083] (II) Using input driver 'libinput' for 'Video Bus'
[    14.083] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 21 paused 0
[    14.083] (**) Video Bus: always reports core events
[    14.083] (**) Option "Device" "/dev/input/event12"
[    14.083] (**) Option "_source" "server/udev"
[    14.084] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    14.084] (II) event12 - Video Bus: device is a keyboard
[    14.084] (II) event12 - Video Bus: device removed
[    14.084] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4c/LNXVIDEO:01/input/input14/event12"
[    14.084] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    14.084] (**) Option "xkb_layout" "ch,us"
[    14.084] (**) Option "xkb_variant" ","
[    14.084] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    14.084] (II) event12 - Video Bus: device is a keyboard
[    14.085] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    14.085] (II) No input driver specified, ignoring this device.
[    14.085] (II) This device may have been added with another device file.
[    14.085] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    14.085] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    14.085] (**) Sleep Button: Applying InputClass "system-keyboard"
[    14.085] (II) Using input driver 'libinput' for 'Sleep Button'
[    14.085] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
[    14.085] (**) Sleep Button: always reports core events
[    14.085] (**) Option "Device" "/dev/input/event0"
[    14.085] (**) Option "_source" "server/udev"
[    14.086] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    14.086] (II) event0  - Sleep Button: device is a keyboard
[    14.086] (II) event0  - Sleep Button: device removed
[    14.086] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    14.086] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    14.086] (**) Option "xkb_layout" "ch,us"
[    14.086] (**) Option "xkb_variant" ","
[    14.086] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    14.086] (II) event0  - Sleep Button: device is a keyboard
[    14.087] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[    14.087] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    14.087] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[    14.087] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    14.087] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 23 paused 0
[    14.087] (**) Integrated Camera: Integrated C: always reports core events
[    14.087] (**) Option "Device" "/dev/input/event7"
[    14.087] (**) Option "_source" "server/udev"
[    14.088] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    14.088] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[    14.088] (II) event7  - Integrated Camera: Integrated C: device removed
[    14.088] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input9/event7"
[    14.088] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[    14.088] (**) Option "xkb_layout" "ch,us"
[    14.088] (**) Option "xkb_variant" ","
[    14.088] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    14.088] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[    14.089] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event8)
[    14.089] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[    14.089] (**) Integrated Camera: Integrated I: Applying InputClass "system-keyboard"
[    14.089] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[    14.089] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 24 paused 0
[    14.089] (**) Integrated Camera: Integrated I: always reports core events
[    14.089] (**) Option "Device" "/dev/input/event8"
[    14.089] (**) Option "_source" "server/udev"
[    14.090] (II) event8  - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[    14.090] (II) event8  - Integrated Camera: Integrated I: device is a keyboard
[    14.090] (II) event8  - Integrated Camera: Integrated I: device removed
[    14.090] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input10/event8"
[    14.090] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 11)
[    14.090] (**) Option "xkb_layout" "ch,us"
[    14.090] (**) Option "xkb_variant" ","
[    14.090] (II) event8  - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[    14.090] (II) event8  - Integrated Camera: Integrated I: device is a keyboard
[    14.091] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event13)
[    14.091] (II) No input driver specified, ignoring this device.
[    14.091] (II) This device may have been added with another device file.
[    14.091] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event14)
[    14.091] (II) No input driver specified, ignoring this device.
[    14.091] (II) This device may have been added with another device file.
[    14.091] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event15)
[    14.091] (II) No input driver specified, ignoring this device.
[    14.091] (II) This device may have been added with another device file.
[    14.091] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event16)
[    14.091] (II) No input driver specified, ignoring this device.
[    14.091] (II) This device may have been added with another device file.
[    14.091] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event17)
[    14.091] (II) No input driver specified, ignoring this device.
[    14.091] (II) This device may have been added with another device file.
[    14.092] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[    14.092] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    14.092] (**) Intel HID events: Applying InputClass "system-keyboard"
[    14.092] (II) Using input driver 'libinput' for 'Intel HID events'
[    14.092] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[    14.092] (**) Intel HID events: always reports core events
[    14.092] (**) Option "Device" "/dev/input/event4"
[    14.092] (**) Option "_source" "server/udev"
[    14.092] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[    14.092] (II) event4  - Intel HID events: device is a keyboard
[    14.092] (II) event4  - Intel HID events: device removed
[    14.092] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input5/event4"
[    14.092] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[    14.092] (**) Option "xkb_layout" "ch,us"
[    14.092] (**) Option "xkb_variant" ","
[    14.093] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[    14.093] (II) event4  - Intel HID events: device is a keyboard
[    14.093] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    14.093] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    14.093] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    14.093] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    14.093] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[    14.093] (**) AT Translated Set 2 keyboard: always reports core events
[    14.093] (**) Option "Device" "/dev/input/event3"
[    14.093] (**) Option "_source" "server/udev"
[    14.094] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.094] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    14.094] (II) event3  - AT Translated Set 2 keyboard: device removed
[    14.094] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    14.094] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    14.094] (**) Option "xkb_layout" "ch,us"
[    14.094] (**) Option "xkb_variant" ","
[    14.094] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.094] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    14.095] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    14.095] (II) No input driver specified, ignoring this device.
[    14.095] (II) This device may have been added with another device file.
[    14.096] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[    14.096] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    14.096] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[    14.096] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    14.096] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 27 paused 0
[    14.096] (**) ThinkPad Extra Buttons: always reports core events
[    14.096] (**) Option "Device" "/dev/input/event5"
[    14.096] (**) Option "_source" "server/udev"
[    14.097] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    14.097] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[    14.097] (II) event5  - ThinkPad Extra Buttons: device removed
[    14.097] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[    14.097] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[    14.097] (**) Option "xkb_layout" "ch,us"
[    14.097] (**) Option "xkb_variant" ","
[    14.097] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    14.097] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[    14.097] (II) config/udev: Adding input device Synaptics TM3471-020 (/dev/input/event9)
[    14.097] (**) Synaptics TM3471-020: Applying InputClass "libinput touchpad catchall"
[    14.097] (II) Using input driver 'libinput' for 'Synaptics TM3471-020'
[    14.098] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 28 paused 0
[    14.098] (**) Synaptics TM3471-020: always reports core events
[    14.098] (**) Option "Device" "/dev/input/event9"
[    14.098] (**) Option "_source" "server/udev"
[    14.098] (II) event9  - Synaptics TM3471-020: is tagged by udev as: Touchpad
[    14.099] (II) event9  - Synaptics TM3471-020: device is a touchpad
[    14.099] (II) event9  - Synaptics TM3471-020: device removed
[    14.099] (**) Option "config_info" "udev:/sys/devices/rmi4-00/input/input11/event9"
[    14.099] (II) XINPUT: Adding extended input device "Synaptics TM3471-020" (type: TOUCHPAD, id 15)
[    14.099] (**) Option "AccelerationScheme" "none"
[    14.099] (**) Synaptics TM3471-020: (accel) selected scheme none/0
[    14.099] (**) Synaptics TM3471-020: (accel) acceleration factor: 2.000
[    14.099] (**) Synaptics TM3471-020: (accel) acceleration threshold: 4
[    14.100] (II) event9  - Synaptics TM3471-020: is tagged by udev as: Touchpad
[    14.100] (II) event9  - Synaptics TM3471-020: device is a touchpad
[    14.101] (II) config/udev: Adding input device Synaptics TM3471-020 (/dev/input/mouse0)
[    14.101] (II) No input driver specified, ignoring this device.
[    14.101] (II) This device may have been added with another device file.
[    14.101] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event10)
[    14.101] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[    14.101] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[    14.101] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 29 paused 0
[    14.101] (**) TPPS/2 Elan TrackPoint: always reports core events
[    14.101] (**) Option "Device" "/dev/input/event10"
[    14.101] (**) Option "_source" "server/udev"
[    14.102] (II) event10 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    14.102] (II) event10 - TPPS/2 Elan TrackPoint: device is a pointer
[    14.102] (II) event10 - TPPS/2 Elan TrackPoint: device removed
[    14.102] (**) Option "config_info" "udev:/sys/devices/rmi4-00/rmi4-00.fn03/serio2/input/input12/event10"
[    14.102] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 16)
[    14.102] (**) Option "AccelerationScheme" "none"
[    14.102] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[    14.102] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[    14.102] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[    14.103] (II) event10 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    14.103] (II) event10 - TPPS/2 Elan TrackPoint: device is a pointer
[    14.104] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse1)
[    14.104] (II) No input driver specified, ignoring this device.
[    14.104] (II) This device may have been added with another device file.
[    15.947] (II) intel(0): EDID vendor "CSO", prod id 5120
[    15.947] (II) intel(0): Printing DDC gathered Modelines:
[    15.947] (II) intel(0): Modeline "3840x2160"x0.0  528.00  3840 3888 3920 4000  2160 2163 2168 2200 -hsync -vsync (132.0 kHz eP)
[   380.561] (II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/mouse2)
[   380.561] (II) No input driver specified, ignoring this device.
[   380.561] (II) This device may have been added with another device file.
[   380.653] (II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/event19)
[   380.653] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : Applying InputClass "libinput pointer catchall"
[   380.653] (II) Using input driver 'libinput' for 'Microsoft  Microsoft Basic Optical Mouse v2.0 '
[   380.654] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 33 paused 0
[   380.654] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : always reports core events
[   380.654] (**) Option "Device" "/dev/input/event19"
[   380.654] (**) Option "_source" "server/udev"
[   380.656] (II) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : is tagged by udev as: Mouse
[   380.657] (II) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : device is a pointer
[   380.657] (II) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : device removed
[   380.657] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2.4/1-2.2.4.4/1-2.2.4.4:1.0/0003:045E:00CB.0002/input/input21/event19"
[   380.657] (II) XINPUT: Adding extended input device "Microsoft  Microsoft Basic Optical Mouse v2.0 " (type: MOUSE, id 17)
[   380.657] (**) Option "AccelerationScheme" "none"
[   380.657] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) selected scheme none/0
[   380.657] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration factor: 2.000
[   380.657] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration threshold: 4
[   380.660] (II) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : is tagged by udev as: Mouse
[   380.661] (II) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : device is a pointer
[   380.663] (II) config/udev: Adding input device 3Dconnexion SpaceExplorer (/dev/input/event18)
[   380.663] (II) No input driver specified, ignoring this device.
[   380.663] (II) This device may have been added with another device file.
[   391.661] (EE) client bug: timer event19 debounce short: scheduled expiry is in the past (-12ms), your system is too slow
[   392.388] (II) intel(0): resizing framebuffer to 5160x2160
[   392.422] (II) intel(0): switch to mode 3440x1440@60.0 on DP2 using pipe 1, position (0, 0), rotation normal, reflection none
[   392.697] (II) intel(0): resizing framebuffer to 5160x5400
[   392.796] (II) intel(0): switch to mode 3840x2160@60.0 on eDP1 using pipe 0, position (0, 3240), rotation normal, reflection none
[   400.004] (EE) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : client bug: event processing lagging behind by 31ms, your system is too slow
[   400.511] (EE) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : client bug: event processing lagging behind by 18ms, your system is too slow
[   401.083] (EE) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : client bug: event processing lagging behind by 22ms, your system is too slow
[   401.454] (EE) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : client bug: event processing lagging behind by 41ms, your system is too slow
[   401.586] (EE) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : client bug: event processing lagging behind by 45ms, your system is too slow
[   401.586] (EE) event19 - Microsoft  Microsoft Basic Optical Mouse v2.0 : WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[   402.644] (EE) client bug: timer event19 debounce short: scheduled expiry is in the past (-3ms), your system is too slow
[   723.357] (EE) client bug: timer event19 debounce short: scheduled expiry is in the past (-4ms), your system is too slow

I deleted the auto-created /etc/X11/xorg.conf and created /etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf instead:

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

In /etc/mkinitcpio.conf I have

MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

/etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=5 --verbose nosplashdebug nouveau.modeset=0 nvidia-drm.modeset=1"

Thanks for your help.

Offline

#6 2021-06-08 14:29:50

seth
Member
Registered: 2012-09-03
Posts: 50,000

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

You're running X11 on the IGP on the intel driver, there's probably another configlet around that trumps /etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf  (which btw. already exists w/ most of that content in /usr/share, does it?)

Online

#7 2021-06-08 15:13:49

eearcher
Member
Registered: 2021-01-08
Posts: 21

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

I am not aware of any other config files. Where can I look? Yes, /usr/share would have already contained this file.

Another thing I have tried is to have an /etc/X11/xorg.conf like this (additionally to /etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf):

Section "Device"
    Identifier             "NVIDIA"
    Driver                 "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID                "PCI:45:0:0"
EndSection

With this, Xorg actually seems to be using the NVIDIA:

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 465.31       Driver Version: 465.31       CUDA Version: 11.3     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA Quadro P520  Off  | 00000000:2D:00.0 Off |                  N/A |
| N/A   45C    P8    N/A /  N/A |    337MiB /  2002MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1115      G   /usr/lib/Xorg                     334MiB |
|    0   N/A  N/A      8645      G   /usr/lib/firefox/firefox            1MiB |
+-----------------------------------------------------------------------------+

However glxinfo | grep NVIDIA returns no result. Only prime-run glxinfo | grep NVIDIA does. So it seems to me that Xorg is not "fully" using it...

Offline

#8 2021-06-08 15:17:03

seth
Member
Registered: 2012-09-03
Posts: 50,000

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

Updated xorg log?

grep -ri intel /{usr/share,etc}/X11/xorg.conf*

Online

#9 2021-06-08 15:31:24

eearcher
Member
Registered: 2021-01-08
Posts: 21

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

[    24.610] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    24.610] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[    24.611] Build Operating System: Linux Archlinux
[    24.611] Current Operating System: Linux thinkpad 5.12.9-arch1-1 #1 SMP PREEMPT Thu, 03 Jun 2021 11:36:13 +0000 x86_64
[    24.611] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=774138cd-945e-44d0-a6ec-4ced558875f1 rw loglevel=5 --verbose nosplashdebug nouveau.modeset=0 nvidia-drm.modeset=1
[    24.611] Build Date: 13 April 2021  03:12:10PM
[    24.611]  
[    24.611] Current version of pixman: 0.40.0
[    24.611] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    24.611] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.612] (==) Log file: "/home/stefan/.local/share/xorg/Xorg.0.log", Time: Tue Jun  8 17:16:48 2021
[    24.616] (==) Using config file: "/etc/X11/xorg.conf"
[    24.620] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    24.624] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.624] (==) No Layout section.  Using the first Screen section.
[    24.624] (==) No screen section available. Using defaults.
[    24.624] (**) |-->Screen "Default Screen Section" (0)
[    24.624] (**) |   |-->Monitor "<default monitor>"
[    24.625] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    24.625] (**) |   |-->Device "Intel Graphics"
[    24.625] (**) |   |-->GPUDevice "NVIDIA"
[    24.625] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    24.625] (==) Automatically adding devices
[    24.625] (==) Automatically enabling devices
[    24.625] (==) Automatically adding GPU devices
[    24.625] (==) Automatically binding GPU devices
[    24.625] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    24.625] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    24.625] 	Entry deleted from font path.
[    24.625] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    24.625] 	Entry deleted from font path.
[    24.625] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    24.625] 	Entry deleted from font path.
[    24.626] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    24.626] (==) ModulePath set to "/usr/lib/xorg/modules"
[    24.626] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    24.626] (II) Module ABI versions:
[    24.626] 	X.Org ANSI C Emulation: 0.4
[    24.626] 	X.Org Video Driver: 24.1
[    24.626] 	X.Org XInput driver : 24.1
[    24.626] 	X.Org Server Extension : 10.0
[    24.626] (++) using VT number 1

[    24.628] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    24.629] (II) xfree86: Adding drm device (/dev/dri/card1)
[    24.629] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[    24.629] (II) xfree86: Adding drm device (/dev/dri/card0)
[    24.630] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    24.631] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    24.631] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    24.631] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    24.631] (--) PCI: (0@0:2:0) 8086:9b41:17aa:22b2 rev 2, Mem @ 0xed000000/16777216, 0xd0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    24.631] (--) PCI:*(45@0:0:0) 10de:1d34:17aa:22b2 rev 161, Mem @ 0xee000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128
[    24.631] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    24.632] (II) LoadModule: "glx"
[    24.633] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    24.636] (II) Module glx: vendor="X.Org Foundation"
[    24.636] 	compiled for 1.20.11, module version = 1.0.0
[    24.636] 	ABI class: X.Org Server Extension, version 10.0
[    24.636] (II) LoadModule: "intel"
[    24.636] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    24.638] (II) Module intel: vendor="X.Org Foundation"
[    24.638] 	compiled for 1.20.10, module version = 2.99.917
[    24.638] 	Module class: X.Org Video Driver
[    24.638] 	ABI class: X.Org Video Driver, version 24.1
[    24.638] (II) LoadModule: "nvidia"
[    24.638] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    24.640] (II) Module nvidia: vendor="NVIDIA Corporation"
[    24.640] 	compiled for 1.6.99.901, module version = 1.0.0
[    24.640] 	Module class: X.Org Video Driver
[    24.640] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    24.640] (II) intel: Driver for Intel(R) HD Graphics
[    24.640] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    24.640] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    24.640] (II) NVIDIA dlloader X Driver  465.31  Thu May 13 22:19:15 UTC 2021
[    24.640] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    24.641] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    24.641] (II) systemd-logind: releasing fd for 226:0
[    24.641] (II) Loading sub module "fb"
[    24.641] (II) LoadModule: "fb"
[    24.642] (II) Loading /usr/lib/xorg/modules/libfb.so
[    24.642] (II) Module fb: vendor="X.Org Foundation"
[    24.642] 	compiled for 1.20.11, module version = 1.0.0
[    24.642] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    24.642] (II) Loading sub module "wfb"
[    24.642] (II) LoadModule: "wfb"
[    24.642] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    24.643] (II) Module wfb: vendor="X.Org Foundation"
[    24.643] 	compiled for 1.20.11, module version = 1.0.0
[    24.643] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    24.643] (II) Loading sub module "ramdac"
[    24.643] (II) LoadModule: "ramdac"
[    24.643] (II) Module "ramdac" already built-in
[    24.645] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    24.645] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[    24.660] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    24.661] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[    24.661] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    24.661] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    24.661] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    24.661] (==) intel(0): RGB weight 888
[    24.661] (==) intel(0): Default visual is TrueColor
[    24.661] (**) intel(0): Option "TearFree" "true"
[    24.661] (II) intel(0): Output eDP1 has no monitor section
[    24.662] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    24.662] (II) intel(0): Enabled output eDP1
[    24.662] (II) intel(0): Output DP1 has no monitor section
[    24.662] (II) intel(0): Enabled output DP1
[    24.662] (II) intel(0): Output HDMI1 has no monitor section
[    24.662] (II) intel(0): Enabled output HDMI1
[    24.662] (II) intel(0): Output DP2 has no monitor section
[    24.662] (II) intel(0): Enabled output DP2
[    24.662] (II) intel(0): Output HDMI2 has no monitor section
[    24.662] (II) intel(0): Enabled output HDMI2
[    24.662] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    24.662] (II) intel(0): Output VIRTUAL1 has no monitor section
[    24.662] (II) intel(0): Enabled output VIRTUAL1
[    24.662] (--) intel(0): Output eDP1 using initial mode 3840x2160 on pipe 0
[    24.662] (**) intel(0): TearFree enabled
[    24.662] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    24.662] (==) intel(0): DPI set to (96, 96)
[    24.662] (II) Loading sub module "dri3"
[    24.662] (II) LoadModule: "dri3"
[    24.662] (II) Module "dri3" already built-in
[    24.662] (II) Loading sub module "dri2"
[    24.662] (II) LoadModule: "dri2"
[    24.662] (II) Module "dri2" already built-in
[    24.662] (II) Loading sub module "present"
[    24.662] (II) LoadModule: "present"
[    24.662] (II) Module "present" already built-in
[    24.663] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    24.663] (==) NVIDIA(G0): RGB weight 888
[    24.663] (==) NVIDIA(G0): Default visual is TrueColor
[    24.663] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    24.663] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    24.663] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    24.663] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    24.663] (**) NVIDIA(G0): Enabling 2D acceleration
[    24.663] (II) Loading sub module "glxserver_nvidia"
[    24.663] (II) LoadModule: "glxserver_nvidia"
[    24.663] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    24.680] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    24.680] 	compiled for 1.6.99.901, module version = 1.0.0
[    24.680] 	Module class: X.Org Server Extension
[    24.680] (II) NVIDIA GLX Module  465.31  Thu May 13 22:16:59 UTC 2021
[    24.680] (II) NVIDIA: The X server supports PRIME Render Offload.
[    24.684] (II) NVIDIA(G0): NVIDIA GPU NVIDIA Quadro P520 (GP108GL-A) at PCI:45:0:0
[    24.684] (II) NVIDIA(G0):     (GPU-0)
[    24.684] (--) NVIDIA(G0): Memory: 2097152 kBytes
[    24.684] (--) NVIDIA(G0): VideoBIOS: 86.08.3e.00.26
[    24.684] (II) NVIDIA(G0): Detected PCI Express Link width: 4X
[    24.684] (II) NVIDIA(G0): Validated MetaModes:
[    24.684] (II) NVIDIA(G0):     "NULL"
[    24.684] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    24.684] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    24.684] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    24.685] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[    24.685] (==) intel(0): Backing store enabled
[    24.685] (==) intel(0): Silken mouse disabled
[    24.685] (II) intel(0): HW Cursor enabled
[    24.685] (==) intel(0): DPMS enabled
[    24.685] (==) intel(0): Display hotplug detection enabled
[    24.686] (II) intel(0): [DRI2] Setup complete
[    24.686] (II) intel(0): [DRI2]   DRI driver: i965
[    24.686] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    24.686] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    24.686] (II) intel(0): hardware support for Present enabled
[    24.686] (WW) NVIDIA: Failed to bind sideband socket to
[    24.686] (WW) NVIDIA:     '/var/run/nvidia-xdriver-667dc337' Permission denied
[    24.686] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    24.686] (II) NVIDIA:     access.
[    24.691] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    24.691] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    24.691] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    24.691] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    24.691] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    24.691] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    24.691] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    24.691] (II) NVIDIA(G0):     Config Options in the README.
[    24.714] (II) NVIDIA(G0): Setting mode "NULL"
[    24.718] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    24.718] (==) NVIDIA(G0): Backing store enabled
[    24.718] (==) NVIDIA(G0): Silken mouse disabled
[    24.718] (==) NVIDIA(G0): DPMS enabled
[    24.718] (WW) NVIDIA(G0): Option "PrimaryGPU" is not used
[    24.718] (II) Loading sub module "dri2"
[    24.718] (II) LoadModule: "dri2"
[    24.718] (II) Module "dri2" already built-in
[    24.718] (II) NVIDIA(G0): [DRI2] Setup complete
[    24.718] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    24.718] (II) Initializing extension Generic Event Extension
[    24.718] (II) Initializing extension SHAPE
[    24.718] (II) Initializing extension MIT-SHM
[    24.718] (II) Initializing extension XInputExtension
[    24.719] (II) Initializing extension XTEST
[    24.719] (II) Initializing extension BIG-REQUESTS
[    24.719] (II) Initializing extension SYNC
[    24.719] (II) Initializing extension XKEYBOARD
[    24.719] (II) Initializing extension XC-MISC
[    24.719] (II) Initializing extension SECURITY
[    24.719] (II) Initializing extension XFIXES
[    24.719] (II) Initializing extension RENDER
[    24.719] (II) Initializing extension RANDR
[    24.719] (II) Initializing extension COMPOSITE
[    24.719] (II) Initializing extension DAMAGE
[    24.719] (II) Initializing extension MIT-SCREEN-SAVER
[    24.719] (II) Initializing extension DOUBLE-BUFFER
[    24.719] (II) Initializing extension RECORD
[    24.719] (II) Initializing extension DPMS
[    24.719] (II) Initializing extension Present
[    24.719] (II) Initializing extension DRI3
[    24.719] (II) Initializing extension X-Resource
[    24.719] (II) Initializing extension XVideo
[    24.719] (II) Initializing extension XVideo-MotionCompensation
[    24.719] (II) Initializing extension GLX
[    24.719] (II) Initializing extension GLX
[    24.719] (II) Indirect GLX disabled.
[    24.735] (II) AIGLX: Loaded and initialized i965
[    24.735] (II) GLX: Initialized DRI2 GL provider for screen 0
[    24.735] (II) Initializing extension XFree86-VidModeExtension
[    24.735] (II) Initializing extension XFree86-DGA
[    24.735] (II) Initializing extension XFree86-DRI
[    24.735] (II) Initializing extension DRI2
[    24.735] (II) Initializing extension NV-GLX
[    24.735] (II) Initializing extension NV-CONTROL
[    24.742] (II) intel(0): switch to mode 3840x2160@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    24.747] (II) intel(0): Setting screen physical size to 1016 x 571
[    24.792] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    24.792] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    24.792] (**) Power Button: Applying InputClass "system-keyboard"
[    24.792] (II) LoadModule: "libinput"
[    24.792] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    24.794] (II) Module libinput: vendor="X.Org Foundation"
[    24.794] 	compiled for 1.20.11, module version = 1.0.1
[    24.794] 	Module class: X.Org XInput Driver
[    24.794] 	ABI class: X.Org XInput driver, version 24.1
[    24.794] (II) Using input driver 'libinput' for 'Power Button'
[    24.794] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[    24.794] (**) Power Button: always reports core events
[    24.794] (**) Option "Device" "/dev/input/event2"
[    24.795] (**) Option "_source" "server/udev"
[    24.799] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    24.799] (II) event2  - Power Button: device is a keyboard
[    24.799] (II) event2  - Power Button: device removed
[    24.799] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    24.799] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.799] (**) Option "xkb_layout" "ch,us"
[    24.799] (**) Option "xkb_variant" ","
[    24.811] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    24.812] (II) event2  - Power Button: device is a keyboard
[    24.812] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    24.812] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    24.812] (**) Video Bus: Applying InputClass "system-keyboard"
[    24.812] (II) Using input driver 'libinput' for 'Video Bus'
[    24.812] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 31 paused 0
[    24.812] (**) Video Bus: always reports core events
[    24.812] (**) Option "Device" "/dev/input/event11"
[    24.812] (**) Option "_source" "server/udev"
[    24.813] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    24.813] (II) event11 - Video Bus: device is a keyboard
[    24.813] (II) event11 - Video Bus: device removed
[    24.813] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[    24.813] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    24.813] (**) Option "xkb_layout" "ch,us"
[    24.813] (**) Option "xkb_variant" ","
[    24.813] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    24.813] (II) event11 - Video Bus: device is a keyboard
[    24.814] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    24.814] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    24.814] (**) Video Bus: Applying InputClass "system-keyboard"
[    24.814] (II) Using input driver 'libinput' for 'Video Bus'
[    24.814] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 32 paused 0
[    24.814] (**) Video Bus: always reports core events
[    24.814] (**) Option "Device" "/dev/input/event12"
[    24.814] (**) Option "_source" "server/udev"
[    24.814] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    24.815] (II) event12 - Video Bus: device is a keyboard
[    24.815] (II) event12 - Video Bus: device removed
[    24.815] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4c/LNXVIDEO:01/input/input14/event12"
[    24.815] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    24.815] (**) Option "xkb_layout" "ch,us"
[    24.815] (**) Option "xkb_variant" ","
[    24.815] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    24.815] (II) event12 - Video Bus: device is a keyboard
[    24.815] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    24.815] (II) No input driver specified, ignoring this device.
[    24.815] (II) This device may have been added with another device file.
[    24.816] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    24.816] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    24.816] (**) Sleep Button: Applying InputClass "system-keyboard"
[    24.816] (II) Using input driver 'libinput' for 'Sleep Button'
[    24.816] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 33 paused 0
[    24.816] (**) Sleep Button: always reports core events
[    24.816] (**) Option "Device" "/dev/input/event0"
[    24.816] (**) Option "_source" "server/udev"
[    24.816] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    24.816] (II) event0  - Sleep Button: device is a keyboard
[    24.816] (II) event0  - Sleep Button: device removed
[    24.817] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    24.817] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    24.817] (**) Option "xkb_layout" "ch,us"
[    24.817] (**) Option "xkb_variant" ","
[    24.817] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    24.817] (II) event0  - Sleep Button: device is a keyboard
[    24.817] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7)
[    24.817] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    24.817] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[    24.817] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    24.818] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 34 paused 0
[    24.818] (**) Integrated Camera: Integrated C: always reports core events
[    24.818] (**) Option "Device" "/dev/input/event7"
[    24.818] (**) Option "_source" "server/udev"
[    24.818] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    24.818] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[    24.819] (II) event7  - Integrated Camera: Integrated C: device removed
[    24.819] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input9/event7"
[    24.819] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[    24.819] (**) Option "xkb_layout" "ch,us"
[    24.819] (**) Option "xkb_variant" ","
[    24.819] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    24.819] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[    24.819] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event8)
[    24.819] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[    24.819] (**) Integrated Camera: Integrated I: Applying InputClass "system-keyboard"
[    24.819] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[    24.820] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 35 paused 0
[    24.820] (**) Integrated Camera: Integrated I: always reports core events
[    24.820] (**) Option "Device" "/dev/input/event8"
[    24.820] (**) Option "_source" "server/udev"
[    24.820] (II) event8  - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[    24.820] (II) event8  - Integrated Camera: Integrated I: device is a keyboard
[    24.821] (II) event8  - Integrated Camera: Integrated I: device removed
[    24.821] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input10/event8"
[    24.821] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 11)
[    24.821] (**) Option "xkb_layout" "ch,us"
[    24.821] (**) Option "xkb_variant" ","
[    24.821] (II) event8  - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[    24.821] (II) event8  - Integrated Camera: Integrated I: device is a keyboard
[    24.821] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event13)
[    24.821] (II) No input driver specified, ignoring this device.
[    24.822] (II) This device may have been added with another device file.
[    24.822] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event14)
[    24.822] (II) No input driver specified, ignoring this device.
[    24.822] (II) This device may have been added with another device file.
[    24.822] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event15)
[    24.822] (II) No input driver specified, ignoring this device.
[    24.822] (II) This device may have been added with another device file.
[    24.822] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event16)
[    24.822] (II) No input driver specified, ignoring this device.
[    24.822] (II) This device may have been added with another device file.
[    24.822] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event17)
[    24.822] (II) No input driver specified, ignoring this device.
[    24.822] (II) This device may have been added with another device file.
[    24.822] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[    24.822] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    24.822] (**) Intel HID events: Applying InputClass "system-keyboard"
[    24.822] (II) Using input driver 'libinput' for 'Intel HID events'
[    24.823] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 36 paused 0
[    24.823] (**) Intel HID events: always reports core events
[    24.823] (**) Option "Device" "/dev/input/event4"
[    24.823] (**) Option "_source" "server/udev"
[    24.823] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[    24.823] (II) event4  - Intel HID events: device is a keyboard
[    24.823] (II) event4  - Intel HID events: device removed
[    24.823] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input5/event4"
[    24.823] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[    24.823] (**) Option "xkb_layout" "ch,us"
[    24.823] (**) Option "xkb_variant" ","
[    24.824] (II) event4  - Intel HID events: is tagged by udev as: Keyboard
[    24.824] (II) event4  - Intel HID events: device is a keyboard
[    24.824] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    24.824] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    24.824] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    24.824] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    24.824] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 37 paused 0
[    24.824] (**) AT Translated Set 2 keyboard: always reports core events
[    24.824] (**) Option "Device" "/dev/input/event3"
[    24.824] (**) Option "_source" "server/udev"
[    24.825] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    24.825] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    24.825] (II) event3  - AT Translated Set 2 keyboard: device removed
[    24.825] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    24.825] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    24.825] (**) Option "xkb_layout" "ch,us"
[    24.825] (**) Option "xkb_variant" ","
[    24.826] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    24.826] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    24.826] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    24.826] (II) No input driver specified, ignoring this device.
[    24.826] (II) This device may have been added with another device file.
[    24.827] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[    24.827] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    24.827] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[    24.827] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    24.828] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 38 paused 0
[    24.828] (**) ThinkPad Extra Buttons: always reports core events
[    24.828] (**) Option "Device" "/dev/input/event5"
[    24.828] (**) Option "_source" "server/udev"
[    24.828] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    24.828] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[    24.828] (II) event5  - ThinkPad Extra Buttons: device removed
[    24.828] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[    24.828] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[    24.828] (**) Option "xkb_layout" "ch,us"
[    24.828] (**) Option "xkb_variant" ","
[    24.828] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    24.829] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[    24.829] (II) config/udev: Adding input device Synaptics TM3471-020 (/dev/input/event9)
[    24.829] (**) Synaptics TM3471-020: Applying InputClass "libinput touchpad catchall"
[    24.829] (II) Using input driver 'libinput' for 'Synaptics TM3471-020'
[    24.829] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 39 paused 0
[    24.829] (**) Synaptics TM3471-020: always reports core events
[    24.829] (**) Option "Device" "/dev/input/event9"
[    24.829] (**) Option "_source" "server/udev"
[    24.830] (II) event9  - Synaptics TM3471-020: is tagged by udev as: Touchpad
[    24.830] (II) event9  - Synaptics TM3471-020: device is a touchpad
[    24.830] (II) event9  - Synaptics TM3471-020: device removed
[    24.830] (**) Option "config_info" "udev:/sys/devices/rmi4-00/input/input11/event9"
[    24.830] (II) XINPUT: Adding extended input device "Synaptics TM3471-020" (type: TOUCHPAD, id 15)
[    24.831] (**) Option "AccelerationScheme" "none"
[    24.831] (**) Synaptics TM3471-020: (accel) selected scheme none/0
[    24.831] (**) Synaptics TM3471-020: (accel) acceleration factor: 2.000
[    24.831] (**) Synaptics TM3471-020: (accel) acceleration threshold: 4
[    24.831] (II) event9  - Synaptics TM3471-020: is tagged by udev as: Touchpad
[    24.832] (II) event9  - Synaptics TM3471-020: device is a touchpad
[    24.832] (II) config/udev: Adding input device Synaptics TM3471-020 (/dev/input/mouse0)
[    24.832] (II) No input driver specified, ignoring this device.
[    24.832] (II) This device may have been added with another device file.
[    24.832] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event10)
[    24.832] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[    24.832] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[    24.833] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 40 paused 0
[    24.833] (**) TPPS/2 Elan TrackPoint: always reports core events
[    24.833] (**) Option "Device" "/dev/input/event10"
[    24.833] (**) Option "_source" "server/udev"
[    24.833] (II) event10 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    24.833] (II) event10 - TPPS/2 Elan TrackPoint: device is a pointer
[    24.834] (II) event10 - TPPS/2 Elan TrackPoint: device removed
[    24.834] (**) Option "config_info" "udev:/sys/devices/rmi4-00/rmi4-00.fn03/serio2/input/input12/event10"
[    24.834] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 16)
[    24.834] (**) Option "AccelerationScheme" "none"
[    24.834] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[    24.834] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[    24.834] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[    24.834] (II) event10 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[    24.835] (II) event10 - TPPS/2 Elan TrackPoint: device is a pointer
[    24.835] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse1)
[    24.835] (II) No input driver specified, ignoring this device.
[    24.835] (II) This device may have been added with another device file.
[    26.687] (II) intel(0): EDID vendor "CSO", prod id 5120
[    26.687] (II) intel(0): Printing DDC gathered Modelines:
[    26.687] (II) intel(0): Modeline "3840x2160"x0.0  528.00  3840 3888 3920 4000  2160 2163 2168 2200 -hsync -vsync (132.0 kHz eP)
~> grep -ri intel /{usr/share,etc}/X11/xorg.conf*
/usr/share/X11/xorg.conf.d/20-intel.conf:       Identifier "Intel Graphics"
/usr/share/X11/xorg.conf.d/20-intel.conf:       Driver "Intel"
/etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf:#   Identifier "intel"

Last edited by eearcher (2021-06-08 15:32:16)

Offline

#10 2021-06-08 15:34:52

seth
Member
Registered: 2012-09-03
Posts: 50,000

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

What do you see in the grep?

Online

#11 2021-06-08 15:38:13

eearcher
Member
Registered: 2021-01-08
Posts: 21

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

seth wrote:

What do you see in the grep?

Second code block of previous post smile

Last edited by eearcher (2021-06-08 15:38:28)

Offline

#12 2021-06-08 15:40:56

seth
Member
Registered: 2012-09-03
Posts: 50,000

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

Yes. What does it tell you?

Online

#13 2021-06-08 16:14:19

eearcher
Member
Registered: 2021-01-08
Posts: 21

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

seth wrote:

Yes. What does it tell you?

Thanks, removing the files helped. Marking this as solved.

Offline

#14 2021-06-08 16:49:53

seth
Member
Registered: 2012-09-03
Posts: 50,000

Re: [SOLVED] Xorg doesn't start with NVIDIA driver, but no error

They were probably installed w/ xf86-video-intel which you either want to remove or NoExtract the config, otherwise it'll re-appear w/ the next update.

Online

Board footer

Powered by FluxBB