You are not logged in.
Hi guys,
I have a problem with xorg on my ASUS A15 laptop, with an internal amd gpu and a discreet nvidia gpu. Both drivers are loaded.
lspci -v | grep amd
Kernel driver in use: amdgpu
Kernel modules: amdgpu
lspci -v | grep nvidia
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Ti Mobile] (rev a1)
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6)xrandr sees only two monitors:
xrandr --listmonitors
Monitors: 2
0: +*eDP 1920/344x1080/194+0+0 eDP
1: +HDMI-A-0 1920/477x1080/268+1920+0 HDMI-A-0but sees the outputs:
xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x55 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 2 associated providers: 1 name:Unknown AMD Radeon GPU @ pci:0000:05:00.0
Provider 1: id: 0x21b cap: 0x2, Sink Output crtcs: 4 outputs: 2 associated providers: 1 name:NVIDIA-G0When I put this into /etc/X11/xorg.conf.d/05-device.conf only the DP-1 is active, whereas the internal and hdmi-1 blanks out and are no longer available for xorg. Without it the DP-1 is not avtive, whereas internal and HDMI-1 work as expected.
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
# Inactive "amdgpu"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:01:0:0"
# Option "monitor-eDP-1-0"
# Option "monitor-HDMI-1-0"
# Option "monitor-DP-0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
EndSection
Section "Device"
Identifier "amdgpu"
Driver "amdgpu"
BusID "PCI:05:0:0"
EndSection
Section "Screen"
Identifier "amdgpu"
Device "amdgpu"
EndSectionOutput of xorg-log with 05-devices.conf:
[ 109.008] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 109.008]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[ 109.008] Build Operating System: Linux Arch Linux
[ 109.008] Current Operating System: Linux a15 5.9.11-arch2-1 #1 SMP PREEMPT Sat, 28 Nov 2020 02:07:22 +0000 x86_64
[ 109.008] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=3d565c78-e3c0-4437-88cb-7720cec179d5:cryptroot root=/dev/mapper/cryptroot rw
[ 109.011] Build Date: 01 December 2020 07:51:57PM
[ 109.012]
[ 109.014] Current version of pixman: 0.40.0
[ 109.016] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 109.016] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 109.020] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Dec 2 15:40:33 2020
[ 109.021] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 109.023] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 109.023] (==) No Layout section. Using the first Screen section.
[ 109.023] (**) |-->Screen "Screen0" (0)
[ 109.023] (**) | |-->Monitor "<default monitor>"
[ 109.023] (**) | |-->Device "Device0"
[ 109.023] (==) No monitor specified for screen "Screen0".
Using a default monitor configuration.
[ 109.023] (==) Automatically adding devices
[ 109.023] (==) Automatically enabling devices
[ 109.023] (==) Automatically adding GPU devices
[ 109.023] (==) Automatically binding GPU devices
[ 109.023] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 109.023] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 109.023] Entry deleted from font path.
[ 109.023] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 109.023] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 109.023] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 109.023] (II) Module ABI versions:
[ 109.023] X.Org ANSI C Emulation: 0.4
[ 109.023] X.Org Video Driver: 24.1
[ 109.023] X.Org XInput driver : 24.1
[ 109.023] X.Org Server Extension : 10.0
[ 109.024] (++) using VT number 2
[ 109.026] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 109.027] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 109.027] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[ 109.028] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 109.028] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 109.030] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 109.033] (--) PCI: (1@0:0:0) 10de:1f95:1043:16df rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 109.033] (--) PCI:*(5@0:0:0) 1002:1636:1043:16df rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc500000/524288, I/O @ 0x0000c000/256
[ 109.033] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 109.033] (II) LoadModule: "glx"
[ 109.033] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 109.035] (II) Module glx: vendor="X.Org Foundation"
[ 109.035] compiled for 1.20.10, module version = 1.0.0
[ 109.035] ABI class: X.Org Server Extension, version 10.0
[ 109.035] (II) LoadModule: "nvidia"
[ 109.035] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 109.035] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 109.035] compiled for 1.6.99.901, module version = 1.0.0
[ 109.035] Module class: X.Org Video Driver
[ 109.035] (II) NVIDIA dlloader X Driver 455.45.01 Thu Nov 5 23:01:05 UTC 2020
[ 109.035] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 109.035] (II) systemd-logind: releasing fd for 226:1
[ 109.036] (II) Loading sub module "fb"
[ 109.036] (II) LoadModule: "fb"
[ 109.036] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 109.036] (II) Module fb: vendor="X.Org Foundation"
[ 109.036] compiled for 1.20.10, module version = 1.0.0
[ 109.036] ABI class: X.Org ANSI C Emulation, version 0.4
[ 109.036] (II) Loading sub module "wfb"
[ 109.036] (II) LoadModule: "wfb"
[ 109.036] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 109.037] (II) Module wfb: vendor="X.Org Foundation"
[ 109.037] compiled for 1.20.10, module version = 1.0.0
[ 109.037] ABI class: X.Org ANSI C Emulation, version 0.4
[ 109.037] (II) Loading sub module "ramdac"
[ 109.037] (II) LoadModule: "ramdac"
[ 109.037] (II) Module "ramdac" already built-in
[ 109.037] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 109.037] (==) NVIDIA(0): RGB weight 888
[ 109.037] (==) NVIDIA(0): Default visual is TrueColor
[ 109.037] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 109.037] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 109.037] (**) NVIDIA(0): Option "TripleBuffer" "on"
[ 109.037] (**) NVIDIA(0): Option "AllowIndirectGLXProtocol" "off"
[ 109.037] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 109.037] (**) NVIDIA(0): Enabling 2D acceleration
[ 109.037] (II) Loading sub module "glxserver_nvidia"
[ 109.037] (II) LoadModule: "glxserver_nvidia"
[ 109.037] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 109.045] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 109.045] compiled for 1.6.99.901, module version = 1.0.0
[ 109.045] Module class: X.Org Server Extension
[ 109.045] (II) NVIDIA GLX Module 455.45.01 Thu Nov 5 22:58:18 UTC 2020
[ 109.045] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 109.049] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 109.049] (--) NVIDIA(0): DFP-0
[ 109.049] (--) NVIDIA(0): DFP-1
[ 109.052] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1650 Ti (TU117-A) at PCI:1:0:0 (GPU-0)
[ 109.052] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 109.052] (--) NVIDIA(0): VideoBIOS: 90.17.42.00.21
[ 109.052] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 109.052] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 109.052] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 109.052] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 109.052] (--) NVIDIA(GPU-0):
[ 109.053] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 109.053] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 109.053] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 109.053] (--) NVIDIA(GPU-0):
[ 109.053] (==) NVIDIA(0):
[ 109.053] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 109.053] (==) NVIDIA(0): will be used as the requested mode.
[ 109.053] (==) NVIDIA(0):
[ 109.053] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 109.053] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 109.053] (II) NVIDIA(0): Validated MetaModes:
[ 109.053] (II) NVIDIA(0): "NULL"
[ 109.053] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 109.054] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 109.054] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 109.054] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[ 109.054] (II) NVIDIA: access.
[ 109.073] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 109.073] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 109.073] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 109.073] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 109.073] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 109.073] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 109.073] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 109.073] (II) NVIDIA(0): Config Options in the README.
[ 109.109] (II) NVIDIA(0): Setting mode "NULL"
[ 109.130] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 109.130] (==) NVIDIA(0): Backing store enabled
[ 109.130] (==) NVIDIA(0): Silken mouse disabled
[ 109.130] (==) NVIDIA(0): DPMS enabled
[ 109.130] (II) Loading sub module "dri2"
[ 109.130] (II) LoadModule: "dri2"
[ 109.130] (II) Module "dri2" already built-in
[ 109.130] (II) NVIDIA(0): [DRI2] Setup complete
[ 109.130] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 109.130] (II) Initializing extension Generic Event Extension
[ 109.130] (II) Initializing extension SHAPE
[ 109.130] (II) Initializing extension MIT-SHM
[ 109.130] (II) Initializing extension XInputExtension
[ 109.131] (II) Initializing extension XTEST
[ 109.131] (II) Initializing extension BIG-REQUESTS
[ 109.131] (II) Initializing extension SYNC
[ 109.131] (II) Initializing extension XKEYBOARD
[ 109.131] (II) Initializing extension XC-MISC
[ 109.131] (II) Initializing extension SECURITY
[ 109.131] (II) Initializing extension XFIXES
[ 109.131] (II) Initializing extension RENDER
[ 109.131] (II) Initializing extension RANDR
[ 109.131] (II) Initializing extension COMPOSITE
[ 109.131] (II) Initializing extension DAMAGE
[ 109.131] (II) Initializing extension MIT-SCREEN-SAVER
[ 109.131] (II) Initializing extension DOUBLE-BUFFER
[ 109.131] (II) Initializing extension RECORD
[ 109.131] (II) Initializing extension DPMS
[ 109.131] (II) Initializing extension Present
[ 109.131] (II) Initializing extension DRI3
[ 109.131] (II) Initializing extension X-Resource
[ 109.131] (II) Initializing extension XVideo
[ 109.131] (II) Initializing extension XVideo-MotionCompensation
[ 109.131] (II) Initializing extension GLX
[ 109.131] (II) Initializing extension GLX
[ 109.131] (II) Indirect GLX disabled.
[ 109.131] (II) GLX: Another vendor is already registered for screen 0
[ 109.131] (II) Initializing extension XFree86-VidModeExtension
[ 109.131] (II) Initializing extension XFree86-DGA
[ 109.131] (II) Initializing extension XFree86-DRI
[ 109.131] (II) Initializing extension DRI2
[ 109.131] (II) Initializing extension NV-GLX
[ 109.131] (II) Initializing extension NV-CONTROL
[ 109.178] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 109.178] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 109.178] (**) Power Button: Applying InputClass "system-keyboard"
[ 109.178] (**) Power Button: Applying InputClass "Elan Touchpad"
[ 109.178] (II) LoadModule: "libinput"
[ 109.178] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 109.179] (II) Module libinput: vendor="X.Org Foundation"
[ 109.179] compiled for 1.20.8, module version = 0.30.0
[ 109.179] Module class: X.Org XInput Driver
[ 109.179] ABI class: X.Org XInput driver, version 24.1
[ 109.179] (II) Using input driver 'libinput' for 'Power Button'
[ 109.180] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 34 paused 0
[ 109.180] (**) Power Button: always reports core events
[ 109.180] (**) Option "Device" "/dev/input/event3"
[ 109.180] (**) Option "_source" "server/udev"
[ 109.181] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 109.181] (II) event3 - Power Button: device is a keyboard
[ 109.181] (II) event3 - Power Button: device removed
[ 109.181] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 109.181] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 109.181] (**) Option "xkb_variant" "altgr-intl"
[ 109.181] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.193] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 109.193] (II) event3 - Power Button: device is a keyboard
[ 109.193] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event11)
[ 109.193] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 109.193] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[ 109.193] (**) Asus Wireless Radio Control: Applying InputClass "Elan Touchpad"
[ 109.193] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[ 109.194] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 37 paused 0
[ 109.194] (**) Asus Wireless Radio Control: always reports core events
[ 109.194] (**) Option "Device" "/dev/input/event11"
[ 109.194] (**) Option "_source" "server/udev"
[ 109.195] (II) event11 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 109.195] (II) event11 - Asus Wireless Radio Control: device is a keyboard
[ 109.195] (II) event11 - Asus Wireless Radio Control: device removed
[ 109.195] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input20/event11"
[ 109.195] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[ 109.195] (**) Option "xkb_variant" "altgr-intl"
[ 109.195] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.195] (II) event11 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[ 109.196] (II) event11 - Asus Wireless Radio Control: device is a keyboard
[ 109.196] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 109.196] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 109.196] (**) Video Bus: Applying InputClass "system-keyboard"
[ 109.196] (**) Video Bus: Applying InputClass "Elan Touchpad"
[ 109.196] (II) Using input driver 'libinput' for 'Video Bus'
[ 109.196] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 38 paused 0
[ 109.196] (**) Video Bus: always reports core events
[ 109.196] (**) Option "Device" "/dev/input/event4"
[ 109.196] (**) Option "_source" "server/udev"
[ 109.197] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 109.197] (II) event4 - Video Bus: device is a keyboard
[ 109.197] (II) event4 - Video Bus: device removed
[ 109.197] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10/LNXVIDEO:00/input/input4/event4"
[ 109.197] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 109.197] (**) Option "xkb_variant" "altgr-intl"
[ 109.197] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.198] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 109.198] (II) event4 - Video Bus: device is a keyboard
[ 109.198] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 109.198] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 109.198] (**) Power Button: Applying InputClass "system-keyboard"
[ 109.198] (**) Power Button: Applying InputClass "Elan Touchpad"
[ 109.198] (II) Using input driver 'libinput' for 'Power Button'
[ 109.198] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 39 paused 0
[ 109.199] (**) Power Button: always reports core events
[ 109.199] (**) Option "Device" "/dev/input/event0"
[ 109.199] (**) Option "_source" "server/udev"
[ 109.199] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 109.199] (II) event0 - Power Button: device is a keyboard
[ 109.199] (II) event0 - Power Button: device removed
[ 109.199] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 109.199] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 109.199] (**) Option "xkb_variant" "altgr-intl"
[ 109.199] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.200] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 109.200] (II) event0 - Power Button: device is a keyboard
[ 109.200] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 109.200] (**) Lid Switch: Applying InputClass "Elan Touchpad"
[ 109.200] (II) Using input driver 'libinput' for 'Lid Switch'
[ 109.200] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 40 paused 0
[ 109.201] (**) Lid Switch: always reports core events
[ 109.201] (**) Option "Device" "/dev/input/event2"
[ 109.201] (**) Option "_source" "server/udev"
[ 109.201] (II) event2 - Lid Switch: is tagged by udev as: Switch
[ 109.201] (II) event2 - Lid Switch: device is a switch device
[ 109.201] (II) event2 - Lid Switch: device is a switch device
[ 109.201] (II) event2 - Lid Switch: device removed
[ 109.201] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event2"
[ 109.201] (II) XINPUT: Adding extended input device "Lid Switch" (type: KEYBOARD, id 10)
[ 109.202] (II) event2 - Lid Switch: is tagged by udev as: Switch
[ 109.202] (II) event2 - Lid Switch: device is a switch device
[ 109.202] (II) event2 - Lid Switch: device is a switch device
[ 109.202] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 109.202] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 109.202] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 109.202] (**) Sleep Button: Applying InputClass "Elan Touchpad"
[ 109.202] (II) Using input driver 'libinput' for 'Sleep Button'
[ 109.202] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 41 paused 0
[ 109.202] (**) Sleep Button: always reports core events
[ 109.202] (**) Option "Device" "/dev/input/event1"
[ 109.202] (**) Option "_source" "server/udev"
[ 109.203] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 109.203] (II) event1 - Sleep Button: device is a keyboard
[ 109.203] (II) event1 - Sleep Button: device removed
[ 109.203] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 109.203] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[ 109.203] (**) Option "xkb_variant" "altgr-intl"
[ 109.203] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.204] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 109.204] (II) event1 - Sleep Button: device is a keyboard
[ 109.204] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[ 109.204] (**) HDA NVidia HDMI/DP,pcm=3: Applying InputClass "Elan Touchpad"
[ 109.204] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=3'
[ 109.204] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 42 paused 0
[ 109.205] (**) HDA NVidia HDMI/DP,pcm=3: always reports core events
[ 109.205] (**) Option "Device" "/dev/input/event17"
[ 109.205] (**) Option "_source" "server/udev"
[ 109.205] (II) event17 - HDA NVidia HDMI/DP,pcm=3: is tagged by udev as: Switch
[ 109.205] (II) event17 - not using input device '/dev/input/event17'.
[ 109.205] (EE) libinput: HDA NVidia HDMI/DP,pcm=3: Failed to create a device for /dev/input/event17
[ 109.205] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=3"
[ 109.205] (II) UnloadModule: "libinput"
[ 109.205] (II) systemd-logind: releasing fd for 13:81
[ 109.277] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[ 109.277] (**) HDA NVidia HDMI/DP,pcm=7: Applying InputClass "Elan Touchpad"
[ 109.277] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=7'
[ 109.278] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 42 paused 0
[ 109.278] (**) HDA NVidia HDMI/DP,pcm=7: always reports core events
[ 109.278] (**) Option "Device" "/dev/input/event18"
[ 109.278] (**) Option "_source" "server/udev"
[ 109.279] (II) event18 - HDA NVidia HDMI/DP,pcm=7: is tagged by udev as: Switch
[ 109.280] (II) event18 - not using input device '/dev/input/event18'.
[ 109.280] (EE) libinput: HDA NVidia HDMI/DP,pcm=7: Failed to create a device for /dev/input/event18
[ 109.280] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=7"
[ 109.280] (II) UnloadModule: "libinput"
[ 109.280] (II) systemd-logind: releasing fd for 13:82
[ 109.328] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event19)
[ 109.328] (**) HDA NVidia HDMI/DP,pcm=8: Applying InputClass "Elan Touchpad"
[ 109.328] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=8'
[ 109.329] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 42 paused 0
[ 109.329] (**) HDA NVidia HDMI/DP,pcm=8: always reports core events
[ 109.329] (**) Option "Device" "/dev/input/event19"
[ 109.329] (**) Option "_source" "server/udev"
[ 109.330] (II) event19 - HDA NVidia HDMI/DP,pcm=8: is tagged by udev as: Switch
[ 109.330] (II) event19 - not using input device '/dev/input/event19'.
[ 109.330] (EE) libinput: HDA NVidia HDMI/DP,pcm=8: Failed to create a device for /dev/input/event19
[ 109.330] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=8"
[ 109.330] (II) UnloadModule: "libinput"
[ 109.330] (II) systemd-logind: releasing fd for 13:83
[ 109.387] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[ 109.387] (**) HDA NVidia HDMI/DP,pcm=9: Applying InputClass "Elan Touchpad"
[ 109.387] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=9'
[ 109.388] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 42 paused 0
[ 109.388] (**) HDA NVidia HDMI/DP,pcm=9: always reports core events
[ 109.388] (**) Option "Device" "/dev/input/event20"
[ 109.388] (**) Option "_source" "server/udev"
[ 109.390] (II) event20 - HDA NVidia HDMI/DP,pcm=9: is tagged by udev as: Switch
[ 109.390] (II) event20 - not using input device '/dev/input/event20'.
[ 109.390] (EE) libinput: HDA NVidia HDMI/DP,pcm=9: Failed to create a device for /dev/input/event20
[ 109.390] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=9"
[ 109.390] (II) UnloadModule: "libinput"
[ 109.390] (II) systemd-logind: releasing fd for 13:84
[ 109.447] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event16)
[ 109.447] (**) HD-Audio Generic HDMI/DP,pcm=3: Applying InputClass "Elan Touchpad"
[ 109.448] (II) Using input driver 'libinput' for 'HD-Audio Generic HDMI/DP,pcm=3'
[ 109.448] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 42 paused 0
[ 109.448] (**) HD-Audio Generic HDMI/DP,pcm=3: always reports core events
[ 109.448] (**) Option "Device" "/dev/input/event16"
[ 109.448] (**) Option "_source" "server/udev"
[ 109.450] (II) event16 - HD-Audio Generic HDMI/DP,pcm=3: is tagged by udev as: Switch
[ 109.450] (II) event16 - not using input device '/dev/input/event16'.
[ 109.450] (EE) libinput: HD-Audio Generic HDMI/DP,pcm=3: Failed to create a device for /dev/input/event16
[ 109.450] (EE) PreInit returned 2 for "HD-Audio Generic HDMI/DP,pcm=3"
[ 109.450] (II) UnloadModule: "libinput"
[ 109.450] (II) systemd-logind: releasing fd for 13:80
[ 109.508] (II) config/udev: Adding input device ZSA Technology Labs Inc ErgoDox EZ (/dev/input/event6)
[ 109.508] (**) ZSA Technology Labs Inc ErgoDox EZ: Applying InputClass "libinput keyboard catchall"
[ 109.508] (**) ZSA Technology Labs Inc ErgoDox EZ: Applying InputClass "system-keyboard"
[ 109.508] (**) ZSA Technology Labs Inc ErgoDox EZ: Applying InputClass "Elan Touchpad"
[ 109.508] (II) Using input driver 'libinput' for 'ZSA Technology Labs Inc ErgoDox EZ'
[ 109.509] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 42 paused 0
[ 109.509] (**) ZSA Technology Labs Inc ErgoDox EZ: always reports core events
[ 109.509] (**) Option "Device" "/dev/input/event6"
[ 109.509] (**) Option "_source" "server/udev"
[ 109.511] (II) event6 - ZSA Technology Labs Inc ErgoDox EZ: is tagged by udev as: Keyboard
[ 109.511] (II) event6 - ZSA Technology Labs Inc ErgoDox EZ: device is a keyboard
[ 109.511] (II) event6 - ZSA Technology Labs Inc ErgoDox EZ: device removed
[ 109.511] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3.1/1-3.1:1.0/0003:3297:4974.0001/input/input6/event6"
[ 109.511] (II) XINPUT: Adding extended input device "ZSA Technology Labs Inc ErgoDox EZ" (type: KEYBOARD, id 12)
[ 109.511] (**) Option "xkb_variant" "altgr-intl"
[ 109.511] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.513] (II) event6 - ZSA Technology Labs Inc ErgoDox EZ: is tagged by udev as: Keyboard
[ 109.513] (II) event6 - ZSA Technology Labs Inc ErgoDox EZ: device is a keyboard
[ 109.515] (II) config/udev: Adding input device ZSA Technology Labs Inc ErgoDox EZ System Control (/dev/input/event7)
[ 109.515] (**) ZSA Technology Labs Inc ErgoDox EZ System Control: Applying InputClass "libinput keyboard catchall"
[ 109.515] (**) ZSA Technology Labs Inc ErgoDox EZ System Control: Applying InputClass "system-keyboard"
[ 109.515] (**) ZSA Technology Labs Inc ErgoDox EZ System Control: Applying InputClass "Elan Touchpad"
[ 109.515] (II) Using input driver 'libinput' for 'ZSA Technology Labs Inc ErgoDox EZ System Control'
[ 109.516] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 43 paused 0
[ 109.516] (**) ZSA Technology Labs Inc ErgoDox EZ System Control: always reports core events
[ 109.516] (**) Option "Device" "/dev/input/event7"
[ 109.516] (**) Option "_source" "server/udev"
[ 109.518] (II) event7 - ZSA Technology Labs Inc ErgoDox EZ System Control: is tagged by udev as: Keyboard
[ 109.518] (II) event7 - ZSA Technology Labs Inc ErgoDox EZ System Control: device is a keyboard
[ 109.518] (II) event7 - ZSA Technology Labs Inc ErgoDox EZ System Control: device removed
[ 109.518] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3.1/1-3.1:1.1/0003:3297:4974.0002/input/input7/event7"
[ 109.518] (II) XINPUT: Adding extended input device "ZSA Technology Labs Inc ErgoDox EZ System Control" (type: KEYBOARD, id 13)
[ 109.518] (**) Option "xkb_variant" "altgr-intl"
[ 109.518] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.521] (II) event7 - ZSA Technology Labs Inc ErgoDox EZ System Control: is tagged by udev as: Keyboard
[ 109.521] (II) event7 - ZSA Technology Labs Inc ErgoDox EZ System Control: device is a keyboard
[ 109.523] (II) config/udev: Adding input device ZSA Technology Labs Inc ErgoDox EZ Consumer Control (/dev/input/event8)
[ 109.523] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 109.523] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: Applying InputClass "system-keyboard"
[ 109.523] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: Applying InputClass "Elan Touchpad"
[ 109.523] (II) Using input driver 'libinput' for 'ZSA Technology Labs Inc ErgoDox EZ Consumer Control'
[ 109.523] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[ 109.523] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: always reports core events
[ 109.523] (**) Option "Device" "/dev/input/event8"
[ 109.523] (**) Option "_source" "server/udev"
[ 109.526] (II) event8 - ZSA Technology Labs Inc ErgoDox EZ Consumer Control: is tagged by udev as: Keyboard
[ 109.526] (II) event8 - ZSA Technology Labs Inc ErgoDox EZ Consumer Control: device is a keyboard
[ 109.526] (II) event8 - ZSA Technology Labs Inc ErgoDox EZ Consumer Control: device removed
[ 109.526] (**) Option "NaturalScrolling" "true"
[ 109.526] (II) libinput: ZSA Technology Labs Inc ErgoDox EZ Consumer Control: needs a virtual subdevice
[ 109.526] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3.1/1-3.1:1.1/0003:3297:4974.0002/input/input8/event8"
[ 109.526] (II) XINPUT: Adding extended input device "ZSA Technology Labs Inc ErgoDox EZ Consumer Control" (type: MOUSE, id 14)
[ 109.526] (**) Option "AccelerationScheme" "none"
[ 109.526] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: (accel) selected scheme none/0
[ 109.526] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: (accel) acceleration factor: 2.000
[ 109.526] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: (accel) acceleration threshold: 4
[ 109.528] (II) event8 - ZSA Technology Labs Inc ErgoDox EZ Consumer Control: is tagged by udev as: Keyboard
[ 109.528] (II) event8 - ZSA Technology Labs Inc ErgoDox EZ Consumer Control: device is a keyboard
[ 109.530] (II) config/udev: Adding input device ZSA Technology Labs Inc ErgoDox EZ Keyboard (/dev/input/event9)
[ 109.530] (**) ZSA Technology Labs Inc ErgoDox EZ Keyboard: Applying InputClass "libinput keyboard catchall"
[ 109.530] (**) ZSA Technology Labs Inc ErgoDox EZ Keyboard: Applying InputClass "system-keyboard"
[ 109.530] (**) ZSA Technology Labs Inc ErgoDox EZ Keyboard: Applying InputClass "Elan Touchpad"
[ 109.530] (II) Using input driver 'libinput' for 'ZSA Technology Labs Inc ErgoDox EZ Keyboard'
[ 109.531] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 45 paused 0
[ 109.531] (**) ZSA Technology Labs Inc ErgoDox EZ Keyboard: always reports core events
[ 109.531] (**) Option "Device" "/dev/input/event9"
[ 109.531] (**) Option "_source" "server/udev"
[ 109.533] (II) event9 - ZSA Technology Labs Inc ErgoDox EZ Keyboard: is tagged by udev as: Keyboard
[ 109.533] (II) event9 - ZSA Technology Labs Inc ErgoDox EZ Keyboard: device is a keyboard
[ 109.534] (II) event9 - ZSA Technology Labs Inc ErgoDox EZ Keyboard: device removed
[ 109.534] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3.1/1-3.1:1.1/0003:3297:4974.0002/input/input9/event9"
[ 109.534] (II) XINPUT: Adding extended input device "ZSA Technology Labs Inc ErgoDox EZ Keyboard" (type: KEYBOARD, id 15)
[ 109.534] (**) Option "xkb_variant" "altgr-intl"
[ 109.534] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.536] (II) event9 - ZSA Technology Labs Inc ErgoDox EZ Keyboard: is tagged by udev as: Keyboard
[ 109.536] (II) event9 - ZSA Technology Labs Inc ErgoDox EZ Keyboard: device is a keyboard
[ 109.538] (II) config/udev: Adding input device Logitech M280/320/275 (/dev/input/event10)
[ 109.538] (**) Logitech M280/320/275: Applying InputClass "libinput pointer catchall"
[ 109.538] (**) Logitech M280/320/275: Applying InputClass "libinput keyboard catchall"
[ 109.538] (**) Logitech M280/320/275: Applying InputClass "system-keyboard"
[ 109.538] (**) Logitech M280/320/275: Applying InputClass "Elan Touchpad"
[ 109.538] (II) Using input driver 'libinput' for 'Logitech M280/320/275'
[ 109.539] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 46 paused 0
[ 109.539] (**) Logitech M280/320/275: always reports core events
[ 109.539] (**) Option "Device" "/dev/input/event10"
[ 109.539] (**) Option "_source" "server/udev"
[ 109.541] (II) event10 - Logitech M280/320/275: is tagged by udev as: Keyboard Mouse
[ 109.542] (II) event10 - Logitech M280/320/275: device is a pointer
[ 109.542] (II) event10 - Logitech M280/320/275: device is a keyboard
[ 109.542] (II) event10 - Logitech M280/320/275: device removed
[ 109.542] (**) Option "NaturalScrolling" "true"
[ 109.542] (II) libinput: Logitech M280/320/275: needs a virtual subdevice
[ 109.542] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3.4/1-3.4.4/1-3.4.4:1.1/0003:046D:C52F.0004/0003:046D:4057.0005/input/input19/event10"
[ 109.542] (II) XINPUT: Adding extended input device "Logitech M280/320/275" (type: MOUSE, id 16)
[ 109.542] (**) Option "AccelerationScheme" "none"
[ 109.542] (**) Logitech M280/320/275: (accel) selected scheme none/0
[ 109.542] (**) Logitech M280/320/275: (accel) acceleration factor: 2.000
[ 109.542] (**) Logitech M280/320/275: (accel) acceleration threshold: 4
[ 109.545] (II) event10 - Logitech M280/320/275: is tagged by udev as: Keyboard Mouse
[ 109.545] (II) event10 - Logitech M280/320/275: device is a pointer
[ 109.545] (II) event10 - Logitech M280/320/275: device is a keyboard
[ 109.546] (II) config/udev: Adding input device Logitech M280/320/275 (/dev/input/mouse0)
[ 109.546] (**) Logitech M280/320/275: Applying InputClass "system-keyboard"
[ 109.546] (**) Logitech M280/320/275: Applying InputClass "Elan Touchpad"
[ 109.546] (II) Using input driver 'libinput' for 'Logitech M280/320/275'
[ 109.546] (**) Logitech M280/320/275: always reports core events
[ 109.546] (**) Option "Device" "/dev/input/mouse0"
[ 109.546] (**) Option "_source" "server/udev"
[ 109.597] (II) mouse0 - not using input device '/dev/input/mouse0'.
[ 109.597] (EE) libinput: Logitech M280/320/275: Failed to create a device for /dev/input/mouse0
[ 109.597] (EE) PreInit returned 2 for "Logitech M280/320/275"
[ 109.597] (II) UnloadModule: "libinput"
[ 109.598] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event15)
[ 109.598] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[ 109.598] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[ 109.598] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "Elan Touchpad"
[ 109.598] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[ 109.599] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 47 paused 0
[ 109.599] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[ 109.599] (**) Option "Device" "/dev/input/event15"
[ 109.599] (**) Option "_source" "server/udev"
[ 109.600] (II) event15 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[ 109.601] (II) event15 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[ 109.601] (II) event15 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[ 109.601] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-4/1-4:1.0/input/input24/event15"
[ 109.601] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 17)
[ 109.601] (**) Option "xkb_variant" "altgr-intl"
[ 109.601] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.603] (II) event15 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[ 109.603] (II) event15 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[ 109.603] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event21)
[ 109.603] (**) HD-Audio Generic Headphone: Applying InputClass "Elan Touchpad"
[ 109.603] (II) Using input driver 'libinput' for 'HD-Audio Generic Headphone'
[ 109.604] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 48 paused 0
[ 109.604] (**) HD-Audio Generic Headphone: always reports core events
[ 109.604] (**) Option "Device" "/dev/input/event21"
[ 109.604] (**) Option "_source" "server/udev"
[ 109.605] (II) event21 - HD-Audio Generic Headphone: is tagged by udev as: Switch
[ 109.606] (II) event21 - not using input device '/dev/input/event21'.
[ 109.606] (EE) libinput: HD-Audio Generic Headphone: Failed to create a device for /dev/input/event21
[ 109.606] (EE) PreInit returned 2 for "HD-Audio Generic Headphone"
[ 109.606] (II) UnloadModule: "libinput"
[ 109.606] (II) systemd-logind: releasing fd for 13:85
[ 109.607] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/event13)
[ 109.607] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "libinput pointer catchall"
[ 109.607] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "Elan Touchpad"
[ 109.607] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
[ 109.608] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 48 paused 0
[ 109.608] (**) ELAN1203:00 04F3:307A Mouse: always reports core events
[ 109.608] (**) Option "Device" "/dev/input/event13"
[ 109.608] (**) Option "_source" "server/udev"
[ 109.609] (II) event13 - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[ 109.609] (II) event13 - ELAN1203:00 04F3:307A Mouse: device is a pointer
[ 109.611] (II) event13 - ELAN1203:00 04F3:307A Mouse: device removed
[ 109.611] (**) Option "NaturalScrolling" "true"
[ 109.611] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0006/input/input32/event13"
[ 109.611] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Mouse" (type: MOUSE, id 18)
[ 109.611] (**) Option "AccelerationScheme" "none"
[ 109.611] (**) ELAN1203:00 04F3:307A Mouse: (accel) selected scheme none/0
[ 109.611] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration factor: 2.000
[ 109.611] (**) ELAN1203:00 04F3:307A Mouse: (accel) acceleration threshold: 4
[ 109.613] (II) event13 - ELAN1203:00 04F3:307A Mouse: is tagged by udev as: Mouse Pointingstick
[ 109.613] (II) event13 - ELAN1203:00 04F3:307A Mouse: device is a pointer
[ 109.615] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Mouse (/dev/input/mouse1)
[ 109.615] (**) ELAN1203:00 04F3:307A Mouse: Applying InputClass "Elan Touchpad"
[ 109.615] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Mouse'
[ 109.615] (**) ELAN1203:00 04F3:307A Mouse: always reports core events
[ 109.615] (**) Option "Device" "/dev/input/mouse1"
[ 109.615] (**) Option "_source" "server/udev"
[ 109.660] (II) mouse1 - not using input device '/dev/input/mouse1'.
[ 109.660] (EE) libinput: ELAN1203:00 04F3:307A Mouse: Failed to create a device for /dev/input/mouse1
[ 109.660] (EE) PreInit returned 2 for "ELAN1203:00 04F3:307A Mouse"
[ 109.660] (II) UnloadModule: "libinput"
[ 109.661] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/event14)
[ 109.661] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "libinput touchpad catchall"
[ 109.661] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "Elan Touchpad"
[ 109.661] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Touchpad'
[ 109.662] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 49 paused 0
[ 109.662] (**) ELAN1203:00 04F3:307A Touchpad: always reports core events
[ 109.662] (**) Option "Device" "/dev/input/event14"
[ 109.662] (**) Option "_source" "server/udev"
[ 109.663] (II) event14 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[ 109.665] (II) event14 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[ 109.665] (II) event14 - ELAN1203:00 04F3:307A Touchpad: device removed
[ 109.665] (**) Option "NaturalScrolling" "true"
[ 109.665] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0006/input/input33/event14"
[ 109.665] (II) XINPUT: Adding extended input device "ELAN1203:00 04F3:307A Touchpad" (type: TOUCHPAD, id 19)
[ 109.666] (**) Option "AccelerationScheme" "none"
[ 109.666] (**) ELAN1203:00 04F3:307A Touchpad: (accel) selected scheme none/0
[ 109.666] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration factor: 2.000
[ 109.666] (**) ELAN1203:00 04F3:307A Touchpad: (accel) acceleration threshold: 4
[ 109.668] (II) event14 - ELAN1203:00 04F3:307A Touchpad: is tagged by udev as: Touchpad
[ 109.670] (II) event14 - ELAN1203:00 04F3:307A Touchpad: device is a touchpad
[ 109.671] (II) config/udev: Adding input device ELAN1203:00 04F3:307A Touchpad (/dev/input/mouse2)
[ 109.671] (**) ELAN1203:00 04F3:307A Touchpad: Applying InputClass "Elan Touchpad"
[ 109.671] (II) Using input driver 'libinput' for 'ELAN1203:00 04F3:307A Touchpad'
[ 109.671] (**) ELAN1203:00 04F3:307A Touchpad: always reports core events
[ 109.671] (**) Option "Device" "/dev/input/mouse2"
[ 109.671] (**) Option "_source" "server/udev"
[ 109.727] (II) mouse2 - not using input device '/dev/input/mouse2'.
[ 109.727] (EE) libinput: ELAN1203:00 04F3:307A Touchpad: Failed to create a device for /dev/input/mouse2
[ 109.727] (EE) PreInit returned 2 for "ELAN1203:00 04F3:307A Touchpad"
[ 109.727] (II) UnloadModule: "libinput"
[ 109.728] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event22)
[ 109.728] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 109.728] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[ 109.728] (**) Asus WMI hotkeys: Applying InputClass "Elan Touchpad"
[ 109.728] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 109.729] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 50 paused 0
[ 109.729] (**) Asus WMI hotkeys: always reports core events
[ 109.729] (**) Option "Device" "/dev/input/event22"
[ 109.729] (**) Option "_source" "server/udev"
[ 109.730] (II) event22 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 109.730] (II) event22 - Asus WMI hotkeys: device is a keyboard
[ 109.730] (II) event22 - Asus WMI hotkeys: device removed
[ 109.730] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input31/event22"
[ 109.730] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 20)
[ 109.730] (**) Option "xkb_variant" "altgr-intl"
[ 109.730] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.731] (II) event22 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 109.731] (II) event22 - Asus WMI hotkeys: device is a keyboard
[ 109.732] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 109.732] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 109.732] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 109.732] (**) AT Translated Set 2 keyboard: Applying InputClass "Elan Touchpad"
[ 109.732] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 109.733] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 51 paused 0
[ 109.733] (**) AT Translated Set 2 keyboard: always reports core events
[ 109.733] (**) Option "Device" "/dev/input/event5"
[ 109.733] (**) Option "_source" "server/udev"
[ 109.734] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 109.735] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 109.736] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 109.736] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 109.736] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 21)
[ 109.736] (**) Option "xkb_variant" "altgr-intl"
[ 109.736] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.737] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 109.738] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 109.740] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[ 109.740] (**) PC Speaker: Applying InputClass "Elan Touchpad"
[ 109.740] (II) Using input driver 'libinput' for 'PC Speaker'
[ 109.741] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 52 paused 0
[ 109.741] (**) PC Speaker: always reports core events
[ 109.741] (**) Option "Device" "/dev/input/event12"
[ 109.741] (**) Option "_source" "server/udev"
[ 109.742] (II) event12 - PC Speaker: not tagged as supported input device
[ 109.742] (II) event12 - not using input device '/dev/input/event12'.
[ 109.742] (EE) libinput: PC Speaker: Failed to create a device for /dev/input/event12
[ 109.742] (EE) PreInit returned 2 for "PC Speaker"
[ 109.742] (II) UnloadModule: "libinput"
[ 109.742] (II) systemd-logind: releasing fd for 13:76
[ 109.747] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 109.747] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: Applying InputClass "system-keyboard"
[ 109.747] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: Applying InputClass "Elan Touchpad"
[ 109.747] (II) Using input driver 'libinput' for 'ZSA Technology Labs Inc ErgoDox EZ Consumer Control'
[ 109.747] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[ 109.747] (**) ZSA Technology Labs Inc ErgoDox EZ Consumer Control: always reports core events
[ 109.747] (**) Option "Device" "/dev/input/event8"
[ 109.747] (**) Option "_source" "_driver/libinput"
[ 109.747] (II) libinput: ZSA Technology Labs Inc ErgoDox EZ Consumer Control: is a virtual subdevice
[ 109.747] (**) Option "NaturalScrolling" "true"
[ 109.747] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3.1/1-3.1:1.1/0003:3297:4974.0002/input/input8/event8"
[ 109.747] (II) XINPUT: Adding extended input device "ZSA Technology Labs Inc ErgoDox EZ Consumer Control" (type: KEYBOARD, id 22)
[ 109.747] (**) Option "xkb_variant" "altgr-intl"
[ 109.747] (**) Option "xkb_options" "ctrl:nocaps"
[ 109.747] (**) Logitech M280/320/275: Applying InputClass "libinput pointer catchall"
[ 109.747] (**) Logitech M280/320/275: Applying InputClass "libinput keyboard catchall"
[ 109.747] (**) Logitech M280/320/275: Applying InputClass "system-keyboard"
[ 109.747] (**) Logitech M280/320/275: Applying InputClass "Elan Touchpad"
[ 109.747] (II) Using input driver 'libinput' for 'Logitech M280/320/275'
[ 109.747] (II) systemd-logind: returning pre-existing fd for /dev/input/event10 13:74
[ 109.747] (**) Logitech M280/320/275: always reports core events
[ 109.747] (**) Option "Device" "/dev/input/event10"
[ 109.747] (**) Option "_source" "_driver/libinput"
[ 109.747] (II) libinput: Logitech M280/320/275: is a virtual subdevice
[ 109.747] (**) Option "NaturalScrolling" "true"
[ 109.747] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3.4/1-3.4.4/1-3.4.4:1.1/0003:046D:C52F.0004/0003:046D:4057.0005/input/input19/event10"
[ 109.747] (II) XINPUT: Adding extended input device "Logitech M280/320/275" (type: KEYBOARD, id 23)
[ 109.747] (**) Option "xkb_variant" "altgr-intl"
[ 109.747] (**) Option "xkb_options" "ctrl:nocaps"
[ 118.647] (**) Option "fd" "34"
[ 118.647] (II) event3 - Power Button: device removed
[ 118.647] (**) Option "fd" "37"
[ 118.647] (II) event11 - Asus Wireless Radio Control: device removed
[ 118.647] (**) Option "fd" "38"
[ 118.647] (II) event4 - Video Bus: device removed
[ 118.647] (**) Option "fd" "39"
[ 118.647] (II) event0 - Power Button: device removed
[ 118.647] (**) Option "fd" "40"
[ 118.647] (II) event2 - Lid Switch: device removed
[ 118.647] (**) Option "fd" "41"
[ 118.647] (II) event1 - Sleep Button: device removed
[ 118.647] (**) Option "fd" "42"
[ 118.647] (II) event6 - ZSA Technology Labs Inc ErgoDox EZ: device removed
[ 118.648] (**) Option "fd" "43"
[ 118.648] (II) event7 - ZSA Technology Labs Inc ErgoDox EZ System Control: device removed
[ 118.648] (**) Option "fd" "44"
[ 118.648] (**) Option "fd" "45"
[ 118.648] (II) event9 - ZSA Technology Labs Inc ErgoDox EZ Keyboard: device removed
[ 118.648] (**) Option "fd" "46"
[ 118.648] (**) Option "fd" "47"
[ 118.648] (II) event15 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[ 118.648] (**) Option "fd" "48"
[ 118.648] (II) event13 - ELAN1203:00 04F3:307A Mouse: device removed
[ 118.648] (**) Option "fd" "49"
[ 118.648] (II) event14 - ELAN1203:00 04F3:307A Touchpad: device removed
[ 118.648] (**) Option "fd" "50"
[ 118.648] (II) event22 - Asus WMI hotkeys: device removed
[ 118.648] (**) Option "fd" "51"
[ 118.648] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 118.648] (**) Option "fd" "44"
[ 118.648] (II) event8 - ZSA Technology Labs Inc ErgoDox EZ Consumer Control: device removed
[ 118.648] (**) Option "fd" "46"
[ 118.648] (II) event10 - Logitech M280/320/275: device removed
[ 118.732] (II) systemd-logind: got pause for 13:65
[ 118.732] (II) systemd-logind: got pause for 13:70
[ 118.732] (II) systemd-logind: got pause for 13:66
[ 118.732] (II) systemd-logind: got pause for 13:77
[ 118.732] (II) systemd-logind: got pause for 13:69
[ 118.732] (II) systemd-logind: got pause for 13:78
[ 118.732] (II) systemd-logind: got pause for 13:71
[ 118.732] (II) systemd-logind: got pause for 13:73
[ 118.732] (II) systemd-logind: got pause for 13:67
[ 118.732] (II) systemd-logind: got pause for 13:64
[ 118.732] (II) systemd-logind: got pause for 13:79
[ 118.732] (II) systemd-logind: got pause for 13:68
[ 118.732] (II) systemd-logind: got pause for 13:86
[ 118.733] (II) systemd-logind: got pause for 226:0
[ 118.733] (II) systemd-logind: got pause for 13:75
[ 118.733] (II) systemd-logind: got pause for 13:72
[ 118.733] (II) systemd-logind: got pause for 13:74
[ 170.718] (II) UnloadModule: "libinput"
[ 170.718] (II) systemd-logind: not releasing fd for 13:74, still in use
[ 170.718] (II) UnloadModule: "libinput"
[ 170.719] (II) systemd-logind: not releasing fd for 13:72, still in use
[ 170.719] (II) UnloadModule: "libinput"
[ 170.719] (II) systemd-logind: releasing fd for 13:69
[ 170.794] (II) UnloadModule: "libinput"
[ 170.794] (II) systemd-logind: releasing fd for 13:86
[ 170.901] (II) UnloadModule: "libinput"
[ 170.901] (II) systemd-logind: releasing fd for 13:78
[ 170.981] (II) UnloadModule: "libinput"
[ 170.981] (II) systemd-logind: releasing fd for 13:77
[ 171.088] (II) UnloadModule: "libinput"
[ 171.088] (II) systemd-logind: releasing fd for 13:79
[ 171.181] (II) UnloadModule: "libinput"
[ 171.181] (II) systemd-logind: releasing fd for 13:74
[ 171.247] (II) UnloadModule: "libinput"
[ 171.247] (II) systemd-logind: releasing fd for 13:73
[ 171.301] (II) UnloadModule: "libinput"
[ 171.301] (II) systemd-logind: releasing fd for 13:72
[ 171.353] (II) UnloadModule: "libinput"
[ 171.353] (II) systemd-logind: releasing fd for 13:71
[ 171.421] (II) UnloadModule: "libinput"
[ 171.421] (II) systemd-logind: releasing fd for 13:70
[ 171.487] (II) UnloadModule: "libinput"
[ 171.487] (II) systemd-logind: releasing fd for 13:65
[ 171.554] (II) UnloadModule: "libinput"
[ 171.554] (II) systemd-logind: releasing fd for 13:66
[ 171.608] (II) UnloadModule: "libinput"
[ 171.608] (II) systemd-logind: releasing fd for 13:64
[ 171.661] (II) UnloadModule: "libinput"
[ 171.661] (II) systemd-logind: releasing fd for 13:68
[ 171.727] (II) UnloadModule: "libinput"
[ 171.727] (II) systemd-logind: releasing fd for 13:75
[ 171.788] (II) UnloadModule: "libinput"
[ 171.788] (II) systemd-logind: releasing fd for 13:67
[ 171.945] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 171.955] (II) Server terminated successfully (0). Closing log file.Output of xorg log without 05-devices.conf:
[ 30.022] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 30.023]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[ 30.023] Build Operating System: Linux Arch Linux
[ 30.023] Current Operating System: Linux a15 5.4.93-2-lts #1 SMP Thu, 28 Jan 2021 06:35:06 +0000 x86_64
[ 30.023] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img cryptdevice=UUID=3d565c78-e3c0-4437-88cb-7720cec179d5:cryptroot root=/dev/mapper/cryptroot rw
[ 30.023] Build Date: 14 December 2020 12:10:29PM
[ 30.023]
[ 30.023] Current version of pixman: 0.40.0
[ 30.023] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 30.023] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 30.023] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 30 17:32:15 2021
[ 30.025] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 30.025] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 30.026] (==) No Layout section. Using the first Screen section.
[ 30.026] (**) |-->Screen "iGPU" (0)
[ 30.026] (**) | |-->Monitor "<default monitor>"
[ 30.027] (**) | |-->Device "iGPU"
[ 30.027] (**) | |-->GPUDevice "dGPU"
[ 30.027] (==) No monitor specified for screen "iGPU".
Using a default monitor configuration.
[ 30.027] (==) Automatically adding devices
[ 30.027] (==) Automatically enabling devices
[ 30.027] (==) Automatically adding GPU devices
[ 30.027] (==) Automatically binding GPU devices
[ 30.027] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 30.028] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 30.028] Entry deleted from font path.
[ 30.029] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 30.029] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 30.029] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 30.029] (II) Module ABI versions:
[ 30.029] X.Org ANSI C Emulation: 0.4
[ 30.029] X.Org Video Driver: 24.1
[ 30.029] X.Org XInput driver : 24.1
[ 30.029] X.Org Server Extension : 10.0
[ 30.029] (++) using VT number 1
[ 30.030] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 30.031] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 30.031] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 30.032] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 30.033] (--) PCI: (1@0:0:0) 10de:1f95:1043:16df rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 30.033] (--) PCI:*(5@0:0:0) 1002:1636:1043:16df rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc500000/524288, I/O @ 0x0000c000/256
[ 30.033] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 30.033] (II) LoadModule: "glx"
[ 30.034] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 30.039] (II) Module glx: vendor="X.Org Foundation"
[ 30.039] compiled for 1.20.10, module version = 1.0.0
[ 30.039] ABI class: X.Org Server Extension, version 10.0
[ 30.039] (II) LoadModule: "modesetting"
[ 30.039] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 30.040] (II) Module modesetting: vendor="X.Org Foundation"
[ 30.040] compiled for 1.20.10, module version = 1.20.10
[ 30.040] Module class: X.Org Video Driver
[ 30.040] ABI class: X.Org Video Driver, version 24.1
[ 30.040] (II) LoadModule: "nvidia"
[ 30.040] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 30.044] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 30.044] compiled for 1.6.99.901, module version = 1.0.0
[ 30.044] Module class: X.Org Video Driver
[ 30.045] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 30.045] (II) NVIDIA dlloader X Driver 460.39 Thu Jan 21 21:54:11 UTC 2021
[ 30.045] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 30.045] (WW) Falling back to old probe method for modesetting
[ 30.045] (II) systemd-logind: releasing fd for 226:0
[ 30.046] (II) Loading sub module "fb"
[ 30.046] (II) LoadModule: "fb"
[ 30.046] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 30.046] (II) Module fb: vendor="X.Org Foundation"
[ 30.046] compiled for 1.20.10, module version = 1.0.0
[ 30.046] ABI class: X.Org ANSI C Emulation, version 0.4
[ 30.046] (II) Loading sub module "wfb"
[ 30.046] (II) LoadModule: "wfb"
[ 30.046] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 30.047] (II) Module wfb: vendor="X.Org Foundation"
[ 30.047] compiled for 1.20.10, module version = 1.0.0
[ 30.047] ABI class: X.Org ANSI C Emulation, version 0.4
[ 30.047] (II) Loading sub module "ramdac"
[ 30.047] (II) LoadModule: "ramdac"
[ 30.047] (II) Module "ramdac" already built-in
[ 30.048] (EE) Screen 0 deleted because of no matching config section.
[ 30.048] (II) UnloadModule: "modesetting"
[ 30.048] (EE) Device(s) detected, but none match those in the config file.
[ 30.048] (EE)
Fatal server error:
[ 30.048] (EE) no screens found(EE)
[ 30.048] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 30.048] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 30.048] (EE)
[ 30.051] (EE) Server terminated with error (1). Closing log file.I am hoping that there is something so blindingly obvious here that I just can't see...
Last edited by kflak (2021-06-29 07:28:34)
Offline
xrandr --setprovideroutputsource 0 1
or
xrandr --setprovideroutputsource 1 0Depending on which GPU you chose to run the session on.
The posted logs don't match the suggested (presence or content of) 05-devices.conf
ls /{etc,usr/share}/X11/xorg.conf*Offline
Thanks, @seth!
Seems I was barking up the wrong tree. For some reason, all monitors were renamed when I switched to nvidia-only. I still have to do some ugly hacking in .xinitrc to make this work:
if [[ $(hostname) == a15 ]]; then
xrandr --primary eDP-1-0
xrandr --auto --output HDMI-A-1-0 --above eDP-1-0 --mode 1920x1080
xrandr --auto --output DP-0 --above HDMI-A-1-0 --mode 1920x1080
fiTogether with 05-devices.conf I now have a working setup with all three monitors happily chugging along!
Offline
https://wiki.archlinux.org/title/Multih … _xorg.conf
The output names are provided by the driver, so changing that changes them as well. That's "normal".
Offline