You are not logged in.
I am currently running Xorg on two NVIDIA Quadro M4000 cards. It works smoothly. Currently I want to switch a Wayland.
When I start Wayland with the file:
cat /etc/X11/xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 535.113.01
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Idek Iiyama PL2493H"
HorizSync 30.0 - 85.0
VertRefresh 55.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro M4000"
BusID "PCI:4:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-4"
Option "metamodes" "GPU-16c9b329-0359-bc1b-ac74-7aea5f2453b0.GPU-0.DP-0: 1920x1080_75 +0+0, GPU-16c9b329-0359-bc1b-ac74-7aea5f2453b0.GPU-0.DP-2: 1920x1080_75 +1920+0, GPU-16c9b329-0359-bc1b-ac74-7aea5f2453b0.GPU-0.DP-4: 1920x1080_75 +3840+0, GPU-16c9b329-0359-bc1b-ac74-7aea5f2453b0.GPU-0.DP-6: 1920x1080_75 +5760+0, GPU-1.DP-0: 1920x1080_75 +0+1080, GPU-1.DP-2: 1920x1080_75 +1920+1080, GPU-1.DP-4: 1920x1080_75 +3840+1080, GPU-1.DP-6: 1920x1080_75 +5760+1080"
Option "MultiGPU" "Off"
Option "SLI" "Mosaic"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
It is unrealistic to work on Wayland, because the “kwin_wayland” process uses 100% of the CPU. The cursor is frozen.
On file I have
cat /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia_drm.modeset=1"
cat /sys/module/nvidia_drm/parameters/modeset
Y
When I delete the
/etc/X11/xorg.conf
file Wayland starts normally, but it does not support the second NVIDIA Quadro M4000 card. If I understand correctly, in kscreen it sees the monitors from the second card. Also, I have the mosaic properly laid out in KDE.
How should the second NVIDIA Quadro M4000 card be properly enabled in Wayland?
cat /var/log/Xorg.0.log
[ 13.891] (--) Log file renamed from "/var/log/Xorg.pid-836.log" to "/var/log/Xorg.0.log"
[ 13.892]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 13.892] Current Operating System: Linux los 6.10.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 09 Sep 2024 02:38:45 +0000 x86_64
[ 13.892] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c25b43bb-bc44-4742-9b28-40d0e0035888 rw loglevel=3 quiet nvidia_drm.modeset=1
[ 13.892]
[ 13.892] Current version of pixman: 0.43.4
[ 13.892] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13.892] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13.892] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 10 16:22:14 2024
[ 13.894] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 13.894] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13.895] (==) No Layout section. Using the first Screen section.
[ 13.895] (==) No screen section available. Using defaults.
[ 13.895] (**) |-->Screen "Default Screen Section" (0)
[ 13.895] (**) | |-->Monitor "<default monitor>"
[ 13.895] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 13.895] (**) Allowing byte-swapped clients
[ 13.895] (==) Automatically adding devices
[ 13.895] (==) Automatically enabling devices
[ 13.895] (==) Automatically adding GPU devices
[ 13.895] (==) Automatically binding GPU devices
[ 13.895] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 13.895] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 13.895] Entry deleted from font path.
[ 13.896] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 13.896] Entry deleted from font path.
[ 13.896] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 13.896] Entry deleted from font path.
[ 13.896] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 13.896] Entry deleted from font path.
[ 13.896] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF
[ 13.896] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 13.896] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 13.896] (II) Module ABI versions:
[ 13.896] X.Org ANSI C Emulation: 0.4
[ 13.896] X.Org Video Driver: 25.2
[ 13.896] X.Org XInput driver : 24.4
[ 13.896] X.Org Server Extension : 10.0
[ 13.896] (++) using VT number 2
[ 13.896] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 13.897] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 13.897] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/0000:03:00.0/drm/card0
[ 14.281] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 14.281] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.0/0000:04:00.0/drm/card1
[ 14.483] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 14.483] (**) 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"
[ 14.483] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 14.483] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 14.483] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[ 14.487] (--) PCI:*(3@0:0:0) 10de:13f1:103c:1153 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 14.487] (--) PCI: (4@0:0:0) 10de:13f1:103c:1153 rev 161, Mem @ 0xdc000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/131072
[ 14.487] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 14.487] (II) LoadModule: "glx"
[ 14.494] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 14.499] (II) Module glx: vendor="X.Org Foundation"
[ 14.499] compiled for 1.21.1.13, module version = 1.0.0
[ 14.499] ABI class: X.Org Server Extension, version 10.0
[ 14.499] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 14.499] loading driver: nvidia
[ 14.499] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 14.499] loading driver: nvidia
[ 14.499] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 14.499] loading driver: nvidia
[ 14.499] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 14.499] loading driver: nvidia
[ 14.499] (==) Matched nvidia as autoconfigured driver 0
[ 14.499] (==) Matched nouveau as autoconfigured driver 1
[ 14.499] (==) Matched nv as autoconfigured driver 2
[ 14.499] (==) Matched modesetting as autoconfigured driver 3
[ 14.499] (==) Matched fbdev as autoconfigured driver 4
[ 14.499] (==) Matched vesa as autoconfigured driver 5
[ 14.499] (==) Assigned the driver to the xf86ConfigLayout
[ 14.499] (II) LoadModule: "nvidia"
[ 14.499] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 14.502] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 14.502] compiled for 1.6.99.901, module version = 1.0.0
[ 14.502] Module class: X.Org Video Driver
[ 14.502] (II) LoadModule: "nouveau"
[ 14.502] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 14.503] (II) Module nouveau: vendor="X.Org Foundation"
[ 14.503] compiled for 1.21.1.11, module version = 1.0.17
[ 14.503] Module class: X.Org Video Driver
[ 14.503] ABI class: X.Org Video Driver, version 25.2
[ 14.503] (II) LoadModule: "nv"
[ 14.503] (WW) Warning, couldn't open module nv
[ 14.503] (EE) Failed to load module "nv" (module does not exist, 0)
[ 14.503] (II) LoadModule: "modesetting"
[ 14.503] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 14.565] (II) Module modesetting: vendor="X.Org Foundation"
[ 14.565] compiled for 1.21.1.13, module version = 1.21.1
[ 14.565] Module class: X.Org Video Driver
[ 14.565] ABI class: X.Org Video Driver, version 25.2
[ 14.565] (II) LoadModule: "fbdev"
[ 14.565] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 14.565] (II) Module fbdev: vendor="X.Org Foundation"
[ 14.565] compiled for 1.21.1.11, module version = 0.5.0
[ 14.565] Module class: X.Org Video Driver
[ 14.565] ABI class: X.Org Video Driver, version 25.2
[ 14.565] (II) LoadModule: "vesa"
[ 14.565] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 14.566] (II) Module vesa: vendor="X.Org Foundation"
[ 14.566] compiled for 1.21.1.11, module version = 2.6.0
[ 14.566] Module class: X.Org Video Driver
[ 14.566] ABI class: X.Org Video Driver, version 25.2
[ 14.566] (II) NVIDIA dlloader X Driver 560.35.03 Fri Aug 16 21:25:43 UTC 2024
[ 14.566] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 14.566] (II) NOUVEAU driver
[ 14.566] (II) NOUVEAU driver for NVIDIA chipset families :
[ 14.566] RIVA TNT (NV04)
[ 14.566] RIVA TNT2 (NV05)
[ 14.566] GeForce 256 (NV10)
[ 14.566] GeForce 2 (NV11, NV15)
[ 14.566] GeForce 4MX (NV17, NV18)
[ 14.566] GeForce 3 (NV20)
[ 14.566] GeForce 4Ti (NV25, NV28)
[ 14.566] GeForce FX (NV3x)
[ 14.566] GeForce 6 (NV4x)
[ 14.566] GeForce 7 (G7x)
[ 14.566] GeForce 8 (G8x)
[ 14.566] GeForce 9 (G9x)
[ 14.566] GeForce GTX 2xx/3xx (GT2xx)
[ 14.566] GeForce GTX 4xx/5xx (GFxxx)
[ 14.566] GeForce GTX 6xx/7xx (GKxxx)
[ 14.566] GeForce GTX 9xx (GMxxx)
[ 14.566] GeForce GTX 10xx (GPxxx)
[ 14.566] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 14.566] (II) FBDEV: driver for framebuffer: fbdev
[ 14.566] (II) VESA: driver for VESA chipsets: vesa
[ 14.567] (II) Loading sub module "fb"
[ 14.567] (II) LoadModule: "fb"
[ 14.567] (II) Module "fb" already built-in
[ 14.567] (II) Loading sub module "wfb"
[ 14.567] (II) LoadModule: "wfb"
[ 14.567] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 14.568] (II) Module wfb: vendor="X.Org Foundation"
[ 14.568] compiled for 1.21.1.13, module version = 1.0.0
[ 14.568] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.591] (WW) Falling back to old probe method for modesetting
[ 14.875] (WW) Falling back to old probe method for fbdev
[ 14.875] (II) Loading sub module "fbdevhw"
[ 14.875] (II) LoadModule: "fbdevhw"
[ 14.875] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 14.882] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 14.882] compiled for 1.21.1.13, module version = 0.0.2
[ 14.882] ABI class: X.Org Video Driver, version 25.2
[ 14.882] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 14.882] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 14.882] (==) NVIDIA(0): RGB weight 888
[ 14.882] (==) NVIDIA(0): Default visual is TrueColor
[ 14.882] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 14.882] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 14.882] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 14.882] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 14.882] (**) NVIDIA(0): Enabling 2D acceleration
[ 14.882] (II) Loading sub module "glxserver_nvidia"
[ 14.882] (II) LoadModule: "glxserver_nvidia"
[ 14.882] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 14.918] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 14.919] compiled for 1.6.99.901, module version = 1.0.0
[ 14.919] Module class: X.Org Server Extension
[ 14.919] (II) NVIDIA GLX Module 560.35.03 Fri Aug 16 21:27:48 UTC 2024
[ 14.919] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 15.077] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:3:0:0
[ 15.077] (--) NVIDIA(0): DFP-0
[ 15.077] (--) NVIDIA(0): DFP-1
[ 15.077] (--) NVIDIA(0): DFP-2
[ 15.077] (--) NVIDIA(0): DFP-3
[ 15.077] (--) NVIDIA(0): DFP-4
[ 15.077] (--) NVIDIA(0): DFP-5
[ 15.077] (--) NVIDIA(0): DFP-6 (boot)
[ 15.077] (--) NVIDIA(0): DFP-7
[ 15.277] (II) NVIDIA(0): NVIDIA GPU Quadro M4000 (GM204GL-A) at PCI:3:0:0 (GPU-0)
[ 15.277] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 15.277] (--) NVIDIA(0): VideoBIOS: 84.04.88.00.61
[ 15.277] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 15.478] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-0): connected
[ 15.478] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-0): Internal DisplayPort
[ 15.478] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-0): 960.0 MHz maximum pixel clock
[ 15.478] (--) NVIDIA(GPU-0):
[ 15.484] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 15.484] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 15.484] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 15.484] (--) NVIDIA(GPU-0):
[ 15.484] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-2): connected
[ 15.484] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-2): Internal DisplayPort
[ 15.484] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-2): 960.0 MHz maximum pixel clock
[ 15.484] (--) NVIDIA(GPU-0):
[ 15.489] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 15.489] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 15.489] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 15.489] (--) NVIDIA(GPU-0):
[ 15.490] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-4): connected
[ 15.490] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-4): Internal DisplayPort
[ 15.490] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-4): 960.0 MHz maximum pixel clock
[ 15.490] (--) NVIDIA(GPU-0):
[ 15.495] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 15.495] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 15.495] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 15.495] (--) NVIDIA(GPU-0):
[ 15.495] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-6): connected
[ 15.495] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-6): Internal DisplayPort
[ 15.495] (--) NVIDIA(GPU-0): Idek Iiyama PL2493H (DFP-6): 960.0 MHz maximum pixel clock
[ 15.495] (--) NVIDIA(GPU-0):
[ 15.500] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 15.500] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 15.500] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 15.500] (--) NVIDIA(GPU-0):
[ 15.512] (==) NVIDIA(0):
[ 15.512] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 15.512] (==) NVIDIA(0): will be used as the requested mode.
[ 15.512] (==) NVIDIA(0):
[ 15.513] (II) NVIDIA(0): Validated MetaModes:
[ 15.513] (II) NVIDIA(0):
[ 15.513] (II) NVIDIA(0): "DFP-6:nvidia-auto-select,DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select,DFP-4:nvidia-auto-select"
[ 15.513] (II) NVIDIA(0): Virtual screen size determined to be 7680 x 1080
[ 15.520] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[ 15.520] (--) NVIDIA(0): option
[ 15.520] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 15.520] (==) NVIDIA(G0): RGB weight 888
[ 15.520] (==) NVIDIA(G0): Default visual is TrueColor
[ 15.520] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 15.520] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 15.520] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 15.520] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 15.520] (**) NVIDIA(G0): Enabling 2D acceleration
[ 15.520] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 15.520] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:4:0:0
[ 15.520] (--) NVIDIA(0): DFP-0
[ 15.520] (--) NVIDIA(0): DFP-1
[ 15.520] (--) NVIDIA(0): DFP-2
[ 15.520] (--) NVIDIA(0): DFP-3
[ 15.520] (--) NVIDIA(0): DFP-4
[ 15.520] (--) NVIDIA(0): DFP-5
[ 15.520] (--) NVIDIA(0): DFP-6 (boot)
[ 15.520] (--) NVIDIA(0): DFP-7
[ 15.521] (II) NVIDIA(G0): NVIDIA GPU Quadro M4000 (GM204GL-A) at PCI:4:0:0 (GPU-1)
[ 15.521] (--) NVIDIA(G0): Memory: 8388608 kBytes
[ 15.521] (--) NVIDIA(G0): VideoBIOS: 84.04.6c.00.02
[ 15.521] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 15.521] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-0): connected
[ 15.521] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-0): Internal DisplayPort
[ 15.521] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-0): 960.0 MHz maximum pixel clock
[ 15.521] (--) NVIDIA(GPU-1):
[ 15.527] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 15.527] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 15.527] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 15.527] (--) NVIDIA(GPU-1):
[ 15.527] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-2): connected
[ 15.527] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-2): Internal DisplayPort
[ 15.527] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-2): 960.0 MHz maximum pixel clock
[ 15.527] (--) NVIDIA(GPU-1):
[ 15.532] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 15.532] (--) NVIDIA(GPU-1): DFP-3: Internal TMDS
[ 15.532] (--) NVIDIA(GPU-1): DFP-3: 165.0 MHz maximum pixel clock
[ 15.532] (--) NVIDIA(GPU-1):
[ 15.532] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-4): connected
[ 15.532] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-4): Internal DisplayPort
[ 15.532] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-4): 960.0 MHz maximum pixel clock
[ 15.532] (--) NVIDIA(GPU-1):
[ 15.538] (--) NVIDIA(GPU-1): DFP-5: disconnected
[ 15.538] (--) NVIDIA(GPU-1): DFP-5: Internal TMDS
[ 15.538] (--) NVIDIA(GPU-1): DFP-5: 165.0 MHz maximum pixel clock
[ 15.538] (--) NVIDIA(GPU-1):
[ 15.538] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-6): connected
[ 15.538] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-6): Internal DisplayPort
[ 15.538] (--) NVIDIA(GPU-1): Idek Iiyama PL2493H (DFP-6): 960.0 MHz maximum pixel clock
[ 15.538] (--) NVIDIA(GPU-1):
[ 15.543] (--) NVIDIA(GPU-1): DFP-7: disconnected
[ 15.543] (--) NVIDIA(GPU-1): DFP-7: Internal TMDS
[ 15.543] (--) NVIDIA(GPU-1): DFP-7: 165.0 MHz maximum pixel clock
[ 15.543] (--) NVIDIA(GPU-1):
[ 15.555] (II) NVIDIA(G0): Validated MetaModes:
[ 15.555] (II) NVIDIA(G0): "NULL"
[ 15.555] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 15.562] (WW) NVIDIA(G0): Cannot find size of first mode for Idek Iiyama PL2493H
[ 15.562] (WW) NVIDIA(G0): (DFP-6); cannot compute DPI from Idek Iiyama PL2493H
[ 15.562] (WW) NVIDIA(G0): (DFP-6)'s EDID.
[ 15.562] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 15.562] (II) UnloadModule: "nouveau"
[ 15.562] (II) Unloading nouveau
[ 15.562] (II) UnloadModule: "modesetting"
[ 15.562] (II) Unloading modesetting
[ 15.563] (II) UnloadModule: "fbdev"
[ 15.563] (II) Unloading fbdev
[ 15.563] (II) UnloadSubModule: "fbdevhw"
[ 15.563] (II) Unloading fbdevhw
[ 15.563] (II) UnloadModule: "vesa"
[ 15.563] (II) Unloading vesa
[ 15.564] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[ 15.564] (II) NVIDIA: access.
[ 15.567] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 15.567] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 15.567] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 15.567] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 15.567] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 15.567] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 15.567] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 15.567] (II) NVIDIA(0): Config Options in the README.
[ 15.591] (II) NVIDIA(0): Setting mode "DFP-6:nvidia-auto-select,DFP-0:nvidia-auto-select,DFP-2:nvidia-auto-select,DFP-4:nvidia-auto-select"
[ 15.808] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 15.808] (==) NVIDIA(0): Backing store enabled
[ 15.808] (==) NVIDIA(0): Silken mouse enabled
[ 15.809] (==) NVIDIA(0): DPMS enabled
[ 15.809] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[ 15.809] (II) Loading sub module "dri2"
[ 15.809] (II) LoadModule: "dri2"
[ 15.809] (II) Module "dri2" already built-in
[ 15.809] (II) NVIDIA(0): [DRI2] Setup complete
[ 15.809] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 15.812] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 15.812] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 15.812] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 15.812] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 15.812] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 15.812] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 15.812] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 15.812] (II) NVIDIA(G0): Config Options in the README.
[ 15.836] (II) NVIDIA(G0): Setting mode "NULL"
[ 15.876] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 15.876] (==) NVIDIA(G0): Backing store enabled
[ 15.876] (==) NVIDIA(G0): Silken mouse enabled
[ 15.876] (==) NVIDIA(G0): DPMS enabled
[ 15.876] (WW) NVIDIA(G0): Option "PrimaryGPU" is not used
[ 15.876] (II) Loading sub module "dri2"
[ 15.876] (II) LoadModule: "dri2"
[ 15.876] (II) Module "dri2" already built-in
[ 15.876] (II) NVIDIA(G0): [DRI2] Setup complete
[ 15.876] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 15.876] (II) Initializing extension Generic Event Extension
[ 15.876] (II) Initializing extension SHAPE
[ 15.876] (II) Initializing extension MIT-SHM
[ 15.876] (II) Initializing extension XInputExtension
[ 15.876] (II) Initializing extension XTEST
[ 15.876] (II) Initializing extension BIG-REQUESTS
[ 15.876] (II) Initializing extension SYNC
[ 15.876] (II) Initializing extension XKEYBOARD
[ 15.876] (II) Initializing extension XC-MISC
[ 15.877] (II) Initializing extension SECURITY
[ 15.877] (II) Initializing extension XFIXES
[ 15.877] (II) Initializing extension RENDER
[ 15.877] (II) Initializing extension RANDR
[ 15.877] (II) Initializing extension COMPOSITE
[ 15.877] (II) Initializing extension DAMAGE
[ 15.877] (II) Initializing extension MIT-SCREEN-SAVER
[ 15.877] (II) Initializing extension DOUBLE-BUFFER
[ 15.877] (II) Initializing extension RECORD
[ 15.877] (II) Initializing extension DPMS
[ 15.877] (II) Initializing extension Present
[ 15.877] (II) Initializing extension DRI3
[ 15.877] (II) Initializing extension X-Resource
[ 15.877] (II) Initializing extension XVideo
[ 15.878] (II) Initializing extension XVideo-MotionCompensation
[ 15.878] (II) Initializing extension GLX
[ 15.878] (II) Initializing extension GLX
[ 15.878] (II) Indirect GLX disabled.
[ 15.878] (II) GLX: Another vendor is already registered for screen 0
[ 15.878] (II) Initializing extension XFree86-VidModeExtension
[ 15.878] (II) Initializing extension XFree86-DGA
[ 15.878] (II) Initializing extension XFree86-DRI
[ 15.878] (II) Initializing extension DRI2
[ 15.878] (II) Initializing extension NV-GLX
[ 15.878] (II) Initializing extension NV-CONTROL
[ 15.878] (II) Initializing extension XINERAMA
[ 15.956] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 15.956] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15.956] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.956] (II) LoadModule: "libinput"
[ 15.956] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 15.959] (II) Module libinput: vendor="X.Org Foundation"
[ 15.959] compiled for 1.21.1.13, module version = 1.4.0
[ 15.959] Module class: X.Org XInput Driver
[ 15.959] ABI class: X.Org XInput driver, version 24.4
[ 15.959] (II) Using input driver 'libinput' for 'Power Button'
[ 15.959] (**) Power Button: always reports core events
[ 15.959] (**) Option "Device" "/dev/input/event1"
[ 15.963] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 15.963] (II) event1 - Power Button: device is a keyboard
[ 15.963] (II) event1 - Power Button: device removed
[ 15.983] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 15.983] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15.984] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 15.984] (II) event1 - Power Button: device is a keyboard
[ 15.984] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 15.984] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 15.984] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.984] (II) Using input driver 'libinput' for 'Power Button'
[ 15.984] (**) Power Button: always reports core events
[ 15.984] (**) Option "Device" "/dev/input/event0"
[ 15.985] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 15.985] (II) event0 - Power Button: device is a keyboard
[ 15.985] (II) event0 - Power Button: device removed
[ 16.000] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 16.000] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 16.000] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 16.000] (II) event0 - Power Button: device is a keyboard
[ 16.002] (II) config/udev: Adding input device Razer Razer Basilisk X HyperSpeed (/dev/input/event2)
[ 16.002] (**) Razer Razer Basilisk X HyperSpeed: Applying InputClass "evdev pointer catchall"
[ 16.002] (**) Razer Razer Basilisk X HyperSpeed: Applying InputClass "libinput pointer catchall"
[ 16.002] (II) Using input driver 'libinput' for 'Razer Razer Basilisk X HyperSpeed'
[ 16.002] (**) Razer Razer Basilisk X HyperSpeed: always reports core events
[ 16.002] (**) Option "Device" "/dev/input/event2"
[ 16.058] (II) event2 - Razer Razer Basilisk X HyperSpeed: is tagged by udev as: Mouse
[ 16.058] (II) event2 - Razer Razer Basilisk X HyperSpeed: device is a pointer
[ 16.058] (II) event2 - Razer Razer Basilisk X HyperSpeed: device removed
[ 16.110] (II) libinput: Razer Razer Basilisk X HyperSpeed: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.110] (II) libinput: Razer Razer Basilisk X HyperSpeed: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.110] (II) libinput: Razer Razer Basilisk X HyperSpeed: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.110] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:1532:0083.0001/input/input2/event2"
[ 16.110] (II) XINPUT: Adding extended input device "Razer Razer Basilisk X HyperSpeed" (type: MOUSE, id 8)
[ 16.110] (**) Option "AccelerationScheme" "none"
[ 16.110] (**) Razer Razer Basilisk X HyperSpeed: (accel) selected scheme none/0
[ 16.110] (**) Razer Razer Basilisk X HyperSpeed: (accel) acceleration factor: 2.000
[ 16.110] (**) Razer Razer Basilisk X HyperSpeed: (accel) acceleration threshold: 4
[ 16.167] (II) event2 - Razer Razer Basilisk X HyperSpeed: is tagged by udev as: Mouse
[ 16.168] (II) event2 - Razer Razer Basilisk X HyperSpeed: device is a pointer
[ 16.168] (II) config/udev: Adding input device Razer Razer Basilisk X HyperSpeed (/dev/input/mouse0)
[ 16.168] (II) No input driver specified, ignoring this device.
[ 16.168] (II) This device may have been added with another device file.
[ 16.169] (II) config/udev: Adding input device Razer Razer Basilisk X HyperSpeed Keyboard (/dev/input/event3)
[ 16.169] (**) Razer Razer Basilisk X HyperSpeed Keyboard: Applying InputClass "evdev keyboard catchall"
[ 16.169] (**) Razer Razer Basilisk X HyperSpeed Keyboard: Applying InputClass "libinput keyboard catchall"
[ 16.169] (II) Using input driver 'libinput' for 'Razer Razer Basilisk X HyperSpeed Keyboard'
[ 16.169] (**) Razer Razer Basilisk X HyperSpeed Keyboard: always reports core events
[ 16.169] (**) Option "Device" "/dev/input/event3"
[ 16.170] (II) event3 - Razer Razer Basilisk X HyperSpeed Keyboard: is tagged by udev as: Keyboard
[ 16.170] (II) event3 - Razer Razer Basilisk X HyperSpeed Keyboard: device is a keyboard
[ 16.170] (II) event3 - Razer Razer Basilisk X HyperSpeed Keyboard: device removed
[ 16.213] (II) libinput: Razer Razer Basilisk X HyperSpeed Keyboard: needs a virtual subdevice
[ 16.213] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:1532:0083.0002/input/input3/event3"
[ 16.213] (II) XINPUT: Adding extended input device "Razer Razer Basilisk X HyperSpeed Keyboard" (type: MOUSE, id 9)
[ 16.213] (**) Option "AccelerationScheme" "none"
[ 16.213] (**) Razer Razer Basilisk X HyperSpeed Keyboard: (accel) selected scheme none/0
[ 16.213] (**) Razer Razer Basilisk X HyperSpeed Keyboard: (accel) acceleration factor: 2.000
[ 16.213] (**) Razer Razer Basilisk X HyperSpeed Keyboard: (accel) acceleration threshold: 4
[ 16.216] (II) event3 - Razer Razer Basilisk X HyperSpeed Keyboard: is tagged by udev as: Keyboard
[ 16.216] (II) event3 - Razer Razer Basilisk X HyperSpeed Keyboard: device is a keyboard
[ 16.217] (II) config/udev: Adding input device Razer Razer Basilisk X HyperSpeed (/dev/input/event4)
[ 16.217] (II) No input driver specified, ignoring this device.
[ 16.217] (II) This device may have been added with another device file.
[ 16.218] (II) config/udev: Adding input device Razer Razer Basilisk X HyperSpeed (/dev/input/event5)
[ 16.218] (**) Razer Razer Basilisk X HyperSpeed: Applying InputClass "evdev keyboard catchall"
[ 16.218] (**) Razer Razer Basilisk X HyperSpeed: Applying InputClass "libinput keyboard catchall"
[ 16.218] (II) Using input driver 'libinput' for 'Razer Razer Basilisk X HyperSpeed'
[ 16.218] (**) Razer Razer Basilisk X HyperSpeed: always reports core events
[ 16.218] (**) Option "Device" "/dev/input/event5"
[ 16.219] (II) event5 - Razer Razer Basilisk X HyperSpeed: is tagged by udev as: Keyboard
[ 16.219] (II) event5 - Razer Razer Basilisk X HyperSpeed: device is a keyboard
[ 16.219] (II) event5 - Razer Razer Basilisk X HyperSpeed: device removed
[ 16.260] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.2/0003:1532:0083.0003/input/input5/event5"
[ 16.260] (II) XINPUT: Adding extended input device "Razer Razer Basilisk X HyperSpeed" (type: KEYBOARD, id 10)
[ 16.261] (II) event5 - Razer Razer Basilisk X HyperSpeed: is tagged by udev as: Keyboard
[ 16.261] (II) event5 - Razer Razer Basilisk X HyperSpeed: device is a keyboard
[ 16.262] (II) config/udev: Adding input device Lenovo TrackPoint Keyboard II (/dev/input/event6)
[ 16.262] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "evdev keyboard catchall"
[ 16.262] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "libinput keyboard catchall"
[ 16.262] (II) Using input driver 'libinput' for 'Lenovo TrackPoint Keyboard II'
[ 16.262] (**) Lenovo TrackPoint Keyboard II: always reports core events
[ 16.262] (**) Option "Device" "/dev/input/event6"
[ 16.264] (II) event6 - Lenovo TrackPoint Keyboard II: is tagged by udev as: Keyboard Pointingstick
[ 16.264] (II) event6 - Lenovo TrackPoint Keyboard II: device is a pointer
[ 16.264] (II) event6 - Lenovo TrackPoint Keyboard II: device is a keyboard
[ 16.264] (II) event6 - Lenovo TrackPoint Keyboard II: device removed
[ 16.306] (II) libinput: Lenovo TrackPoint Keyboard II: needs a virtual subdevice
[ 16.306] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:17EF:60EE.0004/input/input13/event6"
[ 16.306] (II) XINPUT: Adding extended input device "Lenovo TrackPoint Keyboard II" (type: MOUSE, id 11)
[ 16.307] (**) Option "AccelerationScheme" "none"
[ 16.307] (**) Lenovo TrackPoint Keyboard II: (accel) selected scheme none/0
[ 16.307] (**) Lenovo TrackPoint Keyboard II: (accel) acceleration factor: 2.000
[ 16.307] (**) Lenovo TrackPoint Keyboard II: (accel) acceleration threshold: 4
[ 16.310] (II) event6 - Lenovo TrackPoint Keyboard II: is tagged by udev as: Keyboard Pointingstick
[ 16.310] (II) event6 - Lenovo TrackPoint Keyboard II: device is a pointer
[ 16.310] (II) event6 - Lenovo TrackPoint Keyboard II: device is a keyboard
[ 16.313] (II) config/udev: Adding input device Lenovo TrackPoint Keyboard II (/dev/input/event15)
[ 16.313] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "evdev pointer catchall"
[ 16.313] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "evdev keyboard catchall"
[ 16.313] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "libinput pointer catchall"
[ 16.313] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "libinput keyboard catchall"
[ 16.313] (II) Using input driver 'libinput' for 'Lenovo TrackPoint Keyboard II'
[ 16.313] (**) Lenovo TrackPoint Keyboard II: always reports core events
[ 16.313] (**) Option "Device" "/dev/input/event15"
[ 16.316] (II) event15 - Lenovo TrackPoint Keyboard II: is tagged by udev as: Keyboard Mouse Pointingstick
[ 16.316] (II) event15 - Lenovo TrackPoint Keyboard II: device is a pointer
[ 16.316] (II) event15 - Lenovo TrackPoint Keyboard II: device is a keyboard
[ 16.317] (II) event15 - Lenovo TrackPoint Keyboard II: device removed
[ 16.366] (II) libinput: Lenovo TrackPoint Keyboard II: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.366] (II) libinput: Lenovo TrackPoint Keyboard II: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.366] (II) libinput: Lenovo TrackPoint Keyboard II: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.366] (II) libinput: Lenovo TrackPoint Keyboard II: needs a virtual subdevice
[ 16.366] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:17EF:60EE.0005/input/input22/event15"
[ 16.366] (II) XINPUT: Adding extended input device "Lenovo TrackPoint Keyboard II" (type: MOUSE, id 12)
[ 16.367] (**) Option "AccelerationScheme" "none"
[ 16.367] (**) Lenovo TrackPoint Keyboard II: (accel) selected scheme none/0
[ 16.367] (**) Lenovo TrackPoint Keyboard II: (accel) acceleration factor: 2.000
[ 16.367] (**) Lenovo TrackPoint Keyboard II: (accel) acceleration threshold: 4
[ 16.370] (II) event15 - Lenovo TrackPoint Keyboard II: is tagged by udev as: Keyboard Mouse Pointingstick
[ 16.370] (II) event15 - Lenovo TrackPoint Keyboard II: device is a pointer
[ 16.370] (II) event15 - Lenovo TrackPoint Keyboard II: device is a keyboard
[ 16.372] (II) config/udev: Adding input device Lenovo TrackPoint Keyboard II (/dev/input/mouse1)
[ 16.372] (II) No input driver specified, ignoring this device.
[ 16.372] (II) This device may have been added with another device file.
[ 16.373] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[ 16.373] (II) No input driver specified, ignoring this device.
[ 16.373] (II) This device may have been added with another device file.
[ 16.374] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[ 16.374] (II) No input driver specified, ignoring this device.
[ 16.374] (II) This device may have been added with another device file.
[ 16.375] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
[ 16.375] (II) No input driver specified, ignoring this device.
[ 16.375] (II) This device may have been added with another device file.
[ 16.376] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
[ 16.376] (II) No input driver specified, ignoring this device.
[ 16.376] (II) This device may have been added with another device file.
[ 16.376] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event11)
[ 16.376] (II) No input driver specified, ignoring this device.
[ 16.377] (II) This device may have been added with another device file.
[ 16.377] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event12)
[ 16.377] (II) No input driver specified, ignoring this device.
[ 16.377] (II) This device may have been added with another device file.
[ 16.378] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[ 16.378] (II) No input driver specified, ignoring this device.
[ 16.378] (II) This device may have been added with another device file.
[ 16.379] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[ 16.379] (II) No input driver specified, ignoring this device.
[ 16.379] (II) This device may have been added with another device file.
[ 16.401] (**) Razer Razer Basilisk X HyperSpeed Keyboard: Applying InputClass "evdev keyboard catchall"
[ 16.401] (**) Razer Razer Basilisk X HyperSpeed Keyboard: Applying InputClass "libinput keyboard catchall"
[ 16.401] (II) Using input driver 'libinput' for 'Razer Razer Basilisk X HyperSpeed Keyboard'
[ 16.401] (**) Razer Razer Basilisk X HyperSpeed Keyboard: always reports core events
[ 16.401] (**) Option "Device" "/dev/input/event3"
[ 16.401] (II) libinput: Razer Razer Basilisk X HyperSpeed Keyboard: is a virtual subdevice
[ 16.401] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:1532:0083.0002/input/input3/event3"
[ 16.401] (II) XINPUT: Adding extended input device "Razer Razer Basilisk X HyperSpeed Keyboard" (type: KEYBOARD, id 13)
[ 16.402] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "evdev keyboard catchall"
[ 16.402] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "libinput keyboard catchall"
[ 16.402] (II) Using input driver 'libinput' for 'Lenovo TrackPoint Keyboard II'
[ 16.402] (**) Lenovo TrackPoint Keyboard II: always reports core events
[ 16.402] (**) Option "Device" "/dev/input/event6"
[ 16.402] (II) libinput: Lenovo TrackPoint Keyboard II: is a virtual subdevice
[ 16.402] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:17EF:60EE.0004/input/input13/event6"
[ 16.402] (II) XINPUT: Adding extended input device "Lenovo TrackPoint Keyboard II" (type: KEYBOARD, id 14)
[ 16.402] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "evdev pointer catchall"
[ 16.402] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "evdev keyboard catchall"
[ 16.402] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "libinput pointer catchall"
[ 16.402] (**) Lenovo TrackPoint Keyboard II: Applying InputClass "libinput keyboard catchall"
[ 16.402] (II) Using input driver 'libinput' for 'Lenovo TrackPoint Keyboard II'
[ 16.402] (**) Lenovo TrackPoint Keyboard II: always reports core events
[ 16.402] (**) Option "Device" "/dev/input/event15"
[ 16.402] (II) libinput: Lenovo TrackPoint Keyboard II: is a virtual subdevice
[ 16.402] (II) libinput: Lenovo TrackPoint Keyboard II: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.402] (II) libinput: Lenovo TrackPoint Keyboard II: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.402] (II) libinput: Lenovo TrackPoint Keyboard II: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.402] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:17EF:60EE.0005/input/input22/event15"
[ 16.402] (II) XINPUT: Adding extended input device "Lenovo TrackPoint Keyboard II" (type: KEYBOARD, id 15)
[ 21.805] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event22)
[ 21.805] (II) No input driver specified, ignoring this device.
[ 21.805] (II) This device may have been added with another device file.
[ 21.809] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[ 21.809] (II) No input driver specified, ignoring this device.
[ 21.810] (II) This device may have been added with another device file.
[ 21.813] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event20)
[ 21.813] (II) No input driver specified, ignoring this device.
[ 21.813] (II) This device may have been added with another device file.
[ 21.814] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
[ 21.814] (II) No input driver specified, ignoring this device.
[ 21.814] (II) This device may have been added with another device file.
[ 21.814] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[ 21.814] (II) No input driver specified, ignoring this device.
[ 21.814] (II) This device may have been added with another device file.
[ 21.814] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event23)
[ 21.815] (II) No input driver specified, ignoring this device.
[ 21.815] (II) This device may have been added with another device file.
[ 21.815] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[ 21.815] (II) No input driver specified, ignoring this device.
[ 21.815] (II) This device may have been added with another device file.
[ 21.817] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event21)
[ 21.817] (II) No input driver specified, ignoring this device.
[ 21.817] (II) This device may have been added with another device file.
[ 27.748] (II) event1 - Power Button: device removed
[ 27.793] (II) event0 - Power Button: device removed
[ 27.830] (II) event2 - Razer Razer Basilisk X HyperSpeed: device removed
[ 27.863] (II) event5 - Razer Razer Basilisk X HyperSpeed: device removed
[ 27.880] (II) event3 - Razer Razer Basilisk X HyperSpeed Keyboard: device removed
[ 27.900] (II) event6 - Lenovo TrackPoint Keyboard II: device removed
[ 27.920] (II) event15 - Lenovo TrackPoint Keyboard II: device removed
Last edited by thommen (2024-09-10 14:26:10)
Offline
xorg.conf should only influence the xwayland fallback (for applications that don't support wayland at all) but have no effect in wayland itself .
xorg.log under wayland is also only relevant for the xwayland part .
How are you starting wayland and what is your DE / wayland compositor ?
Please run (with root rights) journalctl -b | curl -F 'file=@-' 0x0.st .
It will output a link, post that link.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
How are you starting wayland and what is your DE / wayland compositor ?
KDE:
plasmashell --version
plasmashell 6.1.4
Please run (with root rights) journalctl -b | curl -F 'file=@-' 0x0.st .
It will output a link, post that link.
Offline
You didn't answer how you start wayland, but journal shows you are using sddm which starts /usr/share/wayland-sessions/plasma.desktop .
(that file comes with plsama-workspace package).
wrz 11 14:42:08 los systemd[1]: Startup finished in 23min 32.112s (firmware) + 6.161s (loader) + 10.709s (kernel) + 8.655s (userspace) = 23min 57.638s.
I''ve seen fileservers with raid 5 spinning disks boot faster, what kind of system is this ?
wrz 11 14:42:27 los kwin_wayland[1267]: kwin_scene_opengl: 0x500: GL_INVALID_ENUM error generated. Invalid <face>.
wrz 11 14:42:27 los kwin_wayland[1267]: kwin_scene_opengl: Invalid framebuffer status: "GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT"
wrz 11 14:42:27 los kwin_wayland[1267]: kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated. <image> and <target> are incompatible
wrz 11 14:42:27 los kwin_wayland[1267]: kwin_scene_opengl: Invalid framebuffer status: "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
wrz 11 14:42:27 los kcminit_startup[1272]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
wrz 11 14:42:27 los kwin_wayland_wrapper[1267]: malloc_consolidate(): unaligned fastbin chunk detected
wrz 11 14:42:27 los systemd-coredump[1356]: Process 1267 (kwin_wayland) of user 1000 terminated abnormally with signal 6/ABRT, processing...
wrz 11 14:42:27 los systemd[1]: Created slice Slice /system/drkonqi-coredump-processor.
wrz 11 14:42:27 los systemd[1]: Created slice Slice /system/systemd-coredump.
wrz 11 14:42:27 los systemd[1]: Started Process Core Dump (PID 1356/UID 0).
wrz 11 14:42:27 los systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
wrz 11 14:42:28 los systemd-coredump[1357]: Process 1267 (kwin_wayland) of user 1000 dumped core.
There are lots more coredump related messages .
Please post the output of coredumpctl list (run as root).
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
You didn't answer how you start wayland, but journal shows you are using sddm which starts /usr/share/wayland-sessions/plasma.desktop .
(that file comes with plsama-workspace package).
That's right, SDDM is launching Wayland.
wrz 11 14:42:08 los systemd[1]: Startup finished in 23min 32.112s (firmware) + 6.161s (loader) + 10.709s (kernel) + 8.655s (userspace) = 23min 57.638s.
I''ve seen fileservers with raid 5 spinning disks boot faster, what kind of system is this ?
What exactly are you asking, what information should I give you?
wrz 11 14:42:27 los kwin_wayland[1267]: kwin_scene_opengl: 0x500: GL_INVALID_ENUM error generated. Invalid <face>. wrz 11 14:42:27 los kwin_wayland[1267]: kwin_scene_opengl: Invalid framebuffer status: "GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT" wrz 11 14:42:27 los kwin_wayland[1267]: kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated. <image> and <target> are incompatible wrz 11 14:42:27 los kwin_wayland[1267]: kwin_scene_opengl: Invalid framebuffer status: "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT" wrz 11 14:42:27 los kcminit_startup[1272]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so" wrz 11 14:42:27 los kwin_wayland_wrapper[1267]: malloc_consolidate(): unaligned fastbin chunk detected wrz 11 14:42:27 los systemd-coredump[1356]: Process 1267 (kwin_wayland) of user 1000 terminated abnormally with signal 6/ABRT, processing... wrz 11 14:42:27 los systemd[1]: Created slice Slice /system/drkonqi-coredump-processor. wrz 11 14:42:27 los systemd[1]: Created slice Slice /system/systemd-coredump. wrz 11 14:42:27 los systemd[1]: Started Process Core Dump (PID 1356/UID 0). wrz 11 14:42:27 los systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling. wrz 11 14:42:28 los systemd-coredump[1357]: Process 1267 (kwin_wayland) of user 1000 dumped core.
There are lots more coredump related messages .
Please post the output of coredumpctl list (run as root).
Last edited by thommen (2024-09-12 09:21:21)
Offline
What exactly are you asking, what information should I give you?
The only systems I know of that may need 23 min 32 seconds to boot firmware are servers with lots of ECC memory and drives.
However your motherboard is a a X99-Ultra Gaming-CF .
Is this a laptop/desktop/ workstation / server ?
custom build or pre-configured ?
What do you use it for ?
Knowing those things helps with troubleshooting .
The coredumpctl list output is worrisome : July was not very good, august is better and september is bad .
Ddcutil, plasmashell, kwin_wayland, kwin_x11, systemsettings occur the most.
ddcutil has to do with graphics and you got coredumps in X11 as well as wayland.
To me it looks like you have lots of graphics issues.
The very long startup time suggests this may be hardware related.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
The only systems I know of that may need 23 min 32 seconds to boot firmware are servers with lots of ECC memory and drives.
My system boots in ~20 seconds. I haven't checked it. Certainly system startup is not counted in minutes.
Is this a laptop/desktop/ workstation / server ?
custom build or pre-configured ?
What do you use it for ?Knowing those things helps with troubleshooting .
Now I understand everything. This is a desktop designed for daily work. A few years ago I put it together myself and so it works without complications
I give my components:
lscpu - http://0x0.st/XxVa.txt
sudo lshw - http://0x0.st/XxVB.txt
lspci - http://0x0.st/XxVb.txt
sudo dmidecode - http://0x0.st/XxVT.txt (abbreviated entry)
To me it looks like you have lots of graphics issues.
2x Nvidia Quadro M4000.
On X11, I have no complications. It has always worked adequately.
Last edited by thommen (2024-09-12 10:16:07)
Offline
The coredumps may have gone unnoticed though there are to many.
Still there's enough info now to indicate the time spent in firmware reported by systemd is a red herring.
The only other hw related signs of issues are acpi errors and those are rather common and very often not a problem (or workedaround b y kernel) .
Looking at software you are using nvidia proprietary driver 560 .
550, 555 and 560 are known for having issues and I'd like you try with https://aur.archlinux.org/packages/nvidia-535xx-dkms from aur .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Afaik SLI doesn't work at all on Wayland and is likely unlikely to be implemented/would need compositor support. Generally speaking a lot of the stuff you're doing here is quite unusual, and since more of the responsibility is given to the compositor there would need to be qute some work done order to get close to a replication of this setup.
See also https://download.nvidia.com/XFree86/Lin … ssues.html
Last edited by V1del (2024-09-12 11:02:49)
Offline
I recalled that I had an SLI bridge mounted on the card, which connected two cards (as I recall it was basic, to further configure the combination of cards). I unfastened both cards. Nothing helped.
Also for a long time I had a problem opening some pages in Firefox. The Firefox window would freeze and end. It wasn't Firefox's fault, because even when I set the default settings in Firefox it continued to freeze. Another problem, Also I had error messages from KDE, every time I woke up the monitors from sleep. However, I fixed everything by deleting the file
/etc/X11/xorg.conf
550, 555 and 560 are known for having issues and I'd like you try with https://aur.archlinux.org/packages/nvidia-535xx-dkms from aur .
I downgraded the package. Here are my logs https://0x0.st/Xx3-.txt
Afaik SLI doesn't work at all on Wayland and is likely unlikely to be implemented/would need compositor support. Generally speaking a lot of the stuff you're doing here is quite unusual, and since more of the responsibility is given to the compositor there would need to be qute some work done order to get close to a replication of this setup.
If I understand correctly, he should work on KScreen?
Edit
I took a screenshot of (all of) them. They are visible to the system https://i.imgur.com/l64WxUD.png. I at my place see the lower part of the screen differently, namely https://i.imgur.com/RF22az1.jpeg
Last edited by thommen (2024-09-13 08:51:53)
Offline
535 gives different messages but actually has more problems then the 560 driver .
It looks like this can only be solved in the nvidia driver.
Nvidia has announced with 560 default is now the nvidia-open driver and the closed driver will be maintained, but not see new features.
Unfortunately nvidia-open only supports cards with a GSP (Turing and newer) , and the quadro M4000 is from maxwell family which doesn't have that.
You're best bet is llikely to stick with X.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline