You are not logged in.

#1 2024-05-27 20:07:48

odror
Member
Registered: 2015-03-17
Posts: 157

Wayland with dual GPU uses the wrong monitor for rendering

I have Dual GPU desktop.
I have integrated intel GPU (I used i9-13900k cpu)
and Nvidia discrete GPU ( RTX 4070 Ti)

I am new to wayland.

When running on X11. The nvidia card is rendering the Monitors connected to it, and mesa renders the monitors of the intel integrated GPU.
On wayland all the monitors render with intel/mesa, which is not what I want.

How can I specify  to wayland to use NVIDIA rendering with the monitors that are connected to it.

Any help will be appreciated.

Offline

#2 2024-05-27 20:44:51

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,082

Re: Wayland with dual GPU uses the wrong monitor for rendering

There's no "wayland" which compositor is this? Generally speaking base requirement for Wayland nvidia anything is modesetting, enable the kernel parameter for that: https://wiki.archlinux.org/title/NVIDIA … de_setting

Offline

#3 2024-05-27 21:19:29

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

I use gnome and nvidia-modeset is enabled.

I had the same issue in the past with gnome on X11. I solved it by configuring xorg.conf

Is there anything equivalent for gnome on wayland.

cat /proc/cmdline:

root=ZFS=apool/root rw zfs_import_dir=/dev/ intel_iommu=on iommu=pt kvm.ignore_msrs=1 i915.enable_guc=3 i915.max_vfs=7 nvidia-drm.modeset=1 nvidia-drm.fbdev=1 initrd=\initramfs-linux.img

Offline

#4 2024-05-27 21:30:54

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

I would like to add that /dev/dri/card0 is intel/mesa and /dev/dri/card1 is nvidia. So wayland/gnome is picking up card0 instead of card1 for the gnome-session. I need to change to card 1.

Offline

#5 2024-05-27 23:02:44

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

I have done more testing. I have added the following lines to /etc/environment

GBM_BACKEND=nvidia-drm
__GLX_VENDOR_LIBRARY_NAME=nvidia

It actually used the correct drm (nvidia), but Wayland failed and gnome defaulted to X11.

# ls -ls /etc/udev/rules.d/61-gdm.rules

/etc/udev/rules.d/61-gdm.rules  -> /dev/null

Offline

#6 2024-05-28 07:49:27

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,082

Re: Wayland with dual GPU uses the wrong monitor for rendering

The easiest way to generally fix this would be to simply disable the integrated GPU in your UEFI and connect all the monitors to the dedicated graphics card directly.

Offline

#7 2024-05-28 13:54:49

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

I actually need that additional card. for additional monitor and for rendering in VM (virgl-3d). I have 5 monitors. The issue is why (under gnome wayland) intel renders monitors that are connected to the Nvidia card.

Offline

#8 2024-05-28 13:59:22

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,082

Re: Wayland with dual GPU uses the wrong monitor for rendering

I'm not sure whether this fine granularity is already implemented in mutter and I haven't found a way to use environment variables or so to force certain cards somewhere.

But FWIW, by which logic/metric do you surmise the intel card is the renderer for other screens?

Offline

#9 2024-05-28 14:03:55

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

the command glxinfo indicates that intel/mesa is rendering. Also it takes a few more fraction of seconds to render 4k  monitorrs.

Offline

#10 2024-05-28 14:08:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,082

Re: Wayland with dual GPU uses the wrong monitor for rendering

That will generally be normal, install nvidia-prime and use

prime-run glxinfo -B

Offline

#11 2024-05-28 15:10:39

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,862

Re: Wayland with dual GPU uses the wrong monitor for rendering

When running on X11. The nvidia card is rendering the Monitors connected to it, and mesa renders the monitors of the intel integrated GPU.

Just a quick sanity check, you're indeed running https://wiki.archlinux.org/title/Multih … te_screens on X11 and most likely not Xinarama (because that'd break xrandr and that'll break all the fat DEs) ie.  you cannot eg. drag a window from one output to another?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#12 2024-05-28 16:50:03

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

V1del wrote:

That will generally be normal, install nvidia-prime and use

prime-run glxinfo -B

I do not have I have a laptop, so prime doe not apply to me. Nvidia is clearly not rendering. The rendering is slow and I cannot add a fith 4k monitor.

Offline

#13 2024-05-28 17:00:55

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

I am using one big display spanning all the monitors (display :0) I fif not enable Xinerama

attach is my local Xorg.0.log

[  1894.802] (--) Log file renamed from "/home/dror/.local/share/xorg/Xorg.pid-9383.log" to "/home/dror/.local/share/xorg/Xorg.0.log"
[  1894.803] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[  1894.803] Current Operating System: Linux i9-13900k-arch 6.9.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 17 May 2024 16:56:38 +0000 x86_64
[  1894.803] Kernel command line: root=ZFS=apool/root rw zfs_import_dir=/dev/ intel_iommu=on iommu=pt kvm.ignore_msrs=1 i915.enable_guc=3 i915.max_vfs=7 nvidia-drm.modeset=1 nvidia-drm.fbdev=1 initrd=\initramfs-linux.img
[  1894.803]  
[  1894.803] Current version of pixman: 0.43.4
[  1894.803] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1894.803] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1894.803] (==) Log file: "/home/dror/.local/share/xorg/Xorg.0.log", Time: Mon May 27 15:30:06 2024
[  1894.803] (==) Using config file: "/etc/X11/xorg.conf"
[  1894.803] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1894.803] (==) No Layout section.  Using the first Screen section.
[  1894.803] (**) |-->Screen "Screen0" (0)
[  1894.803] (**) |   |-->Monitor "<default monitor>"
[  1894.803] (==) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
[  1894.803] (**) Allowing byte-swapped clients
[  1894.803] (==) Automatically adding devices
[  1894.803] (==) Automatically enabling devices
[  1894.803] (==) Automatically adding GPU devices
[  1894.803] (==) Automatically binding GPU devices
[  1894.803] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1894.803] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1894.803] 	Entry deleted from font path.
[  1894.803] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  1894.803] 	Entry deleted from font path.
[  1894.803] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1894.803] 	Entry deleted from font path.
[  1894.803] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1894.803] 	Entry deleted from font path.
[  1894.803] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  1894.803] 	Entry deleted from font path.
[  1894.803] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  1894.803] 	Entry deleted from font path.
[  1894.803] (==) FontPath set to:
	
[  1894.803] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1894.803] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1894.803] (II) Module ABI versions:
[  1894.803] 	X.Org ANSI C Emulation: 0.4
[  1894.803] 	X.Org Video Driver: 25.2
[  1894.803] 	X.Org XInput driver : 24.4
[  1894.803] 	X.Org Server Extension : 10.0
[  1894.803] (++) using VT number 2

[  1894.804] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_314
[  1894.804] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1894.804] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[  1894.804] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[  1894.805] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1894.805] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  1894.805] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 15 paused 0
[  1894.806] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  1894.806] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[  1894.819] (--) PCI: (0@0:2:0) 8086:a780:1043:8882 rev 4, Mem @ 0x656d000000/16777216, 0x4000000000/268435456, I/O @ 0x00008000/64, BIOS @ 0x????????/131072
[  1894.819] (--) PCI:*(1@0:0:0) 10de:2782:1043:88dd rev 161, Mem @ 0x78000000/16777216, 0x6000000000/17179869184, 0x6400000000/33554432, I/O @ 0x00007000/128, BIOS @ 0x????????/524288
[  1894.819] (--) PCI: (6@0:0:0) 10de:13f1:103c:1153 rev 161, Mem @ 0x76000000/16777216, 0x6550000000/268435456, 0x6560000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[  1894.819] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1894.819] (II) LoadModule: "glx"
[  1894.819] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1894.832] (II) Module glx: vendor="X.Org Foundation"
[  1894.832] 	compiled for 1.21.1.13, module version = 1.0.0
[  1894.832] 	ABI class: X.Org Server Extension, version 10.0
[  1894.832] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[  1894.832] 	loading driver: nvidia
[  1894.832] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[  1894.832] 	loading driver: nvidia
[  1894.832] (II) Applying OutputClass "intel" to /dev/dri/card0
[  1894.832] 	loading driver: modesetting
[  1894.832] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[  1894.832] 	loading driver: nvidia
[  1894.832] (==) Matched nvidia as autoconfigured driver 0
[  1894.832] (==) Matched nouveau as autoconfigured driver 1
[  1894.832] (==) Matched nv as autoconfigured driver 2
[  1894.832] (==) Matched modesetting as autoconfigured driver 3
[  1894.832] (==) Matched intel as autoconfigured driver 4
[  1894.832] (==) Matched fbdev as autoconfigured driver 5
[  1894.832] (==) Matched vesa as autoconfigured driver 6
[  1894.832] (==) Assigned the driver to the xf86ConfigLayout
[  1894.832] (II) LoadModule: "nvidia"
[  1894.832] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1894.833] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1894.833] 	compiled for 1.6.99.901, module version = 1.0.0
[  1894.833] 	Module class: X.Org Video Driver
[  1894.833] (II) LoadModule: "nouveau"
[  1894.834] (WW) Warning, couldn't open module nouveau
[  1894.834] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  1894.834] (II) LoadModule: "nv"
[  1894.834] (WW) Warning, couldn't open module nv
[  1894.834] (EE) Failed to load module "nv" (module does not exist, 0)
[  1894.834] (II) LoadModule: "modesetting"
[  1894.834] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1894.834] (II) Module modesetting: vendor="X.Org Foundation"
[  1894.834] 	compiled for 1.21.1.13, module version = 1.21.1
[  1894.834] 	Module class: X.Org Video Driver
[  1894.834] 	ABI class: X.Org Video Driver, version 25.2
[  1894.835] (II) LoadModule: "intel"
[  1894.835] (WW) Warning, couldn't open module intel
[  1894.835] (EE) Failed to load module "intel" (module does not exist, 0)
[  1894.835] (II) LoadModule: "fbdev"
[  1894.835] (WW) Warning, couldn't open module fbdev
[  1894.835] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1894.835] (II) LoadModule: "vesa"
[  1894.835] (WW) Warning, couldn't open module vesa
[  1894.835] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1894.835] (II) NVIDIA dlloader X Driver  550.78  Sun Apr 14 06:27:13 UTC 2024
[  1894.835] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1894.835] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1894.835] (II) systemd-logind: releasing fd for 226:1
[  1894.835] (II) Loading sub module "fb"
[  1894.835] (II) LoadModule: "fb"
[  1894.835] (II) Module "fb" already built-in
[  1894.835] (II) Loading sub module "wfb"
[  1894.835] (II) LoadModule: "wfb"
[  1894.835] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1894.836] (II) Module wfb: vendor="X.Org Foundation"
[  1894.836] 	compiled for 1.21.1.13, module version = 1.0.0
[  1894.836] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1894.836] (WW) Falling back to old probe method for modesetting
[  1894.836] (II) modeset(G0): using drv /dev/dri/card0
[  1894.836] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  1894.836] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  1894.836] (==) NVIDIA(0): RGB weight 888
[  1894.836] (==) NVIDIA(0): Default visual is TrueColor
[  1894.836] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1894.836] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  1894.836] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  1894.836] (**) NVIDIA(0): Option "Stereo" "0"
[  1894.836] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-1"
[  1894.836] (**) NVIDIA(0): Option "SLI" "Off"
[  1894.836] (**) NVIDIA(0): Option "MultiGPU" "Off"
[  1894.836] (**) NVIDIA(0): Option "BaseMosaic" "off"
[  1894.836] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  1894.836] (**) NVIDIA(0): Stereo disabled by request
[  1894.836] (**) NVIDIA(0): NVIDIA SLI disabled.
[  1894.836] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[  1894.836] (**) NVIDIA(0): Option "MetaModes" "HDMI-0: nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-0: nvidia-auto-select +3840+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On, AllowGSYNCCompatible=On}, DP-4: nvidia-auto-select +7680+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
[  1894.836] (**) NVIDIA(0): Enabling 2D acceleration
[  1894.836] (II) Loading sub module "glxserver_nvidia"
[  1894.836] (II) LoadModule: "glxserver_nvidia"
[  1894.836] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  1894.850] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  1894.850] 	compiled for 1.6.99.901, module version = 1.0.0
[  1894.850] 	Module class: X.Org Server Extension
[  1894.850] (II) NVIDIA GLX Module  550.78  Sun Apr 14 06:29:36 UTC 2024
[  1894.850] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1894.850] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  1894.850] (--) NVIDIA(0):     DFP-0
[  1894.850] (--) NVIDIA(0):     DFP-1 (boot)
[  1894.850] (--) NVIDIA(0):     DFP-2
[  1894.850] (--) NVIDIA(0):     DFP-3
[  1894.850] (--) NVIDIA(0):     DFP-4
[  1894.850] (--) NVIDIA(0):     DFP-5
[  1894.850] (--) NVIDIA(0):     DFP-6
[  1894.850] (--) NVIDIA(0):     DFP-7
[  1894.850] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4070 Ti (AD104-A) at PCI:1:0:0
[  1894.850] (II) NVIDIA(0):     (GPU-0)
[  1894.850] (--) NVIDIA(0): Memory: 12576768 kBytes
[  1894.850] (--) NVIDIA(0): VideoBIOS: 95.04.3c.80.56
[  1894.850] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1894.894] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): connected
[  1894.894] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): Internal TMDS
[  1894.894] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): 42666.7 MHz maximum pixel clock
[  1894.894] (--) NVIDIA(GPU-0): 
[  1894.894] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): connected
[  1894.894] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): Internal DisplayPort
[  1894.894] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): 2670.0 MHz maximum pixel clock
[  1894.894] (--) NVIDIA(GPU-0): 
[  1894.898] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1894.898] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  1894.898] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  1894.898] (--) NVIDIA(GPU-0): 
[  1894.898] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1894.898] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1894.898] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1894.898] (--) NVIDIA(GPU-0): 
[  1894.898] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1894.898] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1894.898] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[  1894.898] (--) NVIDIA(GPU-0): 
[  1894.899] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  1894.899] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  1894.899] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  1894.899] (--) NVIDIA(GPU-0): 
[  1894.899] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): connected
[  1894.899] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): Internal DisplayPort
[  1894.899] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): 2670.0 MHz maximum pixel clock
[  1894.899] (--) NVIDIA(GPU-0): 
[  1894.905] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  1894.905] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  1894.905] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  1894.905] (--) NVIDIA(GPU-0): 
[  1895.082] (II) NVIDIA(0): Validated MetaModes:
[  1895.082] (II) NVIDIA(0):    
[  1895.082] (II) NVIDIA(0):     "HDMI-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On},DP-0:nvidia-auto-select+3840+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On,AllowGSYNCCompatible=On},DP-4:nvidia-auto-select+7680+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On}"
[  1895.082] (II) NVIDIA(0): Virtual screen size determined to be 11520 x 2160
[  1895.259] (--) NVIDIA(0): DPI set to (139, 140); computed from "UseEdidDpi" X config
[  1895.259] (--) NVIDIA(0):     option
[  1895.259] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[  1895.259] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  1895.259] (==) modeset(G0): RGB weight 888
[  1895.259] (==) modeset(G0): Default visual is TrueColor
[  1895.259] (II) Loading sub module "glamoregl"
[  1895.259] (II) LoadModule: "glamoregl"
[  1895.259] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1895.262] (II) Module glamoregl: vendor="X.Org Foundation"
[  1895.262] 	compiled for 1.21.1.13, module version = 1.0.1
[  1895.262] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1895.285] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RPL-S)
[  1895.285] (II) modeset(G0): glamor initialized
[  1895.318] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[  1895.326] (II) modeset(G0): Output DP-1-1 has no monitor section
[  1895.336] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[  1895.346] (II) modeset(G0): Output DP-1-2 has no monitor section
[  1895.356] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[  1895.391] (II) modeset(G0): EDID for output HDMI-1-1
[  1895.391] (II) modeset(G0): Manufacturer: GSM  Model: 7706  Serial#: 149999
[  1895.391] (II) modeset(G0): Year: 2019  Week: 8
[  1895.391] (II) modeset(G0): EDID Version: 1.3
[  1895.391] (II) modeset(G0): Digital Display Input
[  1895.391] (II) modeset(G0): Max Image Size [cm]: horiz.: 60  vert.: 34
[  1895.391] (II) modeset(G0): Gamma: 2.20
[  1895.391] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[  1895.391] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1895.391] (II) modeset(G0): First detailed timing is preferred mode
[  1895.391] (II) modeset(G0): redX: 0.680 redY: 0.315   greenX: 0.280 greenY: 0.674
[  1895.391] (II) modeset(G0): blueX: 0.152 blueY: 0.050   whiteX: 0.312 whiteY: 0.329
[  1895.391] (II) modeset(G0): Supported established timings:
[  1895.391] (II) modeset(G0): 640x480@60Hz
[  1895.391] (II) modeset(G0): 800x600@60Hz
[  1895.391] (II) modeset(G0): 1024x768@60Hz
[  1895.391] (II) modeset(G0): Manufacturer's mask: 0
[  1895.391] (II) modeset(G0): Supported standard timings:
[  1895.391] (II) modeset(G0): #0: hsize: 1152  vsize 864  refresh: 60  vid: 16497
[  1895.391] (II) modeset(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  1895.391] (II) modeset(G0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  1895.391] (II) modeset(G0): #3: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  1895.391] (II) modeset(G0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  1895.391] (II) modeset(G0): #5: hsize: 1280  vsize 800  refresh: 60  vid: 129
[  1895.391] (II) modeset(G0): Supported detailed timing:
[  1895.391] (II) modeset(G0): clock: 594.0 MHz   Image Size:  600 x 340 mm
[  1895.391] (II) modeset(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[  1895.391] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[  1895.391] (II) modeset(G0): Supported detailed timing:
[  1895.391] (II) modeset(G0): clock: 297.0 MHz   Image Size:  600 x 340 mm
[  1895.391] (II) modeset(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[  1895.391] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[  1895.391] (II) modeset(G0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 135 kHz, PixClock max 605 MHz
[  1895.391] (II) modeset(G0): Monitor name: LG HDR 4K
[  1895.391] (II) modeset(G0): Supported detailed timing:
[  1895.391] (II) modeset(G0): clock: 148.5 MHz   Image Size:  600 x 340 mm
[  1895.391] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  1895.391] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  1895.391] (II) modeset(G0): Supported detailed timing:
[  1895.391] (II) modeset(G0): clock: 241.5 MHz   Image Size:  600 x 340 mm
[  1895.391] (II) modeset(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[  1895.391] (II) modeset(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[  1895.391] (II) modeset(G0): Serial No: 908NTNH4D999
[  1895.391] (II) modeset(G0): Number of EDID sections to follow: 1
[  1895.391] (II) modeset(G0): EDID (in hex):
[  1895.391] (II) modeset(G0): 	00ffffffffffff001e6d0677ef490200
[  1895.391] (II) modeset(G0): 	081d0103803c2278ea3e31ae5047ac27
[  1895.392] (II) modeset(G0): 	0c50542108007140818081c0a9c0d1c0
[  1895.392] (II) modeset(G0): 	81000101010108e80030f2705a80b058
[  1895.392] (II) modeset(G0): 	8a0058542100001e04740030f2705a80
[  1895.392] (II) modeset(G0): 	b0588a0058542100001a000000fd0038
[  1895.392] (II) modeset(G0): 	3d1e873c000a202020202020000000fc
[  1895.392] (II) modeset(G0): 	004c472048445220344b0a202020019f
[  1895.392] (II) modeset(G0): 	020338714d9022201f1203040161605d
[  1895.392] (II) modeset(G0): 	5e5f230907076d030c001000b83c2000
[  1895.392] (II) modeset(G0): 	6001020367d85dc401788003e30f0003
[  1895.392] (II) modeset(G0): 	e305c000e3060501023a801871382d40
[  1895.392] (II) modeset(G0): 	582c450058542100001e565e00a0a0a0
[  1895.392] (II) modeset(G0): 	29503020350058542100001a000000ff
[  1895.392] (II) modeset(G0): 	003930384e544e4834443939390a0000
[  1895.392] (II) modeset(G0): 	000000000000000000000000000000db
[  1895.392] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[  1895.392] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[  1895.392] (II) modeset(G0): Modeline "3840x2160"x60.0  594.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (135.0 kHz eP)
[  1895.392] (II) modeset(G0): Modeline "3840x2160"x50.0  594.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (112.5 kHz e)
[  1895.392] (II) modeset(G0): Modeline "3840x2160"x59.9  593.41  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (134.9 kHz e)
[  1895.392] (II) modeset(G0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync -vsync (67.5 kHz e)
[  1895.392] (II) modeset(G0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
[  1895.392] (II) modeset(G0): Modeline "3840x2160"x25.0  297.00  3840 4896 4984 5280  2160 2168 2178 2250 +hsync +vsync (56.2 kHz e)
[  1895.392] (II) modeset(G0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
[  1895.392] (II) modeset(G0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
[  1895.392] (II) modeset(G0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
[  1895.392] (II) modeset(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1152x864"x60.0   81.58  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
[  1895.392] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  1895.392] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1895.392] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1895.392] (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  1895.392] (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  1895.392] (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  1895.392] (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1895.392] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1895.399] (II) modeset(G0): EDID for output DP-1-1
[  1895.409] (II) modeset(G0): EDID for output HDMI-1-2
[  1895.419] (II) modeset(G0): EDID for output DP-1-2
[  1895.429] (II) modeset(G0): EDID for output HDMI-1-3
[  1895.429] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[  1895.429] (==) modeset(G0): DPI set to (96, 96)
[  1895.429] (II) Loading sub module "fb"
[  1895.429] (II) LoadModule: "fb"
[  1895.430] (II) Module "fb" already built-in
[  1895.430] (WW) NVIDIA: Failed to bind sideband socket to
[  1895.430] (WW) NVIDIA:     '/var/run/nvidia-xdriver-8cc5512e' Permission denied
[  1895.430] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[  1895.430] (II) NVIDIA:     access.
[  1895.434] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1895.435] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1895.435] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1895.435] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1895.435] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1895.435] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1895.435] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1895.435] (II) NVIDIA(0):     Config Options in the README.
[  1895.447] (II) NVIDIA(0): Setting mode "HDMI-0:nvidia-auto-select+0+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On},DP-0:nvidia-auto-select+3840+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On,AllowGSYNCCompatible=On},DP-4:nvidia-auto-select+7680+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On}"
[  1895.569] (WW) NVIDIA(0): Failed to request fliplock.
[  1895.572] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1895.572] (==) NVIDIA(0): Backing store enabled
[  1895.572] (==) NVIDIA(0): Silken mouse enabled
[  1895.573] (==) NVIDIA(0): DPMS enabled
[  1895.573] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[  1895.573] (II) Loading sub module "dri2"
[  1895.573] (II) LoadModule: "dri2"
[  1895.573] (II) Module "dri2" already built-in
[  1895.573] (II) NVIDIA(0): [DRI2] Setup complete
[  1895.573] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1895.577] (==) modeset(G0): Backing store enabled
[  1895.577] (==) modeset(G0): Silken mouse enabled
[  1895.727] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[  1895.727] (==) modeset(G0): DPMS enabled
[  1895.727] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[  1895.727] (WW) modeset(G0): Option "PrimaryGPU" is not used
[  1895.727] (WW) modeset(G0): Option "Stereo" is not used
[  1895.727] (WW) modeset(G0): Option "nvidiaXineramaInfoOrder" is not used
[  1895.727] (WW) modeset(G0): Option "metamodes" is not used
[  1895.727] (WW) modeset(G0): Option "SLI" is not used
[  1895.727] (WW) modeset(G0): Option "MultiGPU" is not used
[  1895.727] (WW) modeset(G0): Option "BaseMosaic" is not used
[  1895.727] (II) modeset(G0): [DRI2] Setup complete
[  1895.727] (II) modeset(G0): [DRI2]   DRI driver: iris
[  1895.727] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[  1895.727] (II) modeset(G0): Disable reverse prime offload mode for i915.
[  1895.727] (II) Initializing extension Generic Event Extension
[  1895.728] (II) Initializing extension SHAPE
[  1895.728] (II) Initializing extension MIT-SHM
[  1895.728] (II) Initializing extension XInputExtension
[  1895.728] (II) Initializing extension XTEST
[  1895.729] (II) Initializing extension BIG-REQUESTS
[  1895.729] (II) Initializing extension SYNC
[  1895.729] (II) Initializing extension XKEYBOARD
[  1895.729] (II) Initializing extension XC-MISC
[  1895.730] (II) Initializing extension SECURITY
[  1895.730] (II) Initializing extension XFIXES
[  1895.730] (II) Initializing extension RENDER
[  1895.730] (II) Initializing extension RANDR
[  1895.731] (II) Initializing extension COMPOSITE
[  1895.731] (II) Initializing extension DAMAGE
[  1895.731] (II) Initializing extension MIT-SCREEN-SAVER
[  1895.731] (II) Initializing extension DOUBLE-BUFFER
[  1895.732] (II) Initializing extension RECORD
[  1895.732] (II) Initializing extension DPMS
[  1895.732] (II) Initializing extension Present
[  1895.732] (II) Initializing extension DRI3
[  1895.732] (II) Initializing extension X-Resource
[  1895.733] (II) Initializing extension XVideo
[  1895.733] (II) Initializing extension XVideo-MotionCompensation
[  1895.733] (II) Initializing extension GLX
[  1895.733] (II) Initializing extension GLX
[  1895.733] (II) Indirect GLX disabled.
[  1895.733] (II) GLX: Another vendor is already registered for screen 0
[  1895.733] (II) Initializing extension XFree86-VidModeExtension
[  1895.734] (II) Initializing extension XFree86-DGA
[  1895.734] (II) Initializing extension XFree86-DRI
[  1895.734] (II) Initializing extension DRI2
[  1895.734] (II) Initializing extension NV-GLX
[  1895.734] (II) Initializing extension NV-CONTROL
[  1895.734] (II) Initializing extension XINERAMA
[  1895.800] (II) modeset(G0): Damage tracking initialized
[  1895.843] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1895.843] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1895.843] (II) LoadModule: "libinput"
[  1895.843] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1895.844] (II) Module libinput: vendor="X.Org Foundation"
[  1895.844] 	compiled for 1.21.1.8, module version = 1.4.0
[  1895.844] 	Module class: X.Org XInput Driver
[  1895.844] 	ABI class: X.Org XInput driver, version 24.4
[  1895.844] (II) Using input driver 'libinput' for 'Power Button'
[  1895.844] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 45 paused 0
[  1895.844] (**) Power Button: always reports core events
[  1895.844] (**) Option "Device" "/dev/input/event2"
[  1895.845] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1895.845] (II) event2  - Power Button: device is a keyboard
[  1895.845] (II) event2  - Power Button: device removed
[  1895.845] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1895.845] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1895.846] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1895.846] (II) event2  - Power Button: device is a keyboard
[  1895.846] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  1895.846] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1895.846] (II) Using input driver 'libinput' for 'Video Bus'
[  1895.846] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 48 paused 0
[  1895.846] (**) Video Bus: always reports core events
[  1895.846] (**) Option "Device" "/dev/input/event7"
[  1895.846] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  1895.846] (II) event7  - Video Bus: device is a keyboard
[  1895.846] (II) event7  - Video Bus: device removed
[  1895.847] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[  1895.847] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1895.847] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  1895.847] (II) event7  - Video Bus: device is a keyboard
[  1895.847] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1895.847] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1895.847] (II) Using input driver 'libinput' for 'Power Button'
[  1895.847] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 49 paused 0
[  1895.847] (**) Power Button: always reports core events
[  1895.847] (**) Option "Device" "/dev/input/event1"
[  1895.848] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1895.848] (II) event1  - Power Button: device is a keyboard
[  1895.848] (II) event1  - Power Button: device removed
[  1895.848] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  1895.848] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1895.848] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1895.848] (II) event1  - Power Button: device is a keyboard
[  1895.848] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  1895.848] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1895.848] (II) Using input driver 'libinput' for 'Sleep Button'
[  1895.848] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 50 paused 0
[  1895.848] (**) Sleep Button: always reports core events
[  1895.848] (**) Option "Device" "/dev/input/event0"
[  1895.849] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1895.849] (II) event0  - Sleep Button: device is a keyboard
[  1895.849] (II) event0  - Sleep Button: device removed
[  1895.849] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  1895.849] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  1895.849] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  1895.849] (II) event0  - Sleep Button: device is a keyboard
[  1895.849] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[  1895.849] (II) No input driver specified, ignoring this device.
[  1895.849] (II) This device may have been added with another device file.
[  1895.849] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[  1895.849] (II) No input driver specified, ignoring this device.
[  1895.849] (II) This device may have been added with another device file.
[  1895.850] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[  1895.850] (II) No input driver specified, ignoring this device.
[  1895.850] (II) This device may have been added with another device file.
[  1895.850] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[  1895.850] (II) No input driver specified, ignoring this device.
[  1895.850] (II) This device may have been added with another device file.
[  1895.850] (II) config/udev: Adding input device CHICONY HP USB Backlit Keyboard (/dev/input/event3)
[  1895.850] (**) CHICONY HP USB Backlit Keyboard: Applying InputClass "libinput keyboard catchall"
[  1895.850] (II) Using input driver 'libinput' for 'CHICONY HP USB Backlit Keyboard'
[  1895.851] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 51 paused 0
[  1895.851] (**) CHICONY HP USB Backlit Keyboard: always reports core events
[  1895.851] (**) Option "Device" "/dev/input/event3"
[  1895.851] (II) event3  - CHICONY HP USB Backlit Keyboard: is tagged by udev as: Keyboard
[  1895.851] (II) event3  - CHICONY HP USB Backlit Keyboard: device is a keyboard
[  1895.851] (II) event3  - CHICONY HP USB Backlit Keyboard: device removed
[  1895.851] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:04F2:106A.0001/input/input3/event3"
[  1895.851] (II) XINPUT: Adding extended input device "CHICONY HP USB Backlit Keyboard" (type: KEYBOARD, id 10)
[  1895.852] (II) event3  - CHICONY HP USB Backlit Keyboard: is tagged by udev as: Keyboard
[  1895.852] (II) event3  - CHICONY HP USB Backlit Keyboard: device is a keyboard
[  1895.852] (II) config/udev: Adding input device CHICONY HP USB Backlit Keyboard Consumer Control (/dev/input/event4)
[  1895.852] (**) CHICONY HP USB Backlit Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1895.852] (II) Using input driver 'libinput' for 'CHICONY HP USB Backlit Keyboard Consumer Control'
[  1895.852] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 52 paused 0
[  1895.852] (**) CHICONY HP USB Backlit Keyboard Consumer Control: always reports core events
[  1895.852] (**) Option "Device" "/dev/input/event4"
[  1895.853] (II) event4  - CHICONY HP USB Backlit Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1895.853] (II) event4  - CHICONY HP USB Backlit Keyboard Consumer Control: device is a keyboard
[  1895.853] (II) event4  - CHICONY HP USB Backlit Keyboard Consumer Control: device removed
[  1895.853] (II) libinput: CHICONY HP USB Backlit Keyboard Consumer Control: needs a virtual subdevice
[  1895.853] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:04F2:106A.0002/input/input4/event4"
[  1895.853] (II) XINPUT: Adding extended input device "CHICONY HP USB Backlit Keyboard Consumer Control" (type: MOUSE, id 11)
[  1895.853] (**) Option "AccelerationScheme" "none"
[  1895.853] (**) CHICONY HP USB Backlit Keyboard Consumer Control: (accel) selected scheme none/0
[  1895.853] (**) CHICONY HP USB Backlit Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  1895.853] (**) CHICONY HP USB Backlit Keyboard Consumer Control: (accel) acceleration threshold: 4
[  1895.853] (II) event4  - CHICONY HP USB Backlit Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1895.853] (II) event4  - CHICONY HP USB Backlit Keyboard Consumer Control: device is a keyboard
[  1895.853] (II) config/udev: Adding input device CHICONY HP USB Backlit Keyboard System Control (/dev/input/event5)
[  1895.853] (**) CHICONY HP USB Backlit Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  1895.853] (II) Using input driver 'libinput' for 'CHICONY HP USB Backlit Keyboard System Control'
[  1895.854] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 53 paused 0
[  1895.854] (**) CHICONY HP USB Backlit Keyboard System Control: always reports core events
[  1895.854] (**) Option "Device" "/dev/input/event5"
[  1895.854] (II) event5  - CHICONY HP USB Backlit Keyboard System Control: is tagged by udev as: Keyboard
[  1895.854] (II) event5  - CHICONY HP USB Backlit Keyboard System Control: device is a keyboard
[  1895.854] (II) event5  - CHICONY HP USB Backlit Keyboard System Control: device removed
[  1895.854] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:04F2:106A.0002/input/input5/event5"
[  1895.854] (II) XINPUT: Adding extended input device "CHICONY HP USB Backlit Keyboard System Control" (type: KEYBOARD, id 12)
[  1895.855] (II) event5  - CHICONY HP USB Backlit Keyboard System Control: is tagged by udev as: Keyboard
[  1895.855] (II) event5  - CHICONY HP USB Backlit Keyboard System Control: device is a keyboard
[  1895.855] (II) config/udev: Adding input device CHICONY HP USB Backlit Keyboard (/dev/input/event6)
[  1895.855] (**) CHICONY HP USB Backlit Keyboard: Applying InputClass "libinput keyboard catchall"
[  1895.855] (II) Using input driver 'libinput' for 'CHICONY HP USB Backlit Keyboard'
[  1895.855] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 54 paused 0
[  1895.855] (**) CHICONY HP USB Backlit Keyboard: always reports core events
[  1895.855] (**) Option "Device" "/dev/input/event6"
[  1895.855] (II) event6  - CHICONY HP USB Backlit Keyboard: is tagged by udev as: Keyboard
[  1895.855] (II) event6  - CHICONY HP USB Backlit Keyboard: device is a keyboard
[  1895.856] (II) event6  - CHICONY HP USB Backlit Keyboard: device removed
[  1895.856] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:04F2:106A.0002/input/input6/event6"
[  1895.856] (II) XINPUT: Adding extended input device "CHICONY HP USB Backlit Keyboard" (type: KEYBOARD, id 13)
[  1895.856] (II) event6  - CHICONY HP USB Backlit Keyboard: is tagged by udev as: Keyboard
[  1895.856] (II) event6  - CHICONY HP USB Backlit Keyboard: device is a keyboard
[  1895.856] (II) config/udev: Adding input device Logitech G403 Prodigy Gaming Mouse (/dev/input/event11)
[  1895.856] (**) Logitech G403 Prodigy Gaming Mouse: Applying InputClass "libinput pointer catchall"
[  1895.856] (II) Using input driver 'libinput' for 'Logitech G403 Prodigy Gaming Mouse'
[  1895.856] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 55 paused 0
[  1895.857] (**) Logitech G403 Prodigy Gaming Mouse: always reports core events
[  1895.857] (**) Option "Device" "/dev/input/event11"
[  1895.857] (II) event11 - Logitech G403 Prodigy Gaming Mouse: is tagged by udev as: Mouse
[  1895.857] (II) event11 - Logitech G403 Prodigy Gaming Mouse: device set to 800 DPI
[  1895.857] (II) event11 - Logitech G403 Prodigy Gaming Mouse: device is a pointer
[  1895.857] (II) event11 - Logitech G403 Prodigy Gaming Mouse: device removed
[  1895.857] (II) libinput: Logitech G403 Prodigy Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.857] (II) libinput: Logitech G403 Prodigy Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.857] (II) libinput: Logitech G403 Prodigy Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.857] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.2/1-7.2:1.0/0003:046D:C083.0004/input/input11/event11"
[  1895.857] (II) XINPUT: Adding extended input device "Logitech G403 Prodigy Gaming Mouse" (type: MOUSE, id 14)
[  1895.857] (**) Option "AccelerationScheme" "none"
[  1895.857] (**) Logitech G403 Prodigy Gaming Mouse: (accel) selected scheme none/0
[  1895.857] (**) Logitech G403 Prodigy Gaming Mouse: (accel) acceleration factor: 2.000
[  1895.857] (**) Logitech G403 Prodigy Gaming Mouse: (accel) acceleration threshold: 4
[  1895.857] (II) event11 - Logitech G403 Prodigy Gaming Mouse: is tagged by udev as: Mouse
[  1895.857] (II) event11 - Logitech G403 Prodigy Gaming Mouse: device set to 800 DPI
[  1895.857] (II) event11 - Logitech G403 Prodigy Gaming Mouse: device is a pointer
[  1895.858] (II) config/udev: Adding input device Logitech G403 Prodigy Gaming Mouse (/dev/input/mouse0)
[  1895.858] (II) No input driver specified, ignoring this device.
[  1895.858] (II) This device may have been added with another device file.
[  1895.858] (II) config/udev: Adding input device Logitech G403 Prodigy Gaming Mouse Keyboard (/dev/input/event12)
[  1895.858] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[  1895.858] (II) Using input driver 'libinput' for 'Logitech G403 Prodigy Gaming Mouse Keyboard'
[  1895.858] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 56 paused 0
[  1895.858] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: always reports core events
[  1895.858] (**) Option "Device" "/dev/input/event12"
[  1895.859] (II) event12 - Logitech G403 Prodigy Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[  1895.859] (II) event12 - Logitech G403 Prodigy Gaming Mouse Keyboard: device is a keyboard
[  1895.859] (II) event12 - Logitech G403 Prodigy Gaming Mouse Keyboard: device removed
[  1895.859] (II) libinput: Logitech G403 Prodigy Gaming Mouse Keyboard: needs a virtual subdevice
[  1895.859] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.2/1-7.2:1.1/0003:046D:C083.0005/input/input12/event12"
[  1895.859] (II) XINPUT: Adding extended input device "Logitech G403 Prodigy Gaming Mouse Keyboard" (type: MOUSE, id 15)
[  1895.859] (**) Option "AccelerationScheme" "none"
[  1895.859] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: (accel) selected scheme none/0
[  1895.859] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[  1895.859] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[  1895.859] (II) event12 - Logitech G403 Prodigy Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[  1895.859] (II) event12 - Logitech G403 Prodigy Gaming Mouse Keyboard: device is a keyboard
[  1895.860] (II) config/udev: Adding input device Logitech G305 (/dev/input/event22)
[  1895.860] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[  1895.860] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[  1895.860] (II) Using input driver 'libinput' for 'Logitech G305'
[  1895.860] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 57 paused 0
[  1895.860] (**) Logitech G305: always reports core events
[  1895.860] (**) Option "Device" "/dev/input/event22"
[  1895.860] (II) event22 - Logitech G305: is tagged by udev as: Keyboard Mouse
[  1895.861] (II) event22 - Logitech G305: device is a pointer
[  1895.861] (II) event22 - Logitech G305: device is a keyboard
[  1895.861] (II) event22 - Logitech G305: device removed
[  1895.861] (II) libinput: Logitech G305: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.861] (II) libinput: Logitech G305: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.861] (II) libinput: Logitech G305: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.861] (II) libinput: Logitech G305: needs a virtual subdevice
[  1895.861] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.3/1-7.3:1.2/0003:046D:C53F.0008/0003:046D:4074.000D/input/input34/event22"
[  1895.861] (II) XINPUT: Adding extended input device "Logitech G305" (type: MOUSE, id 16)
[  1895.861] (**) Option "AccelerationScheme" "none"
[  1895.861] (**) Logitech G305: (accel) selected scheme none/0
[  1895.861] (**) Logitech G305: (accel) acceleration factor: 2.000
[  1895.861] (**) Logitech G305: (accel) acceleration threshold: 4
[  1895.861] (II) event22 - Logitech G305: is tagged by udev as: Keyboard Mouse
[  1895.861] (II) event22 - Logitech G305: device is a pointer
[  1895.861] (II) event22 - Logitech G305: device is a keyboard
[  1895.862] (II) config/udev: Adding input device Logitech G305 (/dev/input/mouse1)
[  1895.862] (II) No input driver specified, ignoring this device.
[  1895.862] (II) This device may have been added with another device file.
[  1895.862] (II) config/udev: Adding input device Logitech G604  (/dev/input/event21)
[  1895.862] (**) Logitech G604 : Applying InputClass "libinput pointer catchall"
[  1895.862] (**) Logitech G604 : Applying InputClass "libinput keyboard catchall"
[  1895.862] (II) Using input driver 'libinput' for 'Logitech G604 '
[  1895.862] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 58 paused 0
[  1895.862] (**) Logitech G604 : always reports core events
[  1895.862] (**) Option "Device" "/dev/input/event21"
[  1895.863] (II) event21 - Logitech G604 : is tagged by udev as: Keyboard Mouse
[  1895.863] (II) event21 - Logitech G604 : device is a pointer
[  1895.863] (II) event21 - Logitech G604 : device is a keyboard
[  1895.863] (II) event21 - Logitech G604 : device removed
[  1895.863] (II) libinput: Logitech G604 : Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.863] (II) libinput: Logitech G604 : Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.863] (II) libinput: Logitech G604 : Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.863] (II) libinput: Logitech G604 : needs a virtual subdevice
[  1895.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.4/1-8.4.1/1-8.4.1:1.2/0003:046D:C539.000F/0003:046D:4085.0010/input/input33/event21"
[  1895.863] (II) XINPUT: Adding extended input device "Logitech G604 " (type: MOUSE, id 17)
[  1895.863] (**) Option "AccelerationScheme" "none"
[  1895.863] (**) Logitech G604 : (accel) selected scheme none/0
[  1895.863] (**) Logitech G604 : (accel) acceleration factor: 2.000
[  1895.863] (**) Logitech G604 : (accel) acceleration threshold: 4
[  1895.864] (II) event21 - Logitech G604 : is tagged by udev as: Keyboard Mouse
[  1895.864] (II) event21 - Logitech G604 : device is a pointer
[  1895.864] (II) event21 - Logitech G604 : device is a keyboard
[  1895.864] (II) config/udev: Adding input device Logitech G604  (/dev/input/mouse2)
[  1895.864] (II) No input driver specified, ignoring this device.
[  1895.864] (II) This device may have been added with another device file.
[  1895.865] (II) config/udev: Adding input device Philips Speech Processing SpeechMike III (/dev/input/event23)
[  1895.865] (**) Philips Speech Processing SpeechMike III: Applying InputClass "libinput pointer catchall"
[  1895.865] (II) Using input driver 'libinput' for 'Philips Speech Processing SpeechMike III'
[  1895.865] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 59 paused 0
[  1895.865] (**) Philips Speech Processing SpeechMike III: always reports core events
[  1895.865] (**) Option "Device" "/dev/input/event23"
[  1895.866] (II) event23 - Philips Speech Processing SpeechMike III: is tagged by udev as: Mouse
[  1895.866] (II) event23 - Philips Speech Processing SpeechMike III: device is a pointer
[  1895.866] (II) event23 - Philips Speech Processing SpeechMike III: device removed
[  1895.866] (II) libinput: Philips Speech Processing SpeechMike III: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.866] (II) libinput: Philips Speech Processing SpeechMike III: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.866] (II) libinput: Philips Speech Processing SpeechMike III: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.866] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.4/1-8.4.2/1-8.4.2:1.3/0003:0911:0C1C.0011/input/input35/event23"
[  1895.866] (II) XINPUT: Adding extended input device "Philips Speech Processing SpeechMike III" (type: MOUSE, id 18)
[  1895.866] (**) Option "AccelerationScheme" "none"
[  1895.866] (**) Philips Speech Processing SpeechMike III: (accel) selected scheme none/0
[  1895.866] (**) Philips Speech Processing SpeechMike III: (accel) acceleration factor: 2.000
[  1895.866] (**) Philips Speech Processing SpeechMike III: (accel) acceleration threshold: 4
[  1895.866] (II) event23 - Philips Speech Processing SpeechMike III: is tagged by udev as: Mouse
[  1895.866] (II) event23 - Philips Speech Processing SpeechMike III: device is a pointer
[  1895.867] (II) config/udev: Adding input device Philips Speech Processing SpeechMike III (/dev/input/mouse3)
[  1895.867] (II) No input driver specified, ignoring this device.
[  1895.867] (II) This device may have been added with another device file.
[  1895.867] (II) config/udev: Adding input device Philips Speech Processing SpeechMike III (/dev/input/event24)
[  1895.867] (**) Philips Speech Processing SpeechMike III: Applying InputClass "libinput keyboard catchall"
[  1895.867] (II) Using input driver 'libinput' for 'Philips Speech Processing SpeechMike III'
[  1895.867] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 60 paused 0
[  1895.867] (**) Philips Speech Processing SpeechMike III: always reports core events
[  1895.867] (**) Option "Device" "/dev/input/event24"
[  1895.868] (II) event24 - Philips Speech Processing SpeechMike III: is tagged by udev as: Keyboard
[  1895.868] (II) event24 - Philips Speech Processing SpeechMike III: device is a keyboard
[  1895.868] (II) event24 - Philips Speech Processing SpeechMike III: device removed
[  1895.868] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.4/1-8.4.2/1-8.4.2:1.5/0003:0911:0C1C.0013/input/input36/event24"
[  1895.868] (II) XINPUT: Adding extended input device "Philips Speech Processing SpeechMike III" (type: KEYBOARD, id 19)
[  1895.868] (II) event24 - Philips Speech Processing SpeechMike III: is tagged by udev as: Keyboard
[  1895.868] (II) event24 - Philips Speech Processing SpeechMike III: device is a keyboard
[  1895.869] (II) config/udev: Adding input device Philips Speech Processing SpeechMike III (/dev/input/event25)
[  1895.869] (**) Philips Speech Processing SpeechMike III: Applying InputClass "libinput keyboard catchall"
[  1895.869] (II) Using input driver 'libinput' for 'Philips Speech Processing SpeechMike III'
[  1895.869] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 61 paused 0
[  1895.869] (**) Philips Speech Processing SpeechMike III: always reports core events
[  1895.869] (**) Option "Device" "/dev/input/event25"
[  1895.870] (II) event25 - Philips Speech Processing SpeechMike III: is tagged by udev as: Keyboard
[  1895.870] (II) event25 - Philips Speech Processing SpeechMike III: device is a keyboard
[  1895.870] (II) event25 - Philips Speech Processing SpeechMike III: device removed
[  1895.870] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.4/1-8.4.2/1-8.4.2:1.6/0003:0911:0C1C.0014/input/input37/event25"
[  1895.870] (II) XINPUT: Adding extended input device "Philips Speech Processing SpeechMike III" (type: KEYBOARD, id 20)
[  1895.870] (II) event25 - Philips Speech Processing SpeechMike III: is tagged by udev as: Keyboard
[  1895.870] (II) event25 - Philips Speech Processing SpeechMike III: device is a keyboard
[  1895.871] (II) config/udev: Adding input device SINO WEALTH USB KEYBOARD (/dev/input/event26)
[  1895.871] (**) SINO WEALTH USB KEYBOARD: Applying InputClass "libinput keyboard catchall"
[  1895.871] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD'
[  1895.871] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 62 paused 0
[  1895.871] (**) SINO WEALTH USB KEYBOARD: always reports core events
[  1895.871] (**) Option "Device" "/dev/input/event26"
[  1895.872] (II) event26 - SINO WEALTH USB KEYBOARD: is tagged by udev as: Keyboard
[  1895.872] (II) event26 - SINO WEALTH USB KEYBOARD: device is a keyboard
[  1895.872] (II) event26 - SINO WEALTH USB KEYBOARD: device removed
[  1895.872] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.4/1-8.4.3/1-8.4.3:1.0/0003:258A:0005.0015/input/input38/event26"
[  1895.872] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD" (type: KEYBOARD, id 21)
[  1895.872] (II) event26 - SINO WEALTH USB KEYBOARD: is tagged by udev as: Keyboard
[  1895.872] (II) event26 - SINO WEALTH USB KEYBOARD: device is a keyboard
[  1895.873] (II) config/udev: Adding input device SINO WEALTH USB KEYBOARD System Control (/dev/input/event27)
[  1895.873] (**) SINO WEALTH USB KEYBOARD System Control: Applying InputClass "libinput keyboard catchall"
[  1895.873] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD System Control'
[  1895.873] (II) systemd-logind: got fd for /dev/input/event27 13:91 fd 63 paused 0
[  1895.873] (**) SINO WEALTH USB KEYBOARD System Control: always reports core events
[  1895.873] (**) Option "Device" "/dev/input/event27"
[  1895.874] (II) event27 - SINO WEALTH USB KEYBOARD System Control: is tagged by udev as: Keyboard
[  1895.874] (II) event27 - SINO WEALTH USB KEYBOARD System Control: device is a keyboard
[  1895.874] (II) event27 - SINO WEALTH USB KEYBOARD System Control: device removed
[  1895.874] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.4/1-8.4.3/1-8.4.3:1.1/0003:258A:0005.0016/input/input39/event27"
[  1895.874] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD System Control" (type: KEYBOARD, id 22)
[  1895.875] (II) event27 - SINO WEALTH USB KEYBOARD System Control: is tagged by udev as: Keyboard
[  1895.875] (II) event27 - SINO WEALTH USB KEYBOARD System Control: device is a keyboard
[  1895.875] (II) config/udev: Adding input device SINO WEALTH USB KEYBOARD Consumer Control (/dev/input/event28)
[  1895.875] (**) SINO WEALTH USB KEYBOARD Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1895.875] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD Consumer Control'
[  1895.876] (II) systemd-logind: got fd for /dev/input/event28 13:92 fd 64 paused 0
[  1895.876] (**) SINO WEALTH USB KEYBOARD Consumer Control: always reports core events
[  1895.876] (**) Option "Device" "/dev/input/event28"
[  1895.877] (II) event28 - SINO WEALTH USB KEYBOARD Consumer Control: is tagged by udev as: Keyboard
[  1895.877] (II) event28 - SINO WEALTH USB KEYBOARD Consumer Control: device is a keyboard
[  1895.877] (II) event28 - SINO WEALTH USB KEYBOARD Consumer Control: device removed
[  1895.877] (II) libinput: SINO WEALTH USB KEYBOARD Consumer Control: needs a virtual subdevice
[  1895.877] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.4/1-8.4.3/1-8.4.3:1.1/0003:258A:0005.0016/input/input40/event28"
[  1895.877] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD Consumer Control" (type: MOUSE, id 23)
[  1895.877] (**) Option "AccelerationScheme" "none"
[  1895.877] (**) SINO WEALTH USB KEYBOARD Consumer Control: (accel) selected scheme none/0
[  1895.877] (**) SINO WEALTH USB KEYBOARD Consumer Control: (accel) acceleration factor: 2.000
[  1895.877] (**) SINO WEALTH USB KEYBOARD Consumer Control: (accel) acceleration threshold: 4
[  1895.878] (II) event28 - SINO WEALTH USB KEYBOARD Consumer Control: is tagged by udev as: Keyboard
[  1895.878] (II) event28 - SINO WEALTH USB KEYBOARD Consumer Control: device is a keyboard
[  1895.878] (II) config/udev: Adding input device SINO WEALTH USB KEYBOARD Keyboard (/dev/input/event29)
[  1895.878] (**) SINO WEALTH USB KEYBOARD Keyboard: Applying InputClass "libinput keyboard catchall"
[  1895.878] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD Keyboard'
[  1895.879] (II) systemd-logind: got fd for /dev/input/event29 13:93 fd 65 paused 0
[  1895.879] (**) SINO WEALTH USB KEYBOARD Keyboard: always reports core events
[  1895.879] (**) Option "Device" "/dev/input/event29"
[  1895.880] (II) event29 - SINO WEALTH USB KEYBOARD Keyboard: is tagged by udev as: Keyboard
[  1895.880] (II) event29 - SINO WEALTH USB KEYBOARD Keyboard: device is a keyboard
[  1895.880] (II) event29 - SINO WEALTH USB KEYBOARD Keyboard: device removed
[  1895.880] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.4/1-8.4.3/1-8.4.3:1.1/0003:258A:0005.0016/input/input41/event29"
[  1895.880] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD Keyboard" (type: KEYBOARD, id 24)
[  1895.881] (II) event29 - SINO WEALTH USB KEYBOARD Keyboard: is tagged by udev as: Keyboard
[  1895.881] (II) event29 - SINO WEALTH USB KEYBOARD Keyboard: device is a keyboard
[  1895.881] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[  1895.881] (II) No input driver specified, ignoring this device.
[  1895.881] (II) This device may have been added with another device file.
[  1895.881] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[  1895.881] (II) No input driver specified, ignoring this device.
[  1895.881] (II) This device may have been added with another device file.
[  1895.881] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[  1895.881] (II) No input driver specified, ignoring this device.
[  1895.881] (II) This device may have been added with another device file.
[  1895.882] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event19)
[  1895.882] (II) No input driver specified, ignoring this device.
[  1895.882] (II) This device may have been added with another device file.
[  1895.882] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[  1895.882] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1895.882] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  1895.882] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 66 paused 0
[  1895.882] (**) Asus WMI hotkeys: always reports core events
[  1895.882] (**) Option "Device" "/dev/input/event9"
[  1895.883] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  1895.883] (II) event9  - Asus WMI hotkeys: device is a keyboard
[  1895.883] (II) event9  - Asus WMI hotkeys: device removed
[  1895.883] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input9/event9"
[  1895.883] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 25)
[  1895.883] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[  1895.883] (II) event9  - Asus WMI hotkeys: device is a keyboard
[  1895.883] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event10)
[  1895.884] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1895.884] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  1895.884] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 67 paused 0
[  1895.884] (**) Eee PC WMI hotkeys: always reports core events
[  1895.884] (**) Option "Device" "/dev/input/event10"
[  1895.884] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1895.884] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[  1895.885] (II) event10 - Eee PC WMI hotkeys: device removed
[  1895.885] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input10/event10"
[  1895.885] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 26)
[  1895.885] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  1895.885] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[  1895.885] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  1895.885] (II) No input driver specified, ignoring this device.
[  1895.885] (II) This device may have been added with another device file.
[  1895.888] (**) CHICONY HP USB Backlit Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1895.888] (II) Using input driver 'libinput' for 'CHICONY HP USB Backlit Keyboard Consumer Control'
[  1895.888] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[  1895.888] (**) CHICONY HP USB Backlit Keyboard Consumer Control: always reports core events
[  1895.888] (**) Option "Device" "/dev/input/event4"
[  1895.888] (II) libinput: CHICONY HP USB Backlit Keyboard Consumer Control: is a virtual subdevice
[  1895.888] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:04F2:106A.0002/input/input4/event4"
[  1895.888] (II) XINPUT: Adding extended input device "CHICONY HP USB Backlit Keyboard Consumer Control" (type: KEYBOARD, id 27)
[  1895.888] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[  1895.888] (II) Using input driver 'libinput' for 'Logitech G403 Prodigy Gaming Mouse Keyboard'
[  1895.888] (II) systemd-logind: returning pre-existing fd for /dev/input/event12 13:76
[  1895.888] (**) Logitech G403 Prodigy Gaming Mouse Keyboard: always reports core events
[  1895.888] (**) Option "Device" "/dev/input/event12"
[  1895.888] (II) libinput: Logitech G403 Prodigy Gaming Mouse Keyboard: is a virtual subdevice
[  1895.888] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.2/1-7.2:1.1/0003:046D:C083.0005/input/input12/event12"
[  1895.888] (II) XINPUT: Adding extended input device "Logitech G403 Prodigy Gaming Mouse Keyboard" (type: KEYBOARD, id 28)
[  1895.888] (**) Logitech G305: Applying InputClass "libinput pointer catchall"
[  1895.888] (**) Logitech G305: Applying InputClass "libinput keyboard catchall"
[  1895.888] (II) Using input driver 'libinput' for 'Logitech G305'
[  1895.888] (II) systemd-logind: returning pre-existing fd for /dev/input/event22 13:86
[  1895.888] (**) Logitech G305: always reports core events
[  1895.888] (**) Option "Device" "/dev/input/event22"
[  1895.888] (II) libinput: Logitech G305: is a virtual subdevice
[  1895.888] (II) libinput: Logitech G305: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.888] (II) libinput: Logitech G305: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.889] (II) libinput: Logitech G305: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.889] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.3/1-7.3:1.2/0003:046D:C53F.0008/0003:046D:4074.000D/input/input34/event22"
[  1895.889] (II) XINPUT: Adding extended input device "Logitech G305" (type: KEYBOARD, id 29)
[  1895.889] (**) Logitech G604 : Applying InputClass "libinput pointer catchall"
[  1895.889] (**) Logitech G604 : Applying InputClass "libinput keyboard catchall"
[  1895.889] (II) Using input driver 'libinput' for 'Logitech G604 '
[  1895.889] (II) systemd-logind: returning pre-existing fd for /dev/input/event21 13:85
[  1895.889] (**) Logitech G604 : always reports core events
[  1895.889] (**) Option "Device" "/dev/input/event21"
[  1895.889] (II) libinput: Logitech G604 : is a virtual subdevice
[  1895.889] (II) libinput: Logitech G604 : Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.889] (II) libinput: Logitech G604 : Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.889] (II) libinput: Logitech G604 : Step value 0 was provided, libinput Fallback acceleration function is used.
[  1895.889] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.4/1-8.4.1/1-8.4.1:1.2/0003:046D:C539.000F/0003:046D:4085.0010/input/input33/event21"
[  1895.889] (II) XINPUT: Adding extended input device "Logitech G604 " (type: KEYBOARD, id 30)
[  1895.889] (**) SINO WEALTH USB KEYBOARD Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1895.889] (II) Using input driver 'libinput' for 'SINO WEALTH USB KEYBOARD Consumer Control'
[  1895.889] (II) systemd-logind: returning pre-existing fd for /dev/input/event28 13:92
[  1895.889] (**) SINO WEALTH USB KEYBOARD Consumer Control: always reports core events
[  1895.889] (**) Option "Device" "/dev/input/event28"
[  1895.889] (II) libinput: SINO WEALTH USB KEYBOARD Consumer Control: is a virtual subdevice
[  1895.889] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.4/1-8.4.3/1-8.4.3:1.1/0003:258A:0005.0016/input/input40/event28"
[  1895.889] (II) XINPUT: Adding extended input device "SINO WEALTH USB KEYBOARD Consumer Control" (type: KEYBOARD, id 31)
[  1896.431] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): connected
[  1896.431] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): Internal TMDS
[  1896.431] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): 42666.7 MHz maximum pixel clock
[  1896.431] (--) NVIDIA(GPU-0): 
[  1896.431] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): connected
[  1896.431] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): Internal DisplayPort
[  1896.431] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): 2670.0 MHz maximum pixel clock
[  1896.431] (--) NVIDIA(GPU-0): 
[  1896.436] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1896.436] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  1896.436] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  1896.436] (--) NVIDIA(GPU-0): 
[  1896.436] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1896.436] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1896.436] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1896.436] (--) NVIDIA(GPU-0): 
[  1896.436] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1896.436] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1896.436] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[  1896.436] (--) NVIDIA(GPU-0): 
[  1896.436] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  1896.436] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  1896.436] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  1896.436] (--) NVIDIA(GPU-0): 
[  1896.436] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): connected
[  1896.436] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): Internal DisplayPort
[  1896.436] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): 2670.0 MHz maximum pixel clock
[  1896.436] (--) NVIDIA(GPU-0): 
[  1896.443] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  1896.443] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  1896.443] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  1896.443] (--) NVIDIA(GPU-0): 
[  1896.487] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): connected
[  1896.487] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): Internal TMDS
[  1896.487] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): 42666.7 MHz maximum pixel clock
[  1896.487] (--) NVIDIA(GPU-0): 
[  1896.487] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): connected
[  1896.487] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): Internal DisplayPort
[  1896.487] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): 2670.0 MHz maximum pixel clock
[  1896.487] (--) NVIDIA(GPU-0): 
[  1896.491] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1896.491] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  1896.491] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  1896.491] (--) NVIDIA(GPU-0): 
[  1896.491] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1896.491] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1896.491] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1896.491] (--) NVIDIA(GPU-0): 
[  1896.491] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1896.491] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1896.491] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[  1896.491] (--) NVIDIA(GPU-0): 
[  1896.491] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  1896.491] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  1896.491] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  1896.491] (--) NVIDIA(GPU-0): 
[  1896.491] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): connected
[  1896.492] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): Internal DisplayPort
[  1896.492] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): 2670.0 MHz maximum pixel clock
[  1896.492] (--) NVIDIA(GPU-0): 
[  1896.499] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  1896.499] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  1896.499] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  1896.499] (--) NVIDIA(GPU-0): 
[  1896.533] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[  1896.781] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @3840x2160 +0+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-0: nvidia-auto-select @3840x2160 +0+0 {AllowGSYNCCompatible=On, ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-4: nvidia-auto-select @3840x2160 +7680+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
[  1896.961] (WW) NVIDIA(0): Failed to request fliplock.
[  1897.010] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @3840x2160 +0+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-0: nvidia-auto-select @3840x2160 +0+0 {AllowGSYNCCompatible=On, ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-4: nvidia-auto-select @3840x2160 +3840+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
[  1897.191] (WW) NVIDIA(0): Failed to request fliplock.
[  1897.241] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @3840x2160 +7680+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-0: nvidia-auto-select @3840x2160 +0+0 {AllowGSYNCCompatible=On, ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-4: nvidia-auto-select @3840x2160 +3840+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
[  1897.431] (WW) NVIDIA(0): Failed to request fliplock.
[  1897.664] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): connected
[  1897.664] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): Internal TMDS
[  1897.664] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): 42666.7 MHz maximum pixel clock
[  1897.664] (--) NVIDIA(GPU-0): 
[  1897.664] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): connected
[  1897.664] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): Internal DisplayPort
[  1897.664] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): 2670.0 MHz maximum pixel clock
[  1897.664] (--) NVIDIA(GPU-0): 
[  1897.669] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1897.669] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  1897.669] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  1897.669] (--) NVIDIA(GPU-0): 
[  1897.669] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1897.669] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1897.669] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1897.669] (--) NVIDIA(GPU-0): 
[  1897.669] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1897.669] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1897.669] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[  1897.669] (--) NVIDIA(GPU-0): 
[  1897.669] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  1897.669] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  1897.669] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  1897.669] (--) NVIDIA(GPU-0): 
[  1897.669] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): connected
[  1897.669] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): Internal DisplayPort
[  1897.669] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): 2670.0 MHz maximum pixel clock
[  1897.669] (--) NVIDIA(GPU-0): 
[  1897.676] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  1897.676] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  1897.676] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  1897.676] (--) NVIDIA(GPU-0): 
[  1897.720] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): connected
[  1897.720] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): Internal TMDS
[  1897.720] (--) NVIDIA(GPU-0): Microstep MSI G321CU (DFP-0): 42666.7 MHz maximum pixel clock
[  1897.720] (--) NVIDIA(GPU-0): 
[  1897.720] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): connected
[  1897.720] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): Internal DisplayPort
[  1897.720] (--) NVIDIA(GPU-0): GBT M32UC (DFP-1): 2670.0 MHz maximum pixel clock
[  1897.720] (--) NVIDIA(GPU-0): 
[  1897.724] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1897.725] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  1897.725] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  1897.725] (--) NVIDIA(GPU-0): 
[  1897.725] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1897.725] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1897.725] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1897.725] (--) NVIDIA(GPU-0): 
[  1897.725] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  1897.725] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  1897.725] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[  1897.725] (--) NVIDIA(GPU-0): 
[  1897.725] (--) NVIDIA(GPU-0): DFP-5: disconnected
[  1897.725] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[  1897.725] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[  1897.725] (--) NVIDIA(GPU-0): 
[  1897.725] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): connected
[  1897.725] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): Internal DisplayPort
[  1897.725] (--) NVIDIA(GPU-0): DELL U3219Q (DFP-6): 2670.0 MHz maximum pixel clock
[  1897.725] (--) NVIDIA(GPU-0): 
[  1897.731] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  1897.731] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[  1897.731] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[  1897.731] (--) NVIDIA(GPU-0): 
[  1897.765] (--) modeset(G0): HDMI max TMDS frequency 300000KHz
[  2797.203] (**) Option "fd" "45"
[  2797.203] (II) event2  - Power Button: device removed
[  2797.203] (**) Option "fd" "48"
[  2797.203] (II) event7  - Video Bus: device removed
[  2797.203] (**) Option "fd" "49"
[  2797.203] (II) event1  - Power Button: device removed
[  2797.203] (**) Option "fd" "50"
[  2797.203] (II) event0  - Sleep Button: device removed
[  2797.203] (**) Option "fd" "51"
[  2797.203] (II) event3  - CHICONY HP USB Backlit Keyboard: device removed
[  2797.203] (**) Option "fd" "52"
[  2797.203] (**) Option "fd" "53"
[  2797.203] (II) event5  - CHICONY HP USB Backlit Keyboard System Control: device removed
[  2797.203] (**) Option "fd" "54"
[  2797.203] (II) event6  - CHICONY HP USB Backlit Keyboard: device removed
[  2797.203] (**) Option "fd" "55"
[  2797.203] (II) event11 - Logitech G403 Prodigy Gaming Mouse: device removed
[  2797.203] (**) Option "fd" "56"
[  2797.203] (**) Option "fd" "57"
[  2797.203] (**) Option "fd" "58"
[  2797.203] (**) Option "fd" "59"
[  2797.203] (II) event23 - Philips Speech Processing SpeechMike III: device removed
[  2797.203] (**) Option "fd" "60"
[  2797.203] (II) event24 - Philips Speech Processing SpeechMike III: device removed
[  2797.203] (**) Option "fd" "61"
[  2797.203] (II) event25 - Philips Speech Processing SpeechMike III: device removed
[  2797.203] (**) Option "fd" "62"
[  2797.203] (II) event26 - SINO WEALTH USB KEYBOARD: device removed
[  2797.203] (**) Option "fd" "63"
[  2797.203] (II) event27 - SINO WEALTH USB KEYBOARD System Control: device removed
[  2797.203] (**) Option "fd" "64"
[  2797.203] (**) Option "fd" "65"
[  2797.203] (II) event29 - SINO WEALTH USB KEYBOARD Keyboard: device removed
[  2797.203] (**) Option "fd" "66"
[  2797.203] (II) event9  - Asus WMI hotkeys: device removed
[  2797.203] (**) Option "fd" "67"
[  2797.203] (II) event10 - Eee PC WMI hotkeys: device removed
[  2797.203] (**) Option "fd" "52"
[  2797.203] (II) event4  - CHICONY HP USB Backlit Keyboard Consumer Control: device removed
[  2797.203] (**) Option "fd" "56"
[  2797.203] (II) event12 - Logitech G403 Prodigy Gaming Mouse Keyboard: device removed
[  2797.203] (**) Option "fd" "57"
[  2797.203] (II) event22 - Logitech G305: device removed
[  2797.203] (**) Option "fd" "58"
[  2797.203] (II) event21 - Logitech G604 : device removed
[  2797.203] (**) Option "fd" "64"
[  2797.203] (II) event28 - SINO WEALTH USB KEYBOARD Consumer Control: device removed
[  2797.247] (II) UnloadModule: "libinput"
[  2797.247] (II) systemd-logind: not releasing fd for 13:92, still in use
[  2797.247] (II) UnloadModule: "libinput"
[  2797.247] (II) systemd-logind: not releasing fd for 13:85, still in use
[  2797.247] (II) UnloadModule: "libinput"
[  2797.247] (II) systemd-logind: not releasing fd for 13:86, still in use
[  2797.247] (II) UnloadModule: "libinput"
[  2797.247] (II) systemd-logind: not releasing fd for 13:76, still in use
[  2797.248] (II) UnloadModule: "libinput"
[  2797.248] (II) systemd-logind: not releasing fd for 13:68, still in use
[  2797.248] (II) UnloadModule: "libinput"
[  2797.248] (II) systemd-logind: releasing fd for 13:74
[  2797.248] (II) UnloadModule: "libinput"
[  2797.248] (II) systemd-logind: releasing fd for 13:73
[  2797.249] (II) UnloadModule: "libinput"
[  2797.249] (II) systemd-logind: releasing fd for 13:93
[  2797.249] (II) UnloadModule: "libinput"
[  2797.250] (II) systemd-logind: releasing fd for 13:92
[  2797.250] (II) UnloadModule: "libinput"
[  2797.250] (II) systemd-logind: releasing fd for 13:91
[  2797.251] (II) UnloadModule: "libinput"
[  2797.251] (II) systemd-logind: releasing fd for 13:90
[  2797.252] (II) UnloadModule: "libinput"
[  2797.252] (II) systemd-logind: releasing fd for 13:89
[  2797.253] (II) UnloadModule: "libinput"
[  2797.253] (II) systemd-logind: releasing fd for 13:88
[  2797.254] (II) UnloadModule: "libinput"
[  2797.254] (II) systemd-logind: releasing fd for 13:87
[  2797.255] (II) UnloadModule: "libinput"
[  2797.255] (II) systemd-logind: releasing fd for 13:85
[  2797.256] (II) UnloadModule: "libinput"
[  2797.256] (II) systemd-logind: releasing fd for 13:86
[  2797.257] (II) UnloadModule: "libinput"
[  2797.257] (II) systemd-logind: releasing fd for 13:76
[  2797.258] (II) UnloadModule: "libinput"
[  2797.258] (II) systemd-logind: releasing fd for 13:75
[  2797.259] (II) UnloadModule: "libinput"
[  2797.259] (II) systemd-logind: releasing fd for 13:70
[  2797.260] (II) UnloadModule: "libinput"
[  2797.260] (II) systemd-logind: releasing fd for 13:69
[  2797.261] (II) UnloadModule: "libinput"
[  2797.261] (II) systemd-logind: releasing fd for 13:68
[  2797.262] (II) UnloadModule: "libinput"
[  2797.262] (II) systemd-logind: releasing fd for 13:67
[  2797.263] (II) UnloadModule: "libinput"
[  2797.263] (II) systemd-logind: releasing fd for 13:64
[  2797.264] (II) UnloadModule: "libinput"
[  2797.264] (II) systemd-logind: releasing fd for 13:65
[  2797.265] (II) UnloadModule: "libinput"
[  2797.265] (II) systemd-logind: releasing fd for 13:71
[  2797.268] (II) UnloadModule: "libinput"
[  2797.268] (II) systemd-logind: releasing fd for 13:66
[  2797.520] (II) NVIDIA(GPU-0): Deleting GPU-0
[  2797.529] (II) Server terminated successfully (0). Closing log file.

Offline

#14 2024-05-28 17:01:55

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,862

Re: Wayland with dual GPU uses the wrong monitor for rendering

Nvidia is clearly not rendering. The rendering is slow

Injection is still not bijection and optimus isn't limited to any hardware class.

On wayland all the monitors render with intel/mesa, which is not what I want.

To be clear: you've outputs attached to the nvidia GPU and you can see something on them in gnome/wayland?
Ifff you're rendering the source on the IGP and display it on the GPU the framebuffer is somehow offloaded. You got prime.
For reverse prime, see https://gitlab.gnome.org/GNOME/mutter/- … uests/1562

Otherwise we'll need to start to see some data from the system to get this ahead.
Edit: yeah, X11 is in a normal reverse-prime setup. See the link to get that on gnome/wayland.

Last edited by seth (2024-05-28 17:04:05)

Offline

#15 2024-05-28 19:33:11

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

I created a udev rule to make the nvidia card as primary.

ENV{DEVNAME}=="/dev/dri/card1", TAG+="nvidia-device-preferred-primary"

now prime-run showing nvidia as the renderer, but glxinfo still states that the rendered is mesa/intel.

> prime-run glxinfo | grep "OpenGL renderer"
OpenGL renderer string: NVIDIA GeForce RTX 4070 Ti/PCIe/SSE2

> glxinfo | grep "OpenGL renderer"
OpenGL renderer string: Mesa Intel(R) Graphics (RPL-S)

also nvidia-sttings gui. does not list the monitors as it does when nvidia is the primary gpu.

lastly I cannot connect a 5th monitor. When I do that the display is incorrect and overlapping and cannot use a mouse.

Given the findings above, it is clear that I am using only one GPU. I need to be able to use 2 GPUS with 5 monitors.
It is not clear which GPU is actually rendering. I think it is mesa/intel, Because of the nvidia-settings gui.

Also rendering with 4 4k monitors is sluggish, which is also indicative of mesa as the renderer

Last edited by odror (2024-05-28 19:43:01)

Offline

#16 2024-05-28 20:54:28

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,862

Re: Wayland with dual GPU uses the wrong monitor for rendering

"mutter-device-preferred-primary" not "nvidia-device-preferred-primary" and prime-run will have worked before (because that udev rule is inert and the system capable of prime offloading as shown in your xorg log)

When I do that the display is incorrect and overlapping and cannot use a mouse … Given the findings above, it is clear that I am using only one GPU.

Then prime-run would not work and also that would not have any impact on the output count but you'd not get any output on any monitor attached to one of the cards.

You're however *rendering* on on card - no matter what - and the IGP might be insufficient to render the desired output size.

Offline

#17 2024-05-28 23:32:46

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

ok I fixed it. I change the udev line to ""mutter-device-preferred-primary"  I rebooted the computer.

on the gdm screen after reboot I lost the Wayland menu choices. Then restarted gdm again. I got wayland on the menu. I was not able to login after each login the gdm screen returned. It also happen on a vanilla user with no extensions.

Then I switched to console (tty4, Ctrl+Alt+F4) and swiched back to  gdm (Alt+F1). This time I got Gdm on the 3 monitors connected to the nvidia card. The 2 monitors that are connected to the iGpu  stayed in cosole mode. I was able to login now, but I got gnome-shell only on the monitors connected to Nvidia. The other 2 stayed in console mode.

I am getting these messages multiple times in journalctl. card0 is the iGPU.

May 28 16:04:59 i9-13900k-arch gnome-shell[6561]: Failed to allocate onscreen framebuffer for /dev/dri/card0: Failed to allocate surface: Function not implemented
May 28 16:14:35 i9-13900k-arch gnome-shell[6561]: update_sprite_in_impl: assertion 'crtc_state_impl' failed
May 28 16:11:42 i9-13900k-arch gnome-shell[6561]: (../mutter/clutter/clutter/clutter-frame-clock.c:414):clutter_frame_clock_notify_presented: code should not be reached

In addition to all of that the cursor in gnome-shell appears to be unstable.

Offline

#18 2024-05-29 06:15:49

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,862

Re: Wayland with dual GPU uses the wrong monitor for rendering

https://wiki.archlinux.org/title/GDM#Wa … DIA_driver
Make sure to have parameter and the services active and also mask the udev rule.

Offline

#19 2024-05-29 19:26:41

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

seth wrote:

https://wiki.archlinux.org/title/GDM#Wa … DIA_driver
Make sure to have parameter and the services active and also mask the udev rule.

Yes it is verified.

I cannot login to a Wayland session (bounce back to GDM after login)  or I cannot render with the nvidia card  in wayland.

Offline

#20 2024-05-29 20:42:31

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,862

Re: Wayland with dual GPU uses the wrong monitor for rendering

Did you mask the udev rule?
Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

after failign to log into a wayland session.

Offline

#21 2024-05-29 20:49:39

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

seth wrote:

Did you mask the udev rule?

Yes

The journalctl -b file is available at http://0x0.st/XN_1.txt

Offline

#22 2024-05-29 20:59:50

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,862

Re: Wayland with dual GPU uses the wrong monitor for rendering

May 29 12:17:25 i9-13900k-arch systemd-logind[2537]: New session 1 of user gdm.
May 29 12:17:26 i9-13900k-arch gnome-session[2847]: gnome-session-binary[2847]: WARNING: Application 'org.gnome.Shell.desktop' killed by signal 9
May 29 12:17:26 i9-13900k-arch gnome-session-binary[2847]: WARNING: Application 'org.gnome.Shell.desktop' killed by signal 9
May 29 12:17:26 i9-13900k-arch systemd-logind[2537]: New session 3 of user gdm.
 …
May 29 12:27:42 i9-13900k-arch systemd-logind[2537]: New session 12 of user dror.
May 29 12:27:43 i9-13900k-arch kernel: rfkill: input handler enabled
May 29 12:27:44 i9-13900k-arch systemd[3916]: org.gnome.Shell@wayland.service: Main process exited, code=killed, status=9/KILL
…
May 29 12:28:16 i9-13900k-arch systemd-logind[2537]: New session 14 of user gdm.
May 29 12:28:17 i9-13900k-arch gnome-session[9139]: gnome-session-binary[9139]: WARNING: Application 'org.gnome.Shell.desktop' killed by signal 9
…

https://bbs.archlinux.org/viewtopic.php … 7#p2125497
https://bbs.archlinux.org/viewtopic.php … 2#p2127922

Offline

#23 2024-05-29 21:57:51

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

Ok there is some improvements

after placing "MUTTER_DEBUG_KMS_THREAD_TYPE=user" in /etc/environment I am able to login to wayland without bounce back to GDM

When having the following udev rule

ENV{DEVNAME}=="/dev/dri/card1", TAG+="mutter-device-preferred-primary"

Nvidia is rendering, but the monitors that are attached to the iGPU are blank. Basically wayland ignores card0 (intel)

if I remove the udev rule and add the following to /etc/environment variables.

GBM_BACKEND=nvidia-drm
__GLX_VENDOR_LIBRARY_NAME=nvidia
WLR_RENDERER=vulkan

I can login to an "nvidia" session. glsxinfo also indicate that nvidia is rendering, but it does not feel like it. The rendering is sluggish, nvidia-settings does not show the monitors and I cannot have 5 monitors. It feels like a mesa rendering.

Offline

#24 2024-05-30 07:25:11

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,862

Re: Wayland with dual GPU uses the wrong monitor for rendering

Gnome/wayland cannot reverse prime for now: https://gitlab.gnome.org/GNOME/mutter/-/issues/2295

Offline

#25 2024-05-30 14:08:25

odror
Member
Registered: 2015-03-17
Posts: 157

Re: Wayland with dual GPU uses the wrong monitor for rendering

Please correct me if I am wrong. Reverse prime is when A secondary GPU render for itself and for the primary iGPU. I want each GPU to render the monitors that are attached to it. For example if I have NVDIA and AMD GPU under  X11 or MS windows.  Each GPU renders the monitors that are connected to it. So how can I make wayland/gnome do that.

Offline

Board footer

Powered by FluxBB