You are not logged in.

#1 2023-12-17 18:43:00

catfan
Member
Registered: 2023-12-17
Posts: 7

[SOLVED]unable to connect DP and HDMI monitor simultaneously

I tried to connect a HDMI and DP monitors to NVIDIA GeForce RTX 3060 at once, but when I turn the HDMI one on, the DP loses connection and just displays 'No Signal' and won't be detected in the settings. When I reboot, both show the usual text and log-in screen, but as soon as KDE starts up it will switch to only HDMI.
All my drivers are up to date, haven't experienced the problem on this system before, doesn't work if I switch ports.

HDMI: Artist 12 Pro
DP: Acer Nitro VG0

went thru all the steps again, it worked now thanks

Last edited by catfan (2023-12-18 17:32:48)

Offline

#2 2023-12-17 21:50:44

seth
Member
Registered: 2012-09-03
Posts: 52,396

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

When I reboot, both show the usual text and log-in screen, but as soon as KDE starts up it will switch to only HDMI.

KDE on X11 or on wayland?
For wayland, please try X11.
For X11, post the output of "xrandr -q".

Also see https://wiki.archlinux.org/title/KDE#Do … en_opening

Offline

#3 2023-12-18 13:10:16

catfan
Member
Registered: 2023-12-17
Posts: 7

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

seth wrote:

When I reboot, both show the usual text and log-in screen, but as soon as KDE starts up it will switch to only HDMI.

For X11, post the output of "xrandr -q".

Screen 0: minimum 8 x 8, current 1024 x 768, maximum 32767 x 32767
HDMI-0 connected (normal left inverted right x axis y axis)
   1920x1080     60.00 +
   1680x1050     61.00  
   1440x900      59.89  
   1360x765      60.00  
   1280x1024     60.02  
   1280x720      60.00  
   1152x648      60.00  
   1024x768      60.00  
   800x600       60.32  
   640x480       59.94  
DP-0 connected (normal left inverted right x axis y axis)
   1920x1080     60.00 + 165.00   143.98   119.98    84.90    59.94    50.00  
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
None-2-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00*+
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-1 disconnected (normal left inverted right x axis y axis)

Last edited by catfan (2023-12-18 13:22:20)

Offline

#4 2023-12-18 13:14:35

seth
Member
Registered: 2012-09-03
Posts: 52,396

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

Please use [code][/code] tags. Edit your post in this regard.
Also please don't fully quote posts, you're just bloating the thread.

Both outputs are there, just not enabled.

xrandr --output HDMI-0 --auto
xrandr --output DP-0 --auto

But

None-2-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm

looks like some bothed prime setup.
Please also post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#5 2023-12-18 13:58:11

catfan
Member
Registered: 2023-12-17
Posts: 7

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

seth wrote:

Please also post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

 grep -e Log -e HDMI -e DP /var/log/Xorg.0.log
[     8.383] (--) Log file renamed from "/var/log/Xorg.pid-717.log" to "/var/log/Xorg.0.log"
[     8.384] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 18 14:00:49 2023
[     9.641] (--) NVIDIA(0): DPI set to (90, 91); computed from "UseEdidDpi" X config
[     9.799] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     9.799] (II) modeset(G0): Output DP-1-1 has no monitor section
[     9.800] (II) modeset(G0): EDID for output HDMI-1-1
[     9.800] (II) modeset(G0): EDID for output DP-1-1
[     9.800] (==) modeset(G0): DPI set to (96, 96)
[     9.814] (==) modeset(G1): DPI set to (96, 96)
[     9.914] (==) NVIDIA(0): DPMS enabled
[     9.914] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     9.958] (==) modeset(G0): DPMS enabled
[     9.958] (II) modeset(G0): [DRI2]   VDPAU driver: radeonsi
[     9.958] (==) modeset(G1): DPMS enabled
[     9.959] (II) Initializing extension DPMS
[    10.168] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    10.168] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    10.169] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    10.169] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    10.265] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event10)
[    19.799] (II) NVIDIA(0): Setting mode "DP-0: 1024x768 @1024x768 +0+0 {ViewPortIn=1024x768, ViewPortOut=1024x768+0+0}"
[    37.125] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_165 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    95.063] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_165 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   126.745] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   155.229] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   159.783] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   295.770] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   310.742] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   524.911] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   703.450] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+768 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   736.164] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_165 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   751.680] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_165 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[  1478.936] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[  1509.164] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[  2361.913] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[  2408.798] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"

Offline

#6 2023-12-18 14:05:35

seth
Member
Registered: 2012-09-03
Posts: 52,396

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

Not "grep", the log.
Looks bad enough already though…

Offline

#7 2023-12-18 14:35:54

catfan
Member
Registered: 2023-12-17
Posts: 7

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

Should I upload the whole Xorg.0.log file, or is there a specific section I should look for?
I'm a bit dumb still, thanks for your patience.

Offline

#8 2023-12-18 14:37:27

seth
Member
Registered: 2012-09-03
Posts: 52,396

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

You can either read the log and fix your config or paste it for review.
But we need to see the whole thing just to even know what you did (wrong) there.

Offline

#9 2023-12-18 14:38:38

catfan
Member
Registered: 2023-12-17
Posts: 7

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

 [     8.383] (--) Log file renamed from "/var/log/Xorg.pid-717.log" to "/var/log/Xorg.0.log"
[     8.384] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[     8.384] Current Operating System: Linux archlinux 6.6.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 Dec 2023 03:45:42 +0000 x86_64
[     8.384] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img root=PARTUUID=bc3ea492-9757-44f1-8b51-a01bd91795e2 zswap.enabled=0 rw rootfstype=ext4
[     8.384]  
[     8.384] Current version of pixman: 0.42.2
[     8.384] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     8.384] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.384] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 18 14:00:49 2023
[     8.385] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     8.385] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.385] (==) No Layout section.  Using the first Screen section.
[     8.385] (==) No screen section available. Using defaults.
[     8.385] (**) |-->Screen "Default Screen Section" (0)
[     8.385] (**) |   |-->Monitor "<default monitor>"
[     8.386] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     8.386] (==) Automatically adding devices
[     8.386] (==) Automatically enabling devices
[     8.386] (==) Automatically adding GPU devices
[     8.386] (==) Automatically binding GPU devices
[     8.386] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     8.386] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     8.386] 	Entry deleted from font path.
[     8.386] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[     8.386] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     8.386] 	Entry deleted from font path.
[     8.386] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     8.387] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[     8.387] 	Entry deleted from font path.
[     8.387] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[     8.387] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     8.387] 	Entry deleted from font path.
[     8.387] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     8.387] 	Entry deleted from font path.
[     8.387] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     8.387] 	Entry deleted from font path.
[     8.387] (==) FontPath set to:
	
[     8.387] (==) ModulePath set to "/usr/lib/xorg/modules"
[     8.387] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.387] (II) Module ABI versions:
[     8.387] 	X.Org ANSI C Emulation: 0.4
[     8.387] 	X.Org Video Driver: 25.2
[     8.387] 	X.Org XInput driver : 24.4
[     8.387] 	X.Org Server Extension : 10.0
[     8.387] (++) using VT number 2

[     8.387] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     8.388] (II) xfree86: Adding drm device (/dev/dri/card2)
[     8.388] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card2
[     8.388] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.388] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.0/drm/card1
[     8.388] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.388] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[     8.391] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     8.393] (--) PCI:*(1@0:0:0) 10de:2489:103c:88d4 rev 161, Mem @ 0xfb000000/16777216, 0x7c00000000/8589934592, 0x7e00000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[     8.393] (--) PCI: (13@0:0:0) 1002:1638:103c:89d8 rev 200, Mem @ 0x7e10000000/268435456, 0x7e20000000/2097152, 0xfc500000/524288, I/O @ 0x0000e000/256
[     8.393] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     8.393] (II) LoadModule: "glx"
[     8.394] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     8.397] (II) Module glx: vendor="X.Org Foundation"
[     8.397] 	compiled for 1.21.1.10, module version = 1.0.0
[     8.397] 	ABI class: X.Org Server Extension, version 10.0
[     8.397] (II) Applying OutputClass "nvidia" to /dev/dri/card2
[     8.397] 	loading driver: nvidia
[     8.397] (==) Matched nvidia as autoconfigured driver 0
[     8.397] (==) Matched nouveau as autoconfigured driver 1
[     8.397] (==) Matched nv as autoconfigured driver 2
[     8.397] (==) Matched ati as autoconfigured driver 3
[     8.398] (==) Matched modesetting as autoconfigured driver 4
[     8.398] (==) Matched fbdev as autoconfigured driver 5
[     8.398] (==) Matched vesa as autoconfigured driver 6
[     8.398] (==) Assigned the driver to the xf86ConfigLayout
[     8.398] (II) LoadModule: "nvidia"
[     8.398] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     8.401] (II) Module nvidia: vendor="NVIDIA Corporation"
[     8.401] 	compiled for 1.6.99.901, module version = 1.0.0
[     8.401] 	Module class: X.Org Video Driver
[     8.401] (II) LoadModule: "nouveau"
[     8.401] (WW) Warning, couldn't open module nouveau
[     8.401] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     8.401] (II) LoadModule: "nv"
[     8.401] (WW) Warning, couldn't open module nv
[     8.401] (EE) Failed to load module "nv" (module does not exist, 0)
[     8.401] (II) LoadModule: "ati"
[     8.401] (WW) Warning, couldn't open module ati
[     8.401] (EE) Failed to load module "ati" (module does not exist, 0)
[     8.401] (II) LoadModule: "modesetting"
[     8.401] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     8.403] (II) Module modesetting: vendor="X.Org Foundation"
[     8.403] 	compiled for 1.21.1.10, module version = 1.21.1
[     8.403] 	Module class: X.Org Video Driver
[     8.403] 	ABI class: X.Org Video Driver, version 25.2
[     8.403] (II) LoadModule: "fbdev"
[     8.403] (WW) Warning, couldn't open module fbdev
[     8.403] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     8.403] (II) LoadModule: "vesa"
[     8.403] (WW) Warning, couldn't open module vesa
[     8.403] (EE) Failed to load module "vesa" (module does not exist, 0)
[     8.403] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[     8.403] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     8.404] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     8.405] (II) Loading sub module "fb"
[     8.405] (II) LoadModule: "fb"
[     8.405] (II) Module "fb" already built-in
[     8.405] (II) Loading sub module "wfb"
[     8.405] (II) LoadModule: "wfb"
[     8.405] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     8.405] (II) Module wfb: vendor="X.Org Foundation"
[     8.405] 	compiled for 1.21.1.10, module version = 1.0.0
[     8.405] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     8.406] (WW) Falling back to old probe method for modesetting
[     8.407] (II) modeset(G0): using drv /dev/dri/card1
[     8.407] (II) modeset(G1): using drv /dev/dri/card0
[     8.407] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     8.407] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     8.407] (==) NVIDIA(0): RGB weight 888
[     8.407] (==) NVIDIA(0): Default visual is TrueColor
[     8.407] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     8.407] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[     8.407] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     8.407] (**) NVIDIA(0): Enabling 2D acceleration
[     8.407] (II) Loading sub module "glxserver_nvidia"
[     8.407] (II) LoadModule: "glxserver_nvidia"
[     8.407] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     8.459] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     8.459] 	compiled for 1.6.99.901, module version = 1.0.0
[     8.459] 	Module class: X.Org Server Extension
[     8.459] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[     8.460] (II) NVIDIA: The X server supports PRIME Render Offload.
[     9.534] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     9.534] (--) NVIDIA(0):     DFP-0
[     9.534] (--) NVIDIA(0):     DFP-1 (boot)
[     9.534] (--) NVIDIA(0):     DFP-2
[     9.534] (--) NVIDIA(0):     DFP-3
[     9.534] (--) NVIDIA(0):     DFP-4
[     9.534] (--) NVIDIA(0):     DFP-5
[     9.534] (--) NVIDIA(0):     DFP-6
[     9.534] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 Ti (GA104-A) at PCI:1:0:0
[     9.534] (II) NVIDIA(0):     (GPU-0)
[     9.534] (--) NVIDIA(0): Memory: 8388608 kBytes
[     9.534] (--) NVIDIA(0): VideoBIOS: 94.04.6b.00.f5
[     9.534] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     9.534] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     9.534] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     9.535] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     9.535] (--) NVIDIA(GPU-0): 
[     9.535] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[     9.535] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[     9.535] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[     9.535] (--) NVIDIA(GPU-0): 
[     9.537] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     9.537] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     9.537] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     9.537] (--) NVIDIA(GPU-0): 
[     9.537] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     9.537] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[     9.537] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[     9.537] (--) NVIDIA(GPU-0): 
[     9.537] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     9.537] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     9.537] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[     9.537] (--) NVIDIA(GPU-0): 
[     9.537] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     9.537] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[     9.537] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[     9.537] (--) NVIDIA(GPU-0): 
[     9.537] (--) NVIDIA(GPU-0): DFP-6: disconnected
[     9.537] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[     9.537] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[     9.537] (--) NVIDIA(GPU-0): 
[     9.592] (==) NVIDIA(0): 
[     9.592] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     9.592] (==) NVIDIA(0):     will be used as the requested mode.
[     9.592] (==) NVIDIA(0): 
[     9.592] (II) NVIDIA(0): Validated MetaModes:
[     9.592] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[     9.592] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     9.641] (--) NVIDIA(0): DPI set to (90, 91); computed from "UseEdidDpi" X config
[     9.641] (--) NVIDIA(0):     option
[     9.641] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     9.641] (==) modeset(G0): RGB weight 888
[     9.641] (==) modeset(G0): Default visual is TrueColor
[     9.641] (II) Loading sub module "glamoregl"
[     9.641] (II) LoadModule: "glamoregl"
[     9.641] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.646] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.646] 	compiled for 1.21.1.10, module version = 1.0.1
[     9.646] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.799] (II) modeset(G0): glamor X acceleration enabled on AMD Radeon Graphics (renoir, LLVM 16.0.6, DRM 3.54, 6.6.7-arch1-1)
[     9.799] (II) modeset(G0): glamor initialized
[     9.799] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     9.799] (II) modeset(G0): Output DP-1-1 has no monitor section
[     9.800] (II) modeset(G0): EDID for output HDMI-1-1
[     9.800] (II) modeset(G0): EDID for output DP-1-1
[     9.800] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     9.800] (==) modeset(G0): DPI set to (96, 96)
[     9.800] (II) Loading sub module "fb"
[     9.800] (II) LoadModule: "fb"
[     9.800] (II) Module "fb" already built-in
[     9.800] (==) modeset(G1): Depth 24, (==) framebuffer bpp 32
[     9.800] (==) modeset(G1): RGB weight 888
[     9.800] (==) modeset(G1): Default visual is TrueColor
[     9.800] (II) Loading sub module "glamoregl"
[     9.800] (II) LoadModule: "glamoregl"
[     9.800] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.800] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.800] 	compiled for 1.21.1.10, module version = 1.0.1
[     9.800] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.812] (II) modeset(G1): Refusing to try glamor on llvmpipe
[     9.814] (II) modeset(G1): glamor initialization failed
[     9.814] (II) modeset(G1): ShadowFB: preferred NO, enabled NO
[     9.814] (II) modeset(G1): Output None-2-1 has no monitor section
[     9.814] (II) modeset(G1): EDID for output None-2-1
[     9.814] (II) modeset(G1): Printing probed modes for output None-2-1
[     9.814] (II) modeset(G1): Modeline "1024x768"x60.0   47.19  1024 1024 1024 1024  768 768 768 768 (46.1 kHz eP)
[     9.814] (==) modeset(G1): Using gamma correction (1.0, 1.0, 1.0)
[     9.814] (==) modeset(G1): DPI set to (96, 96)
[     9.814] (II) Loading sub module "fb"
[     9.814] (II) LoadModule: "fb"
[     9.814] (II) Module "fb" already built-in
[     9.815] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     9.815] (II) NVIDIA:     access.
[     9.816] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     9.816] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     9.816] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     9.816] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     9.816] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     9.816] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     9.816] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     9.816] (II) NVIDIA(0):     Config Options in the README.
[     9.830] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[     9.914] (==) NVIDIA(0): Disabling shared memory pixmaps
[     9.914] (==) NVIDIA(0): Backing store enabled
[     9.914] (==) NVIDIA(0): Silken mouse enabled
[     9.914] (==) NVIDIA(0): DPMS enabled
[     9.914] (II) Loading sub module "dri2"
[     9.914] (II) LoadModule: "dri2"
[     9.914] (II) Module "dri2" already built-in
[     9.914] (II) NVIDIA(0): [DRI2] Setup complete
[     9.914] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     9.958] (==) modeset(G0): Backing store enabled
[     9.958] (==) modeset(G0): Silken mouse enabled
[     9.958] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     9.958] (==) modeset(G0): DPMS enabled
[     9.958] (II) modeset(G0): [DRI2] Setup complete
[     9.958] (II) modeset(G0): [DRI2]   DRI driver: radeonsi
[     9.958] (II) modeset(G0): [DRI2]   VDPAU driver: radeonsi
[     9.958] (==) modeset(G1): Backing store enabled
[     9.958] (==) modeset(G1): Silken mouse enabled
[     9.958] (II) modeset(G1): Initializing kms color map for depth 24, 8 bpc.
[     9.958] (==) modeset(G1): DPMS enabled
[     9.958] (II) Initializing extension Generic Event Extension
[     9.958] (II) Initializing extension SHAPE
[     9.958] (II) Initializing extension MIT-SHM
[     9.958] (II) Initializing extension XInputExtension
[     9.958] (II) Initializing extension XTEST
[     9.958] (II) Initializing extension BIG-REQUESTS
[     9.959] (II) Initializing extension SYNC
[     9.959] (II) Initializing extension XKEYBOARD
[     9.959] (II) Initializing extension XC-MISC
[     9.959] (II) Initializing extension SECURITY
[     9.959] (II) Initializing extension XFIXES
[     9.959] (II) Initializing extension RENDER
[     9.959] (II) Initializing extension RANDR
[     9.959] (II) Initializing extension COMPOSITE
[     9.959] (II) Initializing extension DAMAGE
[     9.959] (II) Initializing extension MIT-SCREEN-SAVER
[     9.959] (II) Initializing extension DOUBLE-BUFFER
[     9.959] (II) Initializing extension RECORD
[     9.959] (II) Initializing extension DPMS
[     9.959] (II) Initializing extension Present
[     9.959] (II) Initializing extension DRI3
[     9.959] (II) Initializing extension X-Resource
[     9.959] (II) Initializing extension XVideo
[     9.959] (II) Initializing extension XVideo-MotionCompensation
[     9.959] (II) Initializing extension GLX
[     9.960] (II) Initializing extension GLX
[     9.960] (II) Indirect GLX disabled.
[     9.960] (II) GLX: Another vendor is already registered for screen 0
[     9.960] (II) Initializing extension XFree86-VidModeExtension
[     9.960] (II) Initializing extension XFree86-DGA
[     9.960] (II) Initializing extension XFree86-DRI
[     9.960] (II) Initializing extension DRI2
[     9.960] (II) Initializing extension NV-GLX
[     9.960] (II) Initializing extension NV-CONTROL
[     9.960] (II) Initializing extension XINERAMA
[     9.960] (II) modeset(G0): Damage tracking initialized
[     9.962] (II) modeset(G1): Damage tracking initialized
[    10.013] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    10.014] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.014] (**) Power Button: Applying InputClass "system-keyboard"
[    10.014] (II) LoadModule: "libinput"
[    10.014] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    10.016] (II) Module libinput: vendor="X.Org Foundation"
[    10.016] 	compiled for 1.21.1.8, module version = 1.4.0
[    10.016] 	Module class: X.Org XInput Driver
[    10.016] 	ABI class: X.Org XInput driver, version 24.4
[    10.016] (II) Using input driver 'libinput' for 'Power Button'
[    10.016] (**) Power Button: always reports core events
[    10.016] (**) Option "Device" "/dev/input/event1"
[    10.019] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    10.019] (II) event1  - Power Button: device is a keyboard
[    10.019] (II) event1  - Power Button: device removed
[    10.047] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    10.047] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    10.047] (**) Option "xkb_model" "pc105"
[    10.047] (**) Option "xkb_layout" "si"
[    10.047] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.059] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    10.059] (II) event1  - Power Button: device is a keyboard
[    10.060] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    10.060] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.060] (**) Video Bus: Applying InputClass "system-keyboard"
[    10.060] (II) Using input driver 'libinput' for 'Video Bus'
[    10.060] (**) Video Bus: always reports core events
[    10.060] (**) Option "Device" "/dev/input/event3"
[    10.061] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    10.061] (II) event3  - Video Bus: device is a keyboard
[    10.061] (II) event3  - Video Bus: device removed
[    10.117] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3/event3"
[    10.117] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    10.117] (**) Option "xkb_model" "pc105"
[    10.117] (**) Option "xkb_layout" "si"
[    10.117] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.118] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    10.118] (II) event3  - Video Bus: device is a keyboard
[    10.118] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    10.118] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.118] (**) Video Bus: Applying InputClass "system-keyboard"
[    10.118] (II) Using input driver 'libinput' for 'Video Bus'
[    10.118] (**) Video Bus: always reports core events
[    10.118] (**) Option "Device" "/dev/input/event4"
[    10.119] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    10.119] (II) event4  - Video Bus: device is a keyboard
[    10.119] (II) event4  - Video Bus: device removed
[    10.150] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/LNXVIDEO:01/input/input4/event4"
[    10.150] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    10.150] (**) Option "xkb_model" "pc105"
[    10.150] (**) Option "xkb_layout" "si"
[    10.150] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.151] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    10.151] (II) event4  - Video Bus: device is a keyboard
[    10.151] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    10.151] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.151] (**) Power Button: Applying InputClass "system-keyboard"
[    10.151] (II) Using input driver 'libinput' for 'Power Button'
[    10.151] (**) Power Button: always reports core events
[    10.151] (**) Option "Device" "/dev/input/event0"
[    10.152] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.152] (II) event0  - Power Button: device is a keyboard
[    10.152] (II) event0  - Power Button: device removed
[    10.167] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    10.167] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    10.167] (**) Option "xkb_model" "pc105"
[    10.167] (**) Option "xkb_layout" "si"
[    10.167] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.168] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.168] (II) event0  - Power Button: device is a keyboard
[    10.168] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    10.168] (II) No input driver specified, ignoring this device.
[    10.168] (II) This device may have been added with another device file.
[    10.168] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    10.168] (II) No input driver specified, ignoring this device.
[    10.168] (II) This device may have been added with another device file.
[    10.169] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    10.169] (II) No input driver specified, ignoring this device.
[    10.169] (II) This device may have been added with another device file.
[    10.169] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    10.169] (II) No input driver specified, ignoring this device.
[    10.169] (II) This device may have been added with another device file.
[    10.170] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event15)
[    10.170] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.170] (**) Logitech USB Keyboard: Applying InputClass "system-keyboard"
[    10.170] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[    10.170] (**) Logitech USB Keyboard: always reports core events
[    10.170] (**) Option "Device" "/dev/input/event15"
[    10.170] (II) event15 - Logitech USB Keyboard: is tagged by udev as: Keyboard
[    10.170] (II) event15 - Logitech USB Keyboard: device is a keyboard
[    10.171] (II) event15 - Logitech USB Keyboard: device removed
[    10.193] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-14/1-14:1.0/0003:046D:C31C.0005/input/input15/event15"
[    10.193] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 10)
[    10.193] (**) Option "xkb_model" "pc105"
[    10.193] (**) Option "xkb_layout" "si"
[    10.193] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.195] (II) event15 - Logitech USB Keyboard: is tagged by udev as: Keyboard
[    10.195] (II) event15 - Logitech USB Keyboard: device is a keyboard
[    10.196] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event21)
[    10.196] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    10.196] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    10.196] (II) Using input driver 'libinput' for 'Logitech USB Keyboard Consumer Control'
[    10.196] (**) Logitech USB Keyboard Consumer Control: always reports core events
[    10.196] (**) Option "Device" "/dev/input/event21"
[    10.197] (II) event21 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    10.197] (II) event21 - Logitech USB Keyboard Consumer Control: device is a keyboard
[    10.197] (II) event21 - Logitech USB Keyboard Consumer Control: device removed
[    10.237] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-14/1-14:1.1/0003:046D:C31C.0006/input/input21/event21"
[    10.237] (II) XINPUT: Adding extended input device "Logitech USB Keyboard Consumer Control" (type: KEYBOARD, id 11)
[    10.237] (**) Option "xkb_model" "pc105"
[    10.237] (**) Option "xkb_layout" "si"
[    10.237] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.238] (II) event21 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    10.238] (II) event21 - Logitech USB Keyboard Consumer Control: device is a keyboard
[    10.239] (II) config/udev: Adding input device Logitech USB Keyboard System Control (/dev/input/event22)
[    10.239] (**) Logitech USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    10.239] (**) Logitech USB Keyboard System Control: Applying InputClass "system-keyboard"
[    10.239] (II) Using input driver 'libinput' for 'Logitech USB Keyboard System Control'
[    10.239] (**) Logitech USB Keyboard System Control: always reports core events
[    10.239] (**) Option "Device" "/dev/input/event22"
[    10.240] (II) event22 - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[    10.240] (II) event22 - Logitech USB Keyboard System Control: device is a keyboard
[    10.240] (II) event22 - Logitech USB Keyboard System Control: device removed
[    10.263] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-14/1-14:1.1/0003:046D:C31C.0006/input/input22/event22"
[    10.263] (II) XINPUT: Adding extended input device "Logitech USB Keyboard System Control" (type: KEYBOARD, id 12)
[    10.263] (**) Option "xkb_model" "pc105"
[    10.263] (**) Option "xkb_layout" "si"
[    10.263] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.265] (II) event22 - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[    10.265] (II) event22 - Logitech USB Keyboard System Control: device is a keyboard
[    10.265] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event10)
[    10.265] (II) No input driver specified, ignoring this device.
[    10.265] (II) This device may have been added with another device file.
[    10.266] (II) config/udev: Adding input device UGTABLET 11.6 inch PenDisplay Mouse (/dev/input/event6)
[    10.266] (**) UGTABLET 11.6 inch PenDisplay Mouse: Applying InputClass "libinput pointer catchall"
[    10.266] (II) Using input driver 'libinput' for 'UGTABLET 11.6 inch PenDisplay Mouse'
[    10.266] (**) UGTABLET 11.6 inch PenDisplay Mouse: always reports core events
[    10.266] (**) Option "Device" "/dev/input/event6"
[    10.267] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: is tagged by udev as: Mouse
[    10.267] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: device is a pointer
[    10.267] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: device removed
[    10.310] (II) libinput: UGTABLET 11.6 inch PenDisplay Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.310] (II) libinput: UGTABLET 11.6 inch PenDisplay Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.310] (II) libinput: UGTABLET 11.6 inch PenDisplay Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.310] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb3/3-2/3-2:1.0/0003:28BD:091F.0002/input/input6/event6"
[    10.310] (II) XINPUT: Adding extended input device "UGTABLET 11.6 inch PenDisplay Mouse" (type: MOUSE, id 13)
[    10.310] (**) Option "AccelerationScheme" "none"
[    10.310] (**) UGTABLET 11.6 inch PenDisplay Mouse: (accel) selected scheme none/0
[    10.310] (**) UGTABLET 11.6 inch PenDisplay Mouse: (accel) acceleration factor: 2.000
[    10.310] (**) UGTABLET 11.6 inch PenDisplay Mouse: (accel) acceleration threshold: 4
[    10.311] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: is tagged by udev as: Mouse
[    10.312] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: device is a pointer
[    10.312] (II) config/udev: Adding input device UGTABLET 11.6 inch PenDisplay Mouse (/dev/input/mouse1)
[    10.312] (II) No input driver specified, ignoring this device.
[    10.312] (II) This device may have been added with another device file.
[    10.313] (II) config/udev: Adding input device UGTABLET 11.6 inch PenDisplay Keyboard (/dev/input/event7)
[    10.313] (**) UGTABLET 11.6 inch PenDisplay Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.313] (**) UGTABLET 11.6 inch PenDisplay Keyboard: Applying InputClass "system-keyboard"
[    10.313] (II) Using input driver 'libinput' for 'UGTABLET 11.6 inch PenDisplay Keyboard'
[    10.313] (**) UGTABLET 11.6 inch PenDisplay Keyboard: always reports core events
[    10.313] (**) Option "Device" "/dev/input/event7"
[    10.314] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: is tagged by udev as: Keyboard
[    10.314] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: device is a keyboard
[    10.314] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: device removed
[    10.337] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb3/3-2/3-2:1.0/0003:28BD:091F.0002/input/input7/event7"
[    10.337] (II) XINPUT: Adding extended input device "UGTABLET 11.6 inch PenDisplay Keyboard" (type: KEYBOARD, id 14)
[    10.337] (**) Option "xkb_model" "pc105"
[    10.337] (**) Option "xkb_layout" "si"
[    10.337] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.338] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: is tagged by udev as: Keyboard
[    10.338] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: device is a keyboard
[    10.339] (II) config/udev: Adding input device UGTABLET 11.6 inch PenDisplay (/dev/input/event9)
[    10.339] (**) UGTABLET 11.6 inch PenDisplay: Applying InputClass "libinput tablet catchall"
[    10.339] (II) Using input driver 'libinput' for 'UGTABLET 11.6 inch PenDisplay'
[    10.339] (**) UGTABLET 11.6 inch PenDisplay: always reports core events
[    10.339] (**) Option "Device" "/dev/input/event9"
[    10.395] (II) event9  - UGTABLET 11.6 inch PenDisplay: is tagged by udev as: Tablet
[    10.448] (II) event9  - UGTABLET 11.6 inch PenDisplay: tablet 'UGTABLET 11.6 inch PenDisplay' unknown to libwacom
[    10.448] (II) event9  - UGTABLET 11.6 inch PenDisplay: device is a tablet
[    10.448] (II) event9  - UGTABLET 11.6 inch PenDisplay: device removed
[    10.487] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb3/3-2/3-2:1.1/0003:28BD:091F.0003/input/input10/event9"
[    10.487] (II) XINPUT: Adding extended input device "UGTABLET 11.6 inch PenDisplay" (type: TABLET, id 15)
[    10.545] (II) event9  - UGTABLET 11.6 inch PenDisplay: is tagged by udev as: Tablet
[    10.569] (II) event9  - UGTABLET 11.6 inch PenDisplay: tablet 'UGTABLET 11.6 inch PenDisplay' unknown to libwacom
[    10.569] (II) event9  - UGTABLET 11.6 inch PenDisplay: device is a tablet
[    10.570] (II) config/udev: Adding input device UGTABLET 11.6 inch PenDisplay (/dev/input/mouse2)
[    10.570] (II) No input driver specified, ignoring this device.
[    10.570] (II) This device may have been added with another device file.
[    10.571] (II) config/udev: Adding input device PixArt HP USB Optical Mouse (/dev/input/event5)
[    10.571] (**) PixArt HP USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    10.571] (II) Using input driver 'libinput' for 'PixArt HP USB Optical Mouse'
[    10.571] (**) PixArt HP USB Optical Mouse: always reports core events
[    10.571] (**) Option "Device" "/dev/input/event5"
[    10.573] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[    10.573] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[    10.573] (II) event5  - PixArt HP USB Optical Mouse: device removed
[    10.617] (II) libinput: PixArt HP USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.617] (II) libinput: PixArt HP USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.617] (II) libinput: PixArt HP USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.617] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.4/usb5/5-1/5-1:1.0/0003:03F0:134A.0001/input/input5/event5"
[    10.617] (II) XINPUT: Adding extended input device "PixArt HP USB Optical Mouse" (type: MOUSE, id 16)
[    10.617] (**) Option "AccelerationScheme" "none"
[    10.617] (**) PixArt HP USB Optical Mouse: (accel) selected scheme none/0
[    10.617] (**) PixArt HP USB Optical Mouse: (accel) acceleration factor: 2.000
[    10.617] (**) PixArt HP USB Optical Mouse: (accel) acceleration threshold: 4
[    10.619] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[    10.619] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[    10.620] (II) config/udev: Adding input device PixArt HP USB Optical Mouse (/dev/input/mouse0)
[    10.620] (II) No input driver specified, ignoring this device.
[    10.620] (II) This device may have been added with another device file.
[    10.621] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event16)
[    10.621] (II) No input driver specified, ignoring this device.
[    10.621] (II) This device may have been added with another device file.
[    10.621] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event17)
[    10.621] (II) No input driver specified, ignoring this device.
[    10.621] (II) This device may have been added with another device file.
[    10.622] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event18)
[    10.622] (II) No input driver specified, ignoring this device.
[    10.622] (II) This device may have been added with another device file.
[    10.622] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event19)
[    10.622] (II) No input driver specified, ignoring this device.
[    10.622] (II) This device may have been added with another device file.
[    10.622] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event20)
[    10.622] (II) No input driver specified, ignoring this device.
[    10.622] (II) This device may have been added with another device file.
[    10.623] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    10.623] (II) No input driver specified, ignoring this device.
[    10.623] (II) This device may have been added with another device file.
[    10.626] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event8)
[    10.626] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    10.626] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[    10.626] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    10.626] (**) HP WMI hotkeys: always reports core events
[    10.626] (**) Option "Device" "/dev/input/event8"
[    10.627] (II) event8  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    10.627] (II) event8  - HP WMI hotkeys: device is a keyboard
[    10.627] (II) event8  - HP WMI hotkeys: device removed
[    10.670] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
[    10.670] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 17)
[    10.670] (**) Option "xkb_model" "pc105"
[    10.670] (**) Option "xkb_layout" "si"
[    10.670] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.671] (II) event8  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    10.671] (II) event8  - HP WMI hotkeys: device is a keyboard
[    10.677] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    10.677] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[    10.677] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[    10.677] (--) NVIDIA(GPU-0): 
[    19.385] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    19.385] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    19.385] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    19.385] (--) NVIDIA(GPU-0): 
[    19.385] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    19.385] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[    19.385] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[    19.385] (--) NVIDIA(GPU-0): 
[    19.387] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    19.387] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    19.387] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    19.387] (--) NVIDIA(GPU-0): 
[    19.387] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    19.387] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    19.387] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    19.387] (--) NVIDIA(GPU-0): 
[    19.387] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    19.387] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    19.387] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    19.387] (--) NVIDIA(GPU-0): 
[    19.387] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    19.387] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    19.387] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    19.387] (--) NVIDIA(GPU-0): 
[    19.388] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    19.388] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    19.388] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    19.388] (--) NVIDIA(GPU-0): 
[    19.388] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    19.388] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    19.388] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    19.388] (--) NVIDIA(GPU-0): 
[    19.388] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    19.388] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[    19.388] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[    19.388] (--) NVIDIA(GPU-0): 
[    19.390] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    19.390] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    19.390] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    19.390] (--) NVIDIA(GPU-0): 
[    19.390] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    19.390] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    19.390] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    19.390] (--) NVIDIA(GPU-0): 
[    19.390] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    19.390] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    19.390] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    19.390] (--) NVIDIA(GPU-0): 
[    19.390] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    19.390] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    19.390] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    19.390] (--) NVIDIA(GPU-0): 
[    19.390] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    19.390] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    19.390] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    19.390] (--) NVIDIA(GPU-0): 
[    19.777] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    19.777] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    19.777] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    19.777] (--) NVIDIA(GPU-0): 
[    19.778] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    19.778] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[    19.779] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[    19.779] (--) NVIDIA(GPU-0): 
[    19.781] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    19.781] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    19.781] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    19.781] (--) NVIDIA(GPU-0): 
[    19.781] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    19.781] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    19.781] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    19.781] (--) NVIDIA(GPU-0): 
[    19.781] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    19.781] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    19.781] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    19.781] (--) NVIDIA(GPU-0): 
[    19.781] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    19.781] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    19.781] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    19.781] (--) NVIDIA(GPU-0): 
[    19.781] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    19.781] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    19.781] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    19.781] (--) NVIDIA(GPU-0): 
[    19.781] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    19.781] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    19.781] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    19.781] (--) NVIDIA(GPU-0): 
[    19.782] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    19.782] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[    19.782] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[    19.782] (--) NVIDIA(GPU-0): 
[    19.785] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    19.785] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    19.785] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    19.785] (--) NVIDIA(GPU-0): 
[    19.785] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    19.785] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    19.785] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    19.785] (--) NVIDIA(GPU-0): 
[    19.785] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    19.785] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    19.785] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    19.785] (--) NVIDIA(GPU-0): 
[    19.785] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    19.785] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    19.785] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    19.785] (--) NVIDIA(GPU-0): 
[    19.785] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    19.785] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    19.785] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    19.785] (--) NVIDIA(GPU-0): 
[    19.799] (II) NVIDIA(0): Setting mode "DP-0: 1024x768 @1024x768 +0+0 {ViewPortIn=1024x768, ViewPortOut=1024x768+0+0}"
[    19.876] randr: failed to create shared pixmap
[    22.369] (II) config/udev: Adding input device XP-Pen Pen (/dev/input/mouse3)
[    22.369] (**) XP-Pen Pen: Applying InputClass "system-keyboard"
[    22.369] (II) No input driver specified, ignoring this device.
[    22.369] (II) This device may have been added with another device file.
[    22.370] (II) config/udev: Adding input device XP-Pen Mouse (/dev/input/mouse4)
[    22.370] (**) XP-Pen Mouse: Applying InputClass "system-keyboard"
[    22.370] (II) No input driver specified, ignoring this device.
[    22.370] (II) This device may have been added with another device file.
[    22.371] (II) config/udev: Adding input device XP-Pen Eraser (/dev/input/mouse5)
[    22.371] (II) No input driver specified, ignoring this device.
[    22.371] (II) This device may have been added with another device file.
[    22.446] (II) config/udev: Adding input device XP-Pen Pen (/dev/input/event23)
[    22.446] (**) XP-Pen Pen: Applying InputClass "libinput keyboard catchall"
[    22.446] (**) XP-Pen Pen: Applying InputClass "libinput tablet catchall"
[    22.446] (**) XP-Pen Pen: Applying InputClass "system-keyboard"
[    22.446] (II) Using input driver 'libinput' for 'XP-Pen Pen'
[    22.446] (**) XP-Pen Pen: always reports core events
[    22.446] (**) Option "Device" "/dev/input/event23"
[    22.447] (II) event23 - XP-Pen Pen: is tagged by udev as: Keyboard Tablet
[    22.461] (II) event23 - XP-Pen Pen: tablet 'XP-Pen Pen' unknown to libwacom
[    22.461] (II) event23 - XP-Pen Pen: device is a tablet
[    22.461] (II) event23 - XP-Pen Pen: device removed
[    22.537] (**) Option "config_info" "udev:/sys/devices/virtual/input/input23/event23"
[    22.537] (II) XINPUT: Adding extended input device "XP-Pen Pen" (type: TABLET, id 18)
[    22.537] (II) event23 - XP-Pen Pen: is tagged by udev as: Keyboard Tablet
[    22.551] (II) event23 - XP-Pen Pen: tablet 'XP-Pen Pen' unknown to libwacom
[    22.551] (II) event23 - XP-Pen Pen: device is a tablet
[    22.552] (II) config/udev: Adding input device XP-Pen Mouse (/dev/input/event24)
[    22.552] (**) XP-Pen Mouse: Applying InputClass "libinput pointer catchall"
[    22.552] (**) XP-Pen Mouse: Applying InputClass "libinput keyboard catchall"
[    22.552] (**) XP-Pen Mouse: Applying InputClass "system-keyboard"
[    22.552] (II) Using input driver 'libinput' for 'XP-Pen Mouse'
[    22.552] (**) XP-Pen Mouse: always reports core events
[    22.552] (**) Option "Device" "/dev/input/event24"
[    22.552] (II) event24 - XP-Pen Mouse: is tagged by udev as: Keyboard Mouse
[    22.552] (II) event24 - XP-Pen Mouse: device is a pointer
[    22.552] (II) event24 - XP-Pen Mouse: device is a keyboard
[    22.552] (II) event24 - XP-Pen Mouse: device removed
[    22.590] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.590] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.590] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.590] (II) libinput: XP-Pen Mouse: needs a virtual subdevice
[    22.590] (**) Option "config_info" "udev:/sys/devices/virtual/input/input24/event24"
[    22.590] (II) XINPUT: Adding extended input device "XP-Pen Mouse" (type: MOUSE, id 19)
[    22.591] (**) Option "AccelerationScheme" "none"
[    22.591] (**) XP-Pen Mouse: (accel) selected scheme none/0
[    22.591] (**) XP-Pen Mouse: (accel) acceleration factor: 2.000
[    22.591] (**) XP-Pen Mouse: (accel) acceleration threshold: 4
[    22.591] (II) event24 - XP-Pen Mouse: is tagged by udev as: Keyboard Mouse
[    22.591] (II) event24 - XP-Pen Mouse: device is a pointer
[    22.591] (II) event24 - XP-Pen Mouse: device is a keyboard
[    22.591] (**) XP-Pen Mouse: Applying InputClass "libinput pointer catchall"
[    22.591] (**) XP-Pen Mouse: Applying InputClass "libinput keyboard catchall"
[    22.592] (**) XP-Pen Mouse: Applying InputClass "system-keyboard"
[    22.592] (II) Using input driver 'libinput' for 'XP-Pen Mouse'
[    22.592] (**) XP-Pen Mouse: always reports core events
[    22.592] (**) Option "Device" "/dev/input/event24"
[    22.592] (II) libinput: XP-Pen Mouse: is a virtual subdevice
[    22.592] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.592] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.592] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    22.592] (**) Option "config_info" "udev:/sys/devices/virtual/input/input24/event24"
[    22.592] (II) XINPUT: Adding extended input device "XP-Pen Mouse" (type: KEYBOARD, id 20)
[    22.592] (**) Option "xkb_model" "pc105"
[    22.592] (**) Option "xkb_layout" "si"
[    22.592] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    22.592] (II) config/udev: Adding input device XP-Pen Eraser (/dev/input/event25)
[    22.592] (**) XP-Pen Eraser: Applying InputClass "libinput tablet catchall"
[    22.592] (II) Using input driver 'libinput' for 'XP-Pen Eraser'
[    22.592] (**) XP-Pen Eraser: always reports core events
[    22.592] (**) Option "Device" "/dev/input/event25"
[    22.592] (II) event25 - XP-Pen Eraser: is tagged by udev as: Tablet
[    22.618] (II) event25 - XP-Pen Eraser: tablet 'XP-Pen Eraser' unknown to libwacom
[    22.618] (II) event25 - XP-Pen Eraser: device is a tablet
[    22.618] (II) event25 - XP-Pen Eraser: device removed
[    22.686] (**) Option "config_info" "udev:/sys/devices/virtual/input/input25/event25"
[    22.686] (II) XINPUT: Adding extended input device "XP-Pen Eraser" (type: TABLET, id 21)
[    22.687] (II) event25 - XP-Pen Eraser: is tagged by udev as: Tablet
[    22.704] (II) event25 - XP-Pen Eraser: tablet 'XP-Pen Eraser' unknown to libwacom
[    22.704] (II) event25 - XP-Pen Eraser: device is a tablet
[    37.125] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_165 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    89.353] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[    89.353] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[    89.353] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[    89.353] (--) NVIDIA(GPU-0): 
[    90.093] (II) NVIDIA(0): Setting mode "NULL"
[    94.229] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    94.229] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    94.229] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    94.229] (--) NVIDIA(GPU-0): 
[    94.303] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    94.303] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    94.303] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    94.303] (--) NVIDIA(GPU-0): 
[    94.851] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[    94.851] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[    94.851] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[    94.851] (--) NVIDIA(GPU-0): 
[    95.063] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_165 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    95.185] (II) NVIDIA(0): Setting mode "NULL"
[   107.413] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   107.413] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   107.413] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   107.413] (--) NVIDIA(GPU-0): 
[   107.429] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   107.429] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   107.429] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   107.429] (--) NVIDIA(GPU-0): 
[   125.998] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   125.998] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   125.998] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   125.998] (--) NVIDIA(GPU-0): 
[   126.745] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   129.447] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   129.447] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   129.447] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   129.447] (--) NVIDIA(GPU-0): 
[   130.212] (II) NVIDIA(0): Setting mode "NULL"
[   152.289] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   152.289] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   152.289] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   152.289] (--) NVIDIA(GPU-0): 
[   152.305] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   152.305] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   152.305] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   152.305] (--) NVIDIA(GPU-0): 
[   154.478] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   154.478] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   154.478] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   154.478] (--) NVIDIA(GPU-0): 
[   155.229] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   158.849] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   158.849] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   158.849] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   158.849] (--) NVIDIA(GPU-0): 
[   158.923] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   158.923] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   158.923] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   158.923] (--) NVIDIA(GPU-0): 
[   159.470] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   159.470] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   159.470] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   159.470] (--) NVIDIA(GPU-0): 
[   159.713] (II) NVIDIA(0): Setting mode "NULL"
[   159.783] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   174.658] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   174.658] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   174.658] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   174.658] (--) NVIDIA(GPU-0): 
[   174.658] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   174.658] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   174.658] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   174.658] (--) NVIDIA(GPU-0): 
[   174.658] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   174.658] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   174.658] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   174.658] (--) NVIDIA(GPU-0): 
[   174.658] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   174.658] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   174.659] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   174.659] (--) NVIDIA(GPU-0): 
[   174.659] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   174.659] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   174.659] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   174.659] (--) NVIDIA(GPU-0): 
[   174.659] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   174.659] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   174.659] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   174.659] (--) NVIDIA(GPU-0): 
[   174.659] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   174.659] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   174.659] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   174.659] (--) NVIDIA(GPU-0): 
[   174.675] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   174.675] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   174.675] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   174.675] (--) NVIDIA(GPU-0): 
[   174.675] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   174.675] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   174.675] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   174.675] (--) NVIDIA(GPU-0): 
[   174.675] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   174.675] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   174.675] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   174.675] (--) NVIDIA(GPU-0): 
[   174.675] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   174.675] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   174.675] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   174.675] (--) NVIDIA(GPU-0): 
[   174.676] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   174.676] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   174.676] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   174.676] (--) NVIDIA(GPU-0): 
[   174.676] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   174.676] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   174.676] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   174.676] (--) NVIDIA(GPU-0): 
[   174.676] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   174.676] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   174.676] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   174.676] (--) NVIDIA(GPU-0): 
[   271.736] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   271.736] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   271.736] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   271.736] (--) NVIDIA(GPU-0): 
[   272.449] (II) NVIDIA(0): Setting mode "NULL"
[   295.054] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   295.054] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   295.054] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   295.054] (--) NVIDIA(GPU-0): 
[   295.770] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   297.013] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   297.013] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   297.013] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   297.013] (--) NVIDIA(GPU-0): 
[   297.758] (II) NVIDIA(0): Setting mode "NULL"
[   309.985] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   309.985] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   309.985] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   309.985] (--) NVIDIA(GPU-0): 
[   310.742] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   315.183] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   315.183] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   315.183] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   315.183] (--) NVIDIA(GPU-0): 
[   315.199] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   315.199] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   315.199] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   315.199] (--) NVIDIA(GPU-0): 
[   501.274] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   501.274] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   501.274] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   501.274] (--) NVIDIA(GPU-0): 
[   502.045] (II) NVIDIA(0): Setting mode "NULL"
[   512.013] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   512.013] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   512.013] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   512.013] (--) NVIDIA(GPU-0): 
[   512.013] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   512.013] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   512.013] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   512.013] (--) NVIDIA(GPU-0): 
[   512.015] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   512.015] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   512.015] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   512.015] (--) NVIDIA(GPU-0): 
[   512.016] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   512.016] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   512.016] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   512.016] (--) NVIDIA(GPU-0): 
[   512.016] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   512.016] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   512.016] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   512.016] (--) NVIDIA(GPU-0): 
[   512.016] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   512.016] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   512.016] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   512.016] (--) NVIDIA(GPU-0): 
[   512.016] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   512.016] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   512.016] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   512.016] (--) NVIDIA(GPU-0): 
[   512.033] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   512.033] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   512.033] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   512.033] (--) NVIDIA(GPU-0): 
[   512.033] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   512.033] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   512.033] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   512.033] (--) NVIDIA(GPU-0): 
[   512.035] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   512.035] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   512.035] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   512.035] (--) NVIDIA(GPU-0): 
[   512.035] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   512.035] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   512.035] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   512.035] (--) NVIDIA(GPU-0): 
[   512.036] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   512.036] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   512.036] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   512.036] (--) NVIDIA(GPU-0): 
[   512.036] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   512.036] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   512.036] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   512.036] (--) NVIDIA(GPU-0): 
[   512.036] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   512.036] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   512.036] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   512.036] (--) NVIDIA(GPU-0): 
[   517.248] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   517.248] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   517.248] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   517.248] (--) NVIDIA(GPU-0): 
[   517.263] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   517.263] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   517.263] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   517.263] (--) NVIDIA(GPU-0): 
[   524.214] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   524.214] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   524.214] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   524.214] (--) NVIDIA(GPU-0): 
[   524.911] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   703.450] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+768 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   712.948] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   712.948] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   712.948] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   712.948] (--) NVIDIA(GPU-0): 
[   713.713] (II) NVIDIA(0): Setting mode "NULL"
[   735.397] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   735.397] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   735.397] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   735.397] (--) NVIDIA(GPU-0): 
[   736.164] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_165 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   741.767] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   741.767] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   741.767] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   741.767] (--) NVIDIA(GPU-0): 
[   742.507] (II) NVIDIA(0): Setting mode "NULL"
[   750.934] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   750.934] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   750.934] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   750.934] (--) NVIDIA(GPU-0): 
[   751.680] (II) NVIDIA(0): Setting mode "DP-0: 1920x1080_165 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[  1478.936] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[  1493.049] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  1493.049] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  1493.050] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  1493.050] (--) NVIDIA(GPU-0): 
[  1493.789] (II) NVIDIA(0): Setting mode "NULL"
[  1498.241] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  1498.241] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  1498.241] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  1498.241] (--) NVIDIA(GPU-0): 
[  1498.256] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  1498.256] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  1498.256] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  1498.256] (--) NVIDIA(GPU-0): 
[  1503.452] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  1503.452] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  1503.452] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  1503.452] (--) NVIDIA(GPU-0): 
[  1503.467] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  1503.467] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  1503.467] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  1503.467] (--) NVIDIA(GPU-0): 
[  1508.395] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1508.395] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1508.395] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  1508.395] (--) NVIDIA(GPU-0): 
[  1509.164] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[  2344.270] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  2344.270] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  2344.270] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  2344.270] (--) NVIDIA(GPU-0): 
[  2345.046] (II) NVIDIA(0): Setting mode "NULL"
[  2361.216] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2361.216] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2361.216] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  2361.216] (--) NVIDIA(GPU-0): 
[  2361.913] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[  2393.262] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  2393.262] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  2393.262] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  2393.262] (--) NVIDIA(GPU-0): 
[  2394.044] (II) NVIDIA(0): Setting mode "NULL"
[  2398.450] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  2398.450] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  2398.450] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  2398.450] (--) NVIDIA(GPU-0): 
[  2398.465] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  2398.465] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  2398.465] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  2398.465] (--) NVIDIA(GPU-0): 
[  2403.662] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  2403.662] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  2403.662] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  2403.662] (--) NVIDIA(GPU-0): 
[  2403.677] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  2403.677] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  2403.677] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  2403.677] (--) NVIDIA(GPU-0): 
[  2408.083] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2408.083] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2408.083] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  2408.083] (--) NVIDIA(GPU-0): 
[  2408.798] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[  5471.547] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[  5471.547] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[  5471.547] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[  5471.547] (--) NVIDIA(GPU-0): 
[  5472.253] (II) NVIDIA(0): Setting mode "NULL"
[  5484.023] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  5484.023] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  5484.023] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  5484.023] (--) NVIDIA(GPU-0): 
[  5484.738] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"

Offline

#10 2023-12-18 15:05:28

seth
Member
Registered: 2012-09-03
Posts: 52,396

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

[     8.388] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card2
[     8.388] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.388] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.0/drm/card1
[     8.388] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.388] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0

Enable https://wiki.archlinux.org/title/NVIDIA … de_setting

[    19.782] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    89.353] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected

Both outputs are connected to the nvidia GPU, so you cannot avoid using that.
If you can, you could try to deactivate the renoir IGP in the UEFI/BIOS

You could also adapt https://wiki.archlinux.org/title/PRIME# … rimary_GPU to render everything on the renoir chip and wire it through the nvidia GPU, but amongst other b/c or the caveat in https://wiki.archlinux.org/title/PRIME#Reverse_PRIME that's probably not a good idea.

Offline

#11 2023-12-18 16:22:12

catfan
Member
Registered: 2023-12-17
Posts: 7

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

didn't seem to work unfortunately...
I could just settle for a single-monitor setup

Offline

#12 2023-12-18 16:28:54

seth
Member
Registered: 2012-09-03
Posts: 52,396

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

didn't seem to work unfortunately...

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

Post the updated xorg log.

Edit: and xrandr output

Last edited by seth (2023-12-18 16:29:42)

Offline

#13 2023-12-18 16:49:51

catfan
Member
Registered: 2023-12-17
Posts: 7

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

 Screen 0: minimum 8 x 8, current 1024 x 768, maximum 32767 x 32767
HDMI-0 connected (normal left inverted right x axis y axis)
   1920x1080     60.00 +
   1680x1050     61.00  
   1440x900      59.89  
   1360x765      60.00  
   1280x1024     60.02  
   1280x720      60.00  
   1152x648      60.00  
   1024x768      60.00  
   800x600       60.32  
   640x480       59.94  
DP-0 connected (normal left inverted right x axis y axis)
   1920x1080     60.00 + 165.00   143.98   119.98    84.90    59.94    50.00  
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
None-2-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00*+
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-1 disconnected (normal left inverted right x axis y axis)
[     8.126] (--) Log file renamed from "/var/log/Xorg.pid-691.log" to "/var/log/Xorg.0.log"
[     8.127] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[     8.127] Current Operating System: Linux archlinux 6.6.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 Dec 2023 03:45:42 +0000 x86_64
[     8.127] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img root=PARTUUID=bc3ea492-9757-44f1-8b51-a01bd91795e2 zswap.enabled=0 rw rootfstype=ext4
[     8.127]  
[     8.127] Current version of pixman: 0.42.2
[     8.127] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     8.127] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.128] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 18 17:18:53 2023
[     8.129] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     8.129] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.129] (==) No Layout section.  Using the first Screen section.
[     8.129] (==) No screen section available. Using defaults.
[     8.129] (**) |-->Screen "Default Screen Section" (0)
[     8.129] (**) |   |-->Monitor "<default monitor>"
[     8.129] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     8.129] (==) Automatically adding devices
[     8.129] (==) Automatically enabling devices
[     8.129] (==) Automatically adding GPU devices
[     8.129] (==) Automatically binding GPU devices
[     8.129] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     8.130] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     8.130] 	Entry deleted from font path.
[     8.130] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[     8.130] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     8.130] 	Entry deleted from font path.
[     8.130] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     8.130] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[     8.130] 	Entry deleted from font path.
[     8.130] 	(Run 'mkfontdir' on "/usr/share/fonts/OTF").
[     8.130] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     8.130] 	Entry deleted from font path.
[     8.130] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     8.130] 	Entry deleted from font path.
[     8.130] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     8.130] 	Entry deleted from font path.
[     8.130] (==) FontPath set to:
	
[     8.130] (==) ModulePath set to "/usr/lib/xorg/modules"
[     8.130] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.130] (II) Module ABI versions:
[     8.130] 	X.Org ANSI C Emulation: 0.4
[     8.130] 	X.Org Video Driver: 25.2
[     8.130] 	X.Org XInput driver : 24.4
[     8.130] 	X.Org Server Extension : 10.0
[     8.131] (++) using VT number 2

[     8.131] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     8.132] (II) xfree86: Adding drm device (/dev/dri/card2)
[     8.132] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card2
[     8.132] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.132] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.0/drm/card1
[     8.132] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.132] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[     8.135] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     8.137] (--) PCI:*(1@0:0:0) 10de:2489:103c:88d4 rev 161, Mem @ 0xfb000000/16777216, 0x7c00000000/8589934592, 0x7e00000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[     8.137] (--) PCI: (13@0:0:0) 1002:1638:103c:89d8 rev 200, Mem @ 0x7e10000000/268435456, 0x7e20000000/2097152, 0xfc500000/524288, I/O @ 0x0000e000/256
[     8.137] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     8.137] (II) LoadModule: "glx"
[     8.137] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     8.141] (II) Module glx: vendor="X.Org Foundation"
[     8.141] 	compiled for 1.21.1.10, module version = 1.0.0
[     8.141] 	ABI class: X.Org Server Extension, version 10.0
[     8.141] (II) Applying OutputClass "nvidia" to /dev/dri/card2
[     8.141] 	loading driver: nvidia
[     8.141] (==) Matched nvidia as autoconfigured driver 0
[     8.141] (==) Matched nouveau as autoconfigured driver 1
[     8.141] (==) Matched nv as autoconfigured driver 2
[     8.141] (==) Matched ati as autoconfigured driver 3
[     8.141] (==) Matched modesetting as autoconfigured driver 4
[     8.141] (==) Matched fbdev as autoconfigured driver 5
[     8.141] (==) Matched vesa as autoconfigured driver 6
[     8.141] (==) Assigned the driver to the xf86ConfigLayout
[     8.141] (II) LoadModule: "nvidia"
[     8.141] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     8.144] (II) Module nvidia: vendor="NVIDIA Corporation"
[     8.144] 	compiled for 1.6.99.901, module version = 1.0.0
[     8.144] 	Module class: X.Org Video Driver
[     8.144] (II) LoadModule: "nouveau"
[     8.145] (WW) Warning, couldn't open module nouveau
[     8.145] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     8.145] (II) LoadModule: "nv"
[     8.145] (WW) Warning, couldn't open module nv
[     8.145] (EE) Failed to load module "nv" (module does not exist, 0)
[     8.145] (II) LoadModule: "ati"
[     8.145] (WW) Warning, couldn't open module ati
[     8.145] (EE) Failed to load module "ati" (module does not exist, 0)
[     8.145] (II) LoadModule: "modesetting"
[     8.145] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     8.147] (II) Module modesetting: vendor="X.Org Foundation"
[     8.147] 	compiled for 1.21.1.10, module version = 1.21.1
[     8.147] 	Module class: X.Org Video Driver
[     8.147] 	ABI class: X.Org Video Driver, version 25.2
[     8.147] (II) LoadModule: "fbdev"
[     8.147] (WW) Warning, couldn't open module fbdev
[     8.147] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     8.147] (II) LoadModule: "vesa"
[     8.147] (WW) Warning, couldn't open module vesa
[     8.147] (EE) Failed to load module "vesa" (module does not exist, 0)
[     8.147] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[     8.147] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     8.147] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     8.148] (II) Loading sub module "fb"
[     8.148] (II) LoadModule: "fb"
[     8.148] (II) Module "fb" already built-in
[     8.148] (II) Loading sub module "wfb"
[     8.148] (II) LoadModule: "wfb"
[     8.148] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     8.149] (II) Module wfb: vendor="X.Org Foundation"
[     8.149] 	compiled for 1.21.1.10, module version = 1.0.0
[     8.149] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     8.149] (WW) Falling back to old probe method for modesetting
[     8.150] (II) modeset(G0): using drv /dev/dri/card1
[     8.150] (II) modeset(G1): using drv /dev/dri/card0
[     8.150] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     8.150] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     8.150] (==) NVIDIA(0): RGB weight 888
[     8.150] (==) NVIDIA(0): Default visual is TrueColor
[     8.150] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     8.151] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[     8.151] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     8.151] (**) NVIDIA(0): Enabling 2D acceleration
[     8.151] (II) Loading sub module "glxserver_nvidia"
[     8.151] (II) LoadModule: "glxserver_nvidia"
[     8.151] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     8.202] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     8.202] 	compiled for 1.6.99.901, module version = 1.0.0
[     8.202] 	Module class: X.Org Server Extension
[     8.202] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[     8.202] (II) NVIDIA: The X server supports PRIME Render Offload.
[     9.296] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     9.296] (--) NVIDIA(0):     DFP-0
[     9.296] (--) NVIDIA(0):     DFP-1 (boot)
[     9.296] (--) NVIDIA(0):     DFP-2
[     9.296] (--) NVIDIA(0):     DFP-3
[     9.296] (--) NVIDIA(0):     DFP-4
[     9.296] (--) NVIDIA(0):     DFP-5
[     9.296] (--) NVIDIA(0):     DFP-6
[     9.297] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 Ti (GA104-A) at PCI:1:0:0
[     9.297] (II) NVIDIA(0):     (GPU-0)
[     9.297] (--) NVIDIA(0): Memory: 8388608 kBytes
[     9.297] (--) NVIDIA(0): VideoBIOS: 94.04.6b.00.f5
[     9.297] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     9.312] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[     9.312] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[     9.312] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[     9.312] (--) NVIDIA(GPU-0): 
[     9.313] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[     9.313] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[     9.313] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[     9.313] (--) NVIDIA(GPU-0): 
[     9.315] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     9.315] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     9.315] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     9.315] (--) NVIDIA(GPU-0): 
[     9.315] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     9.315] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[     9.315] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[     9.315] (--) NVIDIA(GPU-0): 
[     9.315] (--) NVIDIA(GPU-0): DFP-4: disconnected
[     9.315] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[     9.315] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[     9.315] (--) NVIDIA(GPU-0): 
[     9.315] (--) NVIDIA(GPU-0): DFP-5: disconnected
[     9.315] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[     9.315] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[     9.315] (--) NVIDIA(GPU-0): 
[     9.315] (--) NVIDIA(GPU-0): DFP-6: disconnected
[     9.315] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[     9.315] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[     9.315] (--) NVIDIA(GPU-0): 
[     9.382] (==) NVIDIA(0): 
[     9.382] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     9.382] (==) NVIDIA(0):     will be used as the requested mode.
[     9.382] (==) NVIDIA(0): 
[     9.384] (II) NVIDIA(0): Validated MetaModes:
[     9.384] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select,DFP-0:nvidia-auto-select"
[     9.384] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
[     9.433] (--) NVIDIA(0): DPI set to (90, 91); computed from "UseEdidDpi" X config
[     9.433] (--) NVIDIA(0):     option
[     9.433] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     9.433] (==) modeset(G0): RGB weight 888
[     9.433] (==) modeset(G0): Default visual is TrueColor
[     9.433] (II) Loading sub module "glamoregl"
[     9.433] (II) LoadModule: "glamoregl"
[     9.433] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.438] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.438] 	compiled for 1.21.1.10, module version = 1.0.1
[     9.438] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.594] (II) modeset(G0): glamor X acceleration enabled on AMD Radeon Graphics (radeonsi, renoir, LLVM 16.0.6, DRM 3.54, 6.6.7-arch1-1)
[     9.594] (II) modeset(G0): glamor initialized
[     9.594] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     9.594] (II) modeset(G0): Output DP-1-1 has no monitor section
[     9.594] (II) modeset(G0): EDID for output HDMI-1-1
[     9.594] (II) modeset(G0): EDID for output DP-1-1
[     9.594] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     9.594] (==) modeset(G0): DPI set to (96, 96)
[     9.594] (II) Loading sub module "fb"
[     9.594] (II) LoadModule: "fb"
[     9.594] (II) Module "fb" already built-in
[     9.594] (==) modeset(G1): Depth 24, (==) framebuffer bpp 32
[     9.594] (==) modeset(G1): RGB weight 888
[     9.594] (==) modeset(G1): Default visual is TrueColor
[     9.594] (II) Loading sub module "glamoregl"
[     9.594] (II) LoadModule: "glamoregl"
[     9.594] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.594] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.594] 	compiled for 1.21.1.10, module version = 1.0.1
[     9.594] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.614] (II) modeset(G1): Refusing to try glamor on llvmpipe
[     9.615] (II) modeset(G1): glamor initialization failed
[     9.615] (II) modeset(G1): ShadowFB: preferred NO, enabled NO
[     9.615] (II) modeset(G1): Output None-2-1 has no monitor section
[     9.615] (II) modeset(G1): EDID for output None-2-1
[     9.615] (II) modeset(G1): Printing probed modes for output None-2-1
[     9.615] (II) modeset(G1): Modeline "1024x768"x60.0   47.19  1024 1024 1024 1024  768 768 768 768 (46.1 kHz eP)
[     9.615] (==) modeset(G1): Using gamma correction (1.0, 1.0, 1.0)
[     9.615] (==) modeset(G1): DPI set to (96, 96)
[     9.615] (II) Loading sub module "fb"
[     9.615] (II) LoadModule: "fb"
[     9.615] (II) Module "fb" already built-in
[     9.616] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     9.616] (II) NVIDIA:     access.
[     9.618] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     9.618] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     9.618] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     9.618] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     9.618] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     9.618] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     9.618] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     9.618] (II) NVIDIA(0):     Config Options in the README.
[     9.631] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select,DFP-0:nvidia-auto-select"
[     9.836] (==) NVIDIA(0): Disabling shared memory pixmaps
[     9.836] (==) NVIDIA(0): Backing store enabled
[     9.836] (==) NVIDIA(0): Silken mouse enabled
[     9.836] (==) NVIDIA(0): DPMS enabled
[     9.837] (II) Loading sub module "dri2"
[     9.837] (II) LoadModule: "dri2"
[     9.837] (II) Module "dri2" already built-in
[     9.837] (II) NVIDIA(0): [DRI2] Setup complete
[     9.837] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     9.877] (==) modeset(G0): Backing store enabled
[     9.877] (==) modeset(G0): Silken mouse enabled
[     9.877] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     9.877] (==) modeset(G0): DPMS enabled
[     9.877] (II) modeset(G0): [DRI2] Setup complete
[     9.877] (II) modeset(G0): [DRI2]   DRI driver: radeonsi
[     9.877] (II) modeset(G0): [DRI2]   VDPAU driver: radeonsi
[     9.877] (==) modeset(G1): Backing store enabled
[     9.877] (==) modeset(G1): Silken mouse enabled
[     9.877] (II) modeset(G1): Initializing kms color map for depth 24, 8 bpc.
[     9.877] (==) modeset(G1): DPMS enabled
[     9.877] (II) Initializing extension Generic Event Extension
[     9.877] (II) Initializing extension SHAPE
[     9.877] (II) Initializing extension MIT-SHM
[     9.877] (II) Initializing extension XInputExtension
[     9.877] (II) Initializing extension XTEST
[     9.877] (II) Initializing extension BIG-REQUESTS
[     9.877] (II) Initializing extension SYNC
[     9.878] (II) Initializing extension XKEYBOARD
[     9.878] (II) Initializing extension XC-MISC
[     9.878] (II) Initializing extension SECURITY
[     9.878] (II) Initializing extension XFIXES
[     9.878] (II) Initializing extension RENDER
[     9.878] (II) Initializing extension RANDR
[     9.878] (II) Initializing extension COMPOSITE
[     9.878] (II) Initializing extension DAMAGE
[     9.878] (II) Initializing extension MIT-SCREEN-SAVER
[     9.878] (II) Initializing extension DOUBLE-BUFFER
[     9.878] (II) Initializing extension RECORD
[     9.878] (II) Initializing extension DPMS
[     9.878] (II) Initializing extension Present
[     9.878] (II) Initializing extension DRI3
[     9.878] (II) Initializing extension X-Resource
[     9.878] (II) Initializing extension XVideo
[     9.878] (II) Initializing extension XVideo-MotionCompensation
[     9.878] (II) Initializing extension GLX
[     9.878] (II) Initializing extension GLX
[     9.878] (II) Indirect GLX disabled.
[     9.879] (II) GLX: Another vendor is already registered for screen 0
[     9.879] (II) Initializing extension XFree86-VidModeExtension
[     9.879] (II) Initializing extension XFree86-DGA
[     9.879] (II) Initializing extension XFree86-DRI
[     9.879] (II) Initializing extension DRI2
[     9.879] (II) Initializing extension NV-GLX
[     9.879] (II) Initializing extension NV-CONTROL
[     9.879] (II) Initializing extension XINERAMA
[     9.879] (II) modeset(G0): Damage tracking initialized
[     9.881] (II) modeset(G1): Damage tracking initialized
[     9.935] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     9.935] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.935] (**) Power Button: Applying InputClass "system-keyboard"
[     9.935] (II) LoadModule: "libinput"
[     9.935] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     9.937] (II) Module libinput: vendor="X.Org Foundation"
[     9.937] 	compiled for 1.21.1.8, module version = 1.4.0
[     9.937] 	Module class: X.Org XInput Driver
[     9.937] 	ABI class: X.Org XInput driver, version 24.4
[     9.937] (II) Using input driver 'libinput' for 'Power Button'
[     9.937] (**) Power Button: always reports core events
[     9.937] (**) Option "Device" "/dev/input/event1"
[     9.940] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     9.940] (II) event1  - Power Button: device is a keyboard
[     9.940] (II) event1  - Power Button: device removed
[     9.960] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     9.960] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     9.960] (**) Option "xkb_model" "pc105"
[     9.960] (**) Option "xkb_layout" "si"
[     9.960] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.973] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     9.973] (II) event1  - Power Button: device is a keyboard
[     9.973] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     9.973] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     9.973] (**) Video Bus: Applying InputClass "system-keyboard"
[     9.973] (II) Using input driver 'libinput' for 'Video Bus'
[     9.973] (**) Video Bus: always reports core events
[     9.973] (**) Option "Device" "/dev/input/event3"
[     9.974] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     9.974] (II) event3  - Video Bus: device is a keyboard
[     9.974] (II) event3  - Video Bus: device removed
[    10.020] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input3/event3"
[    10.020] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    10.020] (**) Option "xkb_model" "pc105"
[    10.020] (**) Option "xkb_layout" "si"
[    10.020] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.021] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    10.021] (II) event3  - Video Bus: device is a keyboard
[    10.022] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    10.022] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.022] (**) Video Bus: Applying InputClass "system-keyboard"
[    10.022] (II) Using input driver 'libinput' for 'Video Bus'
[    10.022] (**) Video Bus: always reports core events
[    10.022] (**) Option "Device" "/dev/input/event4"
[    10.023] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    10.023] (II) event4  - Video Bus: device is a keyboard
[    10.023] (II) event4  - Video Bus: device removed
[    10.063] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/LNXVIDEO:01/input/input4/event4"
[    10.063] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    10.063] (**) Option "xkb_model" "pc105"
[    10.063] (**) Option "xkb_layout" "si"
[    10.063] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.064] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    10.064] (II) event4  - Video Bus: device is a keyboard
[    10.065] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    10.065] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.065] (**) Power Button: Applying InputClass "system-keyboard"
[    10.065] (II) Using input driver 'libinput' for 'Power Button'
[    10.065] (**) Power Button: always reports core events
[    10.065] (**) Option "Device" "/dev/input/event0"
[    10.065] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.065] (II) event0  - Power Button: device is a keyboard
[    10.065] (II) event0  - Power Button: device removed
[    10.090] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    10.090] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    10.090] (**) Option "xkb_model" "pc105"
[    10.090] (**) Option "xkb_layout" "si"
[    10.090] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.091] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.091] (II) event0  - Power Button: device is a keyboard
[    10.091] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[    10.091] (II) No input driver specified, ignoring this device.
[    10.091] (II) This device may have been added with another device file.
[    10.092] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[    10.092] (II) No input driver specified, ignoring this device.
[    10.092] (II) This device may have been added with another device file.
[    10.092] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[    10.092] (II) No input driver specified, ignoring this device.
[    10.092] (II) This device may have been added with another device file.
[    10.092] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[    10.092] (II) No input driver specified, ignoring this device.
[    10.092] (II) This device may have been added with another device file.
[    10.093] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event10)
[    10.093] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.093] (**) Logitech USB Keyboard: Applying InputClass "system-keyboard"
[    10.093] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[    10.093] (**) Logitech USB Keyboard: always reports core events
[    10.093] (**) Option "Device" "/dev/input/event10"
[    10.094] (II) event10 - Logitech USB Keyboard: is tagged by udev as: Keyboard
[    10.094] (II) event10 - Logitech USB Keyboard: device is a keyboard
[    10.094] (II) event10 - Logitech USB Keyboard: device removed
[    10.127] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-14/1-14:1.0/0003:046D:C31C.0005/input/input10/event10"
[    10.127] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 10)
[    10.127] (**) Option "xkb_model" "pc105"
[    10.127] (**) Option "xkb_layout" "si"
[    10.127] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.128] (II) event10 - Logitech USB Keyboard: is tagged by udev as: Keyboard
[    10.128] (II) event10 - Logitech USB Keyboard: device is a keyboard
[    10.129] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event16)
[    10.129] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    10.129] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    10.129] (II) Using input driver 'libinput' for 'Logitech USB Keyboard Consumer Control'
[    10.129] (**) Logitech USB Keyboard Consumer Control: always reports core events
[    10.129] (**) Option "Device" "/dev/input/event16"
[    10.130] (II) event16 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    10.130] (II) event16 - Logitech USB Keyboard Consumer Control: device is a keyboard
[    10.130] (II) event16 - Logitech USB Keyboard Consumer Control: device removed
[    10.180] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-14/1-14:1.1/0003:046D:C31C.0006/input/input16/event16"
[    10.180] (II) XINPUT: Adding extended input device "Logitech USB Keyboard Consumer Control" (type: KEYBOARD, id 11)
[    10.180] (**) Option "xkb_model" "pc105"
[    10.180] (**) Option "xkb_layout" "si"
[    10.180] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.181] (II) event16 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    10.181] (II) event16 - Logitech USB Keyboard Consumer Control: device is a keyboard
[    10.182] (II) config/udev: Adding input device Logitech USB Keyboard System Control (/dev/input/event17)
[    10.182] (**) Logitech USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    10.182] (**) Logitech USB Keyboard System Control: Applying InputClass "system-keyboard"
[    10.182] (II) Using input driver 'libinput' for 'Logitech USB Keyboard System Control'
[    10.182] (**) Logitech USB Keyboard System Control: always reports core events
[    10.182] (**) Option "Device" "/dev/input/event17"
[    10.183] (II) event17 - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[    10.183] (II) event17 - Logitech USB Keyboard System Control: device is a keyboard
[    10.183] (II) event17 - Logitech USB Keyboard System Control: device removed
[    10.217] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-14/1-14:1.1/0003:046D:C31C.0006/input/input17/event17"
[    10.217] (II) XINPUT: Adding extended input device "Logitech USB Keyboard System Control" (type: KEYBOARD, id 12)
[    10.217] (**) Option "xkb_model" "pc105"
[    10.217] (**) Option "xkb_layout" "si"
[    10.217] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.218] (II) event17 - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[    10.218] (II) event17 - Logitech USB Keyboard System Control: device is a keyboard
[    10.219] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
[    10.219] (II) No input driver specified, ignoring this device.
[    10.219] (II) This device may have been added with another device file.
[    10.219] (II) config/udev: Adding input device UGTABLET 11.6 inch PenDisplay Mouse (/dev/input/event6)
[    10.219] (**) UGTABLET 11.6 inch PenDisplay Mouse: Applying InputClass "libinput pointer catchall"
[    10.219] (II) Using input driver 'libinput' for 'UGTABLET 11.6 inch PenDisplay Mouse'
[    10.219] (**) UGTABLET 11.6 inch PenDisplay Mouse: always reports core events
[    10.219] (**) Option "Device" "/dev/input/event6"
[    10.220] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: is tagged by udev as: Mouse
[    10.220] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: device is a pointer
[    10.220] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: device removed
[    10.270] (II) libinput: UGTABLET 11.6 inch PenDisplay Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.270] (II) libinput: UGTABLET 11.6 inch PenDisplay Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.270] (II) libinput: UGTABLET 11.6 inch PenDisplay Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.270] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb3/3-2/3-2:1.0/0003:28BD:091F.0002/input/input6/event6"
[    10.270] (II) XINPUT: Adding extended input device "UGTABLET 11.6 inch PenDisplay Mouse" (type: MOUSE, id 13)
[    10.270] (**) Option "AccelerationScheme" "none"
[    10.270] (**) UGTABLET 11.6 inch PenDisplay Mouse: (accel) selected scheme none/0
[    10.270] (**) UGTABLET 11.6 inch PenDisplay Mouse: (accel) acceleration factor: 2.000
[    10.270] (**) UGTABLET 11.6 inch PenDisplay Mouse: (accel) acceleration threshold: 4
[    10.271] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: is tagged by udev as: Mouse
[    10.272] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: device is a pointer
[    10.272] (II) config/udev: Adding input device UGTABLET 11.6 inch PenDisplay Mouse (/dev/input/mouse1)
[    10.272] (II) No input driver specified, ignoring this device.
[    10.272] (II) This device may have been added with another device file.
[    10.273] (II) config/udev: Adding input device UGTABLET 11.6 inch PenDisplay Keyboard (/dev/input/event7)
[    10.273] (**) UGTABLET 11.6 inch PenDisplay Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.273] (**) UGTABLET 11.6 inch PenDisplay Keyboard: Applying InputClass "system-keyboard"
[    10.273] (II) Using input driver 'libinput' for 'UGTABLET 11.6 inch PenDisplay Keyboard'
[    10.273] (**) UGTABLET 11.6 inch PenDisplay Keyboard: always reports core events
[    10.273] (**) Option "Device" "/dev/input/event7"
[    10.274] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: is tagged by udev as: Keyboard
[    10.274] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: device is a keyboard
[    10.274] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: device removed
[    10.297] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb3/3-2/3-2:1.0/0003:28BD:091F.0002/input/input7/event7"
[    10.297] (II) XINPUT: Adding extended input device "UGTABLET 11.6 inch PenDisplay Keyboard" (type: KEYBOARD, id 14)
[    10.297] (**) Option "xkb_model" "pc105"
[    10.297] (**) Option "xkb_layout" "si"
[    10.297] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.298] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: is tagged by udev as: Keyboard
[    10.298] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: device is a keyboard
[    10.299] (II) config/udev: Adding input device UGTABLET 11.6 inch PenDisplay (/dev/input/event9)
[    10.299] (**) UGTABLET 11.6 inch PenDisplay: Applying InputClass "libinput tablet catchall"
[    10.299] (II) Using input driver 'libinput' for 'UGTABLET 11.6 inch PenDisplay'
[    10.299] (**) UGTABLET 11.6 inch PenDisplay: always reports core events
[    10.299] (**) Option "Device" "/dev/input/event9"
[    10.355] (II) event9  - UGTABLET 11.6 inch PenDisplay: is tagged by udev as: Tablet
[    10.409] (II) event9  - UGTABLET 11.6 inch PenDisplay: tablet 'UGTABLET 11.6 inch PenDisplay' unknown to libwacom
[    10.409] (II) event9  - UGTABLET 11.6 inch PenDisplay: device is a tablet
[    10.409] (II) event9  - UGTABLET 11.6 inch PenDisplay: device removed
[    10.457] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb3/3-2/3-2:1.1/0003:28BD:091F.0003/input/input9/event9"
[    10.457] (II) XINPUT: Adding extended input device "UGTABLET 11.6 inch PenDisplay" (type: TABLET, id 15)
[    10.514] (II) event9  - UGTABLET 11.6 inch PenDisplay: is tagged by udev as: Tablet
[    10.527] (II) event9  - UGTABLET 11.6 inch PenDisplay: tablet 'UGTABLET 11.6 inch PenDisplay' unknown to libwacom
[    10.527] (II) event9  - UGTABLET 11.6 inch PenDisplay: device is a tablet
[    10.527] (II) config/udev: Adding input device UGTABLET 11.6 inch PenDisplay (/dev/input/mouse2)
[    10.527] (II) No input driver specified, ignoring this device.
[    10.527] (II) This device may have been added with another device file.
[    10.528] (II) config/udev: Adding input device PixArt HP USB Optical Mouse (/dev/input/event5)
[    10.528] (**) PixArt HP USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    10.528] (II) Using input driver 'libinput' for 'PixArt HP USB Optical Mouse'
[    10.528] (**) PixArt HP USB Optical Mouse: always reports core events
[    10.528] (**) Option "Device" "/dev/input/event5"
[    10.529] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[    10.529] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[    10.529] (II) event5  - PixArt HP USB Optical Mouse: device removed
[    10.577] (II) libinput: PixArt HP USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.577] (II) libinput: PixArt HP USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.577] (II) libinput: PixArt HP USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.577] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0d:00.4/usb5/5-1/5-1:1.0/0003:03F0:134A.0001/input/input5/event5"
[    10.577] (II) XINPUT: Adding extended input device "PixArt HP USB Optical Mouse" (type: MOUSE, id 16)
[    10.577] (**) Option "AccelerationScheme" "none"
[    10.577] (**) PixArt HP USB Optical Mouse: (accel) selected scheme none/0
[    10.577] (**) PixArt HP USB Optical Mouse: (accel) acceleration factor: 2.000
[    10.577] (**) PixArt HP USB Optical Mouse: (accel) acceleration threshold: 4
[    10.578] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[    10.578] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[    10.579] (II) config/udev: Adding input device PixArt HP USB Optical Mouse (/dev/input/mouse0)
[    10.579] (II) No input driver specified, ignoring this device.
[    10.579] (II) This device may have been added with another device file.
[    10.579] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event18)
[    10.579] (II) No input driver specified, ignoring this device.
[    10.579] (II) This device may have been added with another device file.
[    10.579] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event19)
[    10.579] (II) No input driver specified, ignoring this device.
[    10.579] (II) This device may have been added with another device file.
[    10.579] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event20)
[    10.579] (II) No input driver specified, ignoring this device.
[    10.579] (II) This device may have been added with another device file.
[    10.580] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event21)
[    10.580] (II) No input driver specified, ignoring this device.
[    10.580] (II) This device may have been added with another device file.
[    10.580] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event22)
[    10.580] (II) No input driver specified, ignoring this device.
[    10.580] (II) This device may have been added with another device file.
[    10.580] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    10.580] (II) No input driver specified, ignoring this device.
[    10.580] (II) This device may have been added with another device file.
[    10.582] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event8)
[    10.582] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    10.582] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[    10.582] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    10.582] (**) HP WMI hotkeys: always reports core events
[    10.582] (**) Option "Device" "/dev/input/event8"
[    10.582] (II) event8  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    10.582] (II) event8  - HP WMI hotkeys: device is a keyboard
[    10.582] (II) event8  - HP WMI hotkeys: device removed
[    10.630] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
[    10.630] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 17)
[    10.630] (**) Option "xkb_model" "pc105"
[    10.630] (**) Option "xkb_layout" "si"
[    10.630] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.631] (II) event8  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    10.631] (II) event8  - HP WMI hotkeys: device is a keyboard
[    10.649] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[    10.649] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[    10.649] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[    10.649] (--) NVIDIA(GPU-0): 
[    10.664] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[    10.664] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[    10.664] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[    10.664] (--) NVIDIA(GPU-0): 
[    13.908] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[    13.908] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[    13.908] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[    13.908] (--) NVIDIA(GPU-0): 
[    13.923] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[    13.923] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[    13.923] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[    13.923] (--) NVIDIA(GPU-0): 
[    23.432] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[    23.432] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[    23.432] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[    23.432] (--) NVIDIA(GPU-0): 
[    23.432] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    23.432] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[    23.432] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[    23.432] (--) NVIDIA(GPU-0): 
[    23.434] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    23.434] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    23.434] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    23.434] (--) NVIDIA(GPU-0): 
[    23.434] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    23.434] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    23.434] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    23.434] (--) NVIDIA(GPU-0): 
[    23.434] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    23.434] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    23.434] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    23.434] (--) NVIDIA(GPU-0): 
[    23.434] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    23.434] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    23.434] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    23.434] (--) NVIDIA(GPU-0): 
[    23.435] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    23.435] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    23.435] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    23.435] (--) NVIDIA(GPU-0): 
[    23.450] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[    23.450] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[    23.450] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[    23.450] (--) NVIDIA(GPU-0): 
[    23.450] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    23.450] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[    23.450] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[    23.450] (--) NVIDIA(GPU-0): 
[    23.452] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    23.452] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    23.452] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    23.452] (--) NVIDIA(GPU-0): 
[    23.452] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    23.452] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    23.452] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    23.452] (--) NVIDIA(GPU-0): 
[    23.453] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    23.453] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    23.453] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    23.453] (--) NVIDIA(GPU-0): 
[    23.453] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    23.453] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    23.453] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    23.453] (--) NVIDIA(GPU-0): 
[    23.453] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    23.453] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    23.453] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    23.453] (--) NVIDIA(GPU-0): 
[    23.913] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[    23.913] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[    23.913] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[    23.913] (--) NVIDIA(GPU-0): 
[    23.913] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    23.913] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[    23.913] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[    23.913] (--) NVIDIA(GPU-0): 
[    23.916] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    23.916] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    23.916] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    23.916] (--) NVIDIA(GPU-0): 
[    23.916] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    23.916] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    23.916] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    23.916] (--) NVIDIA(GPU-0): 
[    23.916] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    23.916] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    23.916] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    23.916] (--) NVIDIA(GPU-0): 
[    23.916] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    23.916] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    23.916] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    23.916] (--) NVIDIA(GPU-0): 
[    23.916] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    23.916] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    23.916] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    23.916] (--) NVIDIA(GPU-0): 
[    23.931] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[    23.931] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[    23.931] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[    23.931] (--) NVIDIA(GPU-0): 
[    23.931] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    23.931] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[    23.931] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[    23.931] (--) NVIDIA(GPU-0): 
[    23.934] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    23.934] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    23.934] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    23.934] (--) NVIDIA(GPU-0): 
[    23.934] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    23.934] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    23.934] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[    23.934] (--) NVIDIA(GPU-0): 
[    23.934] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    23.934] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    23.934] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    23.934] (--) NVIDIA(GPU-0): 
[    23.934] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    23.934] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    23.934] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[    23.934] (--) NVIDIA(GPU-0): 
[    23.934] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    23.934] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    23.934] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[    23.934] (--) NVIDIA(GPU-0): 
[    24.023] (II) NVIDIA(0): Setting mode "DP-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    24.151] (II) NVIDIA(0): Setting mode "NULL"
[    24.186] randr: failed to create shared pixmap
[    26.471] (II) config/udev: Adding input device XP-Pen Pen (/dev/input/mouse3)
[    26.471] (**) XP-Pen Pen: Applying InputClass "system-keyboard"
[    26.471] (II) No input driver specified, ignoring this device.
[    26.471] (II) This device may have been added with another device file.
[    26.472] (II) config/udev: Adding input device XP-Pen Eraser (/dev/input/mouse5)
[    26.472] (II) No input driver specified, ignoring this device.
[    26.472] (II) This device may have been added with another device file.
[    26.472] (II) config/udev: Adding input device XP-Pen Mouse (/dev/input/mouse4)
[    26.472] (**) XP-Pen Mouse: Applying InputClass "system-keyboard"
[    26.472] (II) No input driver specified, ignoring this device.
[    26.472] (II) This device may have been added with another device file.
[    26.524] (II) config/udev: Adding input device XP-Pen Mouse (/dev/input/event24)
[    26.524] (**) XP-Pen Mouse: Applying InputClass "libinput pointer catchall"
[    26.524] (**) XP-Pen Mouse: Applying InputClass "libinput keyboard catchall"
[    26.524] (**) XP-Pen Mouse: Applying InputClass "system-keyboard"
[    26.524] (II) Using input driver 'libinput' for 'XP-Pen Mouse'
[    26.524] (**) XP-Pen Mouse: always reports core events
[    26.524] (**) Option "Device" "/dev/input/event24"
[    26.524] (II) event24 - XP-Pen Mouse: is tagged by udev as: Keyboard Mouse
[    26.524] (II) event24 - XP-Pen Mouse: device is a pointer
[    26.524] (II) event24 - XP-Pen Mouse: device is a keyboard
[    26.525] (II) event24 - XP-Pen Mouse: device removed
[    26.583] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.583] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.583] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.583] (II) libinput: XP-Pen Mouse: needs a virtual subdevice
[    26.583] (**) Option "config_info" "udev:/sys/devices/virtual/input/input24/event24"
[    26.583] (II) XINPUT: Adding extended input device "XP-Pen Mouse" (type: MOUSE, id 18)
[    26.584] (**) Option "AccelerationScheme" "none"
[    26.584] (**) XP-Pen Mouse: (accel) selected scheme none/0
[    26.584] (**) XP-Pen Mouse: (accel) acceleration factor: 2.000
[    26.584] (**) XP-Pen Mouse: (accel) acceleration threshold: 4
[    26.585] (II) event24 - XP-Pen Mouse: is tagged by udev as: Keyboard Mouse
[    26.585] (II) event24 - XP-Pen Mouse: device is a pointer
[    26.585] (II) event24 - XP-Pen Mouse: device is a keyboard
[    26.585] (**) XP-Pen Mouse: Applying InputClass "libinput pointer catchall"
[    26.585] (**) XP-Pen Mouse: Applying InputClass "libinput keyboard catchall"
[    26.585] (**) XP-Pen Mouse: Applying InputClass "system-keyboard"
[    26.585] (II) Using input driver 'libinput' for 'XP-Pen Mouse'
[    26.585] (**) XP-Pen Mouse: always reports core events
[    26.585] (**) Option "Device" "/dev/input/event24"
[    26.585] (II) libinput: XP-Pen Mouse: is a virtual subdevice
[    26.585] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.585] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.585] (II) libinput: XP-Pen Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    26.585] (**) Option "config_info" "udev:/sys/devices/virtual/input/input24/event24"
[    26.585] (II) XINPUT: Adding extended input device "XP-Pen Mouse" (type: KEYBOARD, id 19)
[    26.585] (**) Option "xkb_model" "pc105"
[    26.585] (**) Option "xkb_layout" "si"
[    26.585] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    26.586] (II) config/udev: Adding input device XP-Pen Pen (/dev/input/event23)
[    26.586] (**) XP-Pen Pen: Applying InputClass "libinput keyboard catchall"
[    26.586] (**) XP-Pen Pen: Applying InputClass "libinput tablet catchall"
[    26.586] (**) XP-Pen Pen: Applying InputClass "system-keyboard"
[    26.586] (II) Using input driver 'libinput' for 'XP-Pen Pen'
[    26.586] (**) XP-Pen Pen: always reports core events
[    26.586] (**) Option "Device" "/dev/input/event23"
[    26.617] (II) event23 - XP-Pen Pen: is tagged by udev as: Keyboard Tablet
[    26.646] (II) event23 - XP-Pen Pen: tablet 'XP-Pen Pen' unknown to libwacom
[    26.647] (II) event23 - XP-Pen Pen: device is a tablet
[    26.647] (II) event23 - XP-Pen Pen: device removed
[    26.700] (**) Option "config_info" "udev:/sys/devices/virtual/input/input23/event23"
[    26.700] (II) XINPUT: Adding extended input device "XP-Pen Pen" (type: TABLET, id 20)
[    26.701] (II) event23 - XP-Pen Pen: is tagged by udev as: Keyboard Tablet
[    26.717] (II) event23 - XP-Pen Pen: tablet 'XP-Pen Pen' unknown to libwacom
[    26.717] (II) event23 - XP-Pen Pen: device is a tablet
[    26.718] (II) config/udev: Adding input device XP-Pen Eraser (/dev/input/event25)
[    26.718] (**) XP-Pen Eraser: Applying InputClass "libinput tablet catchall"
[    26.718] (II) Using input driver 'libinput' for 'XP-Pen Eraser'
[    26.718] (**) XP-Pen Eraser: always reports core events
[    26.718] (**) Option "Device" "/dev/input/event25"
[    26.718] (II) event25 - XP-Pen Eraser: is tagged by udev as: Tablet
[    26.735] (II) event25 - XP-Pen Eraser: tablet 'XP-Pen Eraser' unknown to libwacom
[    26.735] (II) event25 - XP-Pen Eraser: device is a tablet
[    26.735] (II) event25 - XP-Pen Eraser: device removed
[    26.797] (**) Option "config_info" "udev:/sys/devices/virtual/input/input25/event25"
[    26.797] (II) XINPUT: Adding extended input device "XP-Pen Eraser" (type: TABLET, id 21)
[    26.798] (II) event25 - XP-Pen Eraser: is tagged by udev as: Tablet
[    26.824] (II) event25 - XP-Pen Eraser: tablet 'XP-Pen Eraser' unknown to libwacom
[    26.824] (II) event25 - XP-Pen Eraser: device is a tablet
[    37.320] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    37.320] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    37.320] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    37.320] (--) NVIDIA(GPU-0): 
[    38.067] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+768 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    43.986] (II) NVIDIA(0): Setting mode "HDMI-0: 1024x768 @1024x768 +0+0 {ViewPortIn=1024x768, ViewPortOut=1024x768+0+0}"
[    48.222] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[    48.222] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[    48.222] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[    48.222] (--) NVIDIA(GPU-0): 
[    48.924] (II) NVIDIA(0): Setting mode "NULL"
[    57.894] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    57.894] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    57.894] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[    57.894] (--) NVIDIA(GPU-0): 
[    58.639] (II) NVIDIA(0): Setting mode "HDMI-0: 1024x768 @1024x768 +0+0 {ViewPortIn=1024x768, ViewPortOut=1024x768+0+0}"
[    79.469] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   569.451] (II) event5  - PixArt HP USB Optical Mouse: Enabling spurious button debouncing, see https://wayland.freedesktop.org/libinput/doc/1.24.0/button-debouncing.html for details
[   571.384] (II) event1  - Power Button: device removed
[   571.403] (II) event3  - Video Bus: device removed
[   571.430] (II) event4  - Video Bus: device removed
[   571.456] (II) event0  - Power Button: device removed
[   571.470] (II) event10 - Logitech USB Keyboard: device removed
[   571.483] (II) event16 - Logitech USB Keyboard Consumer Control: device removed
[   571.510] (II) event17 - Logitech USB Keyboard System Control: device removed
[   571.530] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: device removed
[   571.557] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: device removed
[   571.570] (II) event9  - UGTABLET 11.6 inch PenDisplay: device removed
[   571.603] (II) event5  - PixArt HP USB Optical Mouse: device removed
[   571.630] (II) event8  - HP WMI hotkeys: device removed
[   571.674] (II) event24 - XP-Pen Mouse: device removed
[   571.706] (II) event23 - XP-Pen Pen: device removed
[   571.746] (II) event25 - XP-Pen Eraser: device removed
[   573.873] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   573.874] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   573.874] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   573.874] (--) NVIDIA(GPU-0): 
[   573.874] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   573.874] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   573.874] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   573.874] (--) NVIDIA(GPU-0): 
[   573.874] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   573.874] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   573.874] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   573.874] (--) NVIDIA(GPU-0): 
[   573.874] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   573.874] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   573.874] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   573.874] (--) NVIDIA(GPU-0): 
[   573.874] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   573.874] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   573.874] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   573.874] (--) NVIDIA(GPU-0): 
[   573.874] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   573.874] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   573.874] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   573.874] (--) NVIDIA(GPU-0): 
[   573.874] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   573.874] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   573.874] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   573.874] (--) NVIDIA(GPU-0): 
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:nvidia-auto-select" could not be re-validated
[   573.883] (WW) NVIDIA(0):     against the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1920x1080_165" could not be re-validated
[   573.883] (WW) NVIDIA(0):     against the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1920x1080_144" could not be re-validated
[   573.883] (WW) NVIDIA(0):     against the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1920x1080_120" could not be re-validated
[   573.883] (WW) NVIDIA(0):     against the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1920x1080_85" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1920x1080_60_0" could not be re-validated
[   573.883] (WW) NVIDIA(0):     against the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1920x1080_50" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1680x1050" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1440x900" could not be re-validated against the
[   573.883] (WW) NVIDIA(0):     current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1280x1024" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1280x1024_60" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1280x960" could not be re-validated against the
[   573.883] (WW) NVIDIA(0):     current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1280x800" could not be re-validated against the
[   573.883] (WW) NVIDIA(0):     current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1280x720" could not be re-validated against the
[   573.883] (WW) NVIDIA(0):     current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1280x720_60_0" could not be re-validated
[   573.883] (WW) NVIDIA(0):     against the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1280x720_50" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1152x864" could not be re-validated against the
[   573.883] (WW) NVIDIA(0):     current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1024x768" could not be re-validated against the
[   573.883] (WW) NVIDIA(0):     current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1024x768_70" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:1024x768_60" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:800x600" could not be re-validated against the
[   573.883] (WW) NVIDIA(0):     current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:800x600_72" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:800x600_60" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:800x600_56" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:720x576" could not be re-validated against the
[   573.883] (WW) NVIDIA(0):     current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:720x480" could not be re-validated against the
[   573.883] (WW) NVIDIA(0):     current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:640x480" could not be re-validated against the
[   573.883] (WW) NVIDIA(0):     current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:640x480_72" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:640x480_60" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode "DP-0:640x480_60_0" could not be re-validated against
[   573.883] (WW) NVIDIA(0):     the current hardware configuration; removing.
[   573.883] (WW) NVIDIA(0): MetaMode
[   573.883] (WW) NVIDIA(0):     "DP-0:nvidia-auto-select{ViewPortIn=1366x768,ViewPortOut=1920x1079+0+0}"
[   573.883] (WW) NVIDIA(0):     could not be re-validated against the current hardware
[   573.883] (WW) NVIDIA(0):     configuration; removing.
[   573.886] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   573.897] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   573.897] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   573.897] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   573.897] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   573.897] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   573.897] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   573.897] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   573.897] (II) NVIDIA(0):     Config Options in the README.
[   573.914] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   573.914] (II) event1  - Power Button: device is a keyboard
[   573.915] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   573.915] (II) event3  - Video Bus: device is a keyboard
[   573.916] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[   573.916] (II) event4  - Video Bus: device is a keyboard
[   573.917] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   573.917] (II) event0  - Power Button: device is a keyboard
[   573.918] (II) event10 - Logitech USB Keyboard: is tagged by udev as: Keyboard
[   573.918] (II) event10 - Logitech USB Keyboard: device is a keyboard
[   573.919] (II) event16 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[   573.919] (II) event16 - Logitech USB Keyboard Consumer Control: device is a keyboard
[   573.921] (II) event17 - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[   573.921] (II) event17 - Logitech USB Keyboard System Control: device is a keyboard
[   573.922] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: is tagged by udev as: Mouse
[   573.922] (II) event6  - UGTABLET 11.6 inch PenDisplay Mouse: device is a pointer
[   573.923] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: is tagged by udev as: Keyboard
[   573.923] (II) event7  - UGTABLET 11.6 inch PenDisplay Keyboard: device is a keyboard
[   573.980] (II) event9  - UGTABLET 11.6 inch PenDisplay: is tagged by udev as: Tablet
[   573.994] (II) event9  - UGTABLET 11.6 inch PenDisplay: tablet 'UGTABLET 11.6 inch PenDisplay' unknown to libwacom
[   573.994] (II) event9  - UGTABLET 11.6 inch PenDisplay: device is a tablet
[   573.995] (II) event5  - PixArt HP USB Optical Mouse: is tagged by udev as: Mouse
[   573.995] (II) event5  - PixArt HP USB Optical Mouse: device is a pointer
[   573.996] (II) event8  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   573.996] (II) event8  - HP WMI hotkeys: device is a keyboard
[   573.996] (II) event24 - XP-Pen Mouse: is tagged by udev as: Keyboard Mouse
[   573.996] (II) event24 - XP-Pen Mouse: device is a pointer
[   573.996] (II) event24 - XP-Pen Mouse: device is a keyboard
[   573.997] (II) event23 - XP-Pen Pen: is tagged by udev as: Keyboard Tablet
[   574.010] (II) event23 - XP-Pen Pen: tablet 'XP-Pen Pen' unknown to libwacom
[   574.010] (II) event23 - XP-Pen Pen: device is a tablet
[   574.011] (II) event25 - XP-Pen Eraser: is tagged by udev as: Tablet
[   574.024] (II) event25 - XP-Pen Eraser: tablet 'XP-Pen Eraser' unknown to libwacom
[   574.024] (II) event25 - XP-Pen Eraser: device is a tablet
[   578.352] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   578.352] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   578.352] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   578.352] (--) NVIDIA(GPU-0): 
[   578.367] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   578.367] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   578.367] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   578.367] (--) NVIDIA(GPU-0): 
[   624.826] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   624.826] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   624.826] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   624.826] (--) NVIDIA(GPU-0): 
[   624.826] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   624.826] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   624.826] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   624.826] (--) NVIDIA(GPU-0): 
[   624.826] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   624.826] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   624.826] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   624.826] (--) NVIDIA(GPU-0): 
[   624.826] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   624.826] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   624.826] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   624.826] (--) NVIDIA(GPU-0): 
[   624.826] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   624.826] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   624.826] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   624.827] (--) NVIDIA(GPU-0): 
[   624.827] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   624.827] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   624.827] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   624.827] (--) NVIDIA(GPU-0): 
[   624.827] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   624.827] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   624.827] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   624.827] (--) NVIDIA(GPU-0): 
[   624.842] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   624.842] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   624.842] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   624.842] (--) NVIDIA(GPU-0): 
[   624.842] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   624.842] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   624.842] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   624.842] (--) NVIDIA(GPU-0): 
[   624.842] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   624.842] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   624.842] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   624.842] (--) NVIDIA(GPU-0): 
[   624.842] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   624.842] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   624.842] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   624.842] (--) NVIDIA(GPU-0): 
[   624.842] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   624.843] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   624.843] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   624.843] (--) NVIDIA(GPU-0): 
[   624.843] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   624.843] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   624.843] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   624.843] (--) NVIDIA(GPU-0): 
[   624.843] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   624.843] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   624.843] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   624.843] (--) NVIDIA(GPU-0): 
[   644.477] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   644.477] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   644.477] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   644.478] (--) NVIDIA(GPU-0): 
[   645.228] (II) NVIDIA(0): Setting mode "NULL"
[   653.981] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   653.981] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   653.981] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   653.981] (--) NVIDIA(GPU-0): 
[   653.981] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   653.981] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   653.981] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   653.981] (--) NVIDIA(GPU-0): 
[   653.983] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   653.983] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   653.983] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   653.983] (--) NVIDIA(GPU-0): 
[   653.983] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   653.983] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   653.983] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   653.983] (--) NVIDIA(GPU-0): 
[   653.983] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   653.983] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   653.983] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   653.983] (--) NVIDIA(GPU-0): 
[   653.983] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   653.983] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   653.983] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   653.984] (--) NVIDIA(GPU-0): 
[   653.984] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   653.984] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   653.984] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   653.984] (--) NVIDIA(GPU-0): 
[   653.999] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   653.999] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   653.999] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   653.999] (--) NVIDIA(GPU-0): 
[   653.999] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   653.999] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   653.999] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   654.000] (--) NVIDIA(GPU-0): 
[   654.002] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   654.002] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   654.002] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   654.002] (--) NVIDIA(GPU-0): 
[   654.002] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   654.002] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[   654.002] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[   654.002] (--) NVIDIA(GPU-0): 
[   654.002] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   654.002] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   654.002] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   654.002] (--) NVIDIA(GPU-0): 
[   654.002] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   654.002] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   654.002] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   654.002] (--) NVIDIA(GPU-0): 
[   654.002] (--) NVIDIA(GPU-0): DFP-6: disconnected
[   654.002] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[   654.002] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[   654.002] (--) NVIDIA(GPU-0): 
[   656.403] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   656.403] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   656.403] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   656.403] (--) NVIDIA(GPU-0): 
[   657.173] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   659.434] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   659.435] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   659.435] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   659.435] (--) NVIDIA(GPU-0): 
[   659.450] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): connected
[   659.450] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): Internal TMDS
[   659.450] (--) NVIDIA(GPU-0): UGD Artist 12 pro (DFP-0): 165.0 MHz maximum pixel clock
[   659.450] (--) NVIDIA(GPU-0): 
[   952.397] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): connected
[   952.397] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): Internal DisplayPort
[   952.397] (--) NVIDIA(GPU-0): Acer VG252Q (DFP-1): 2670.0 MHz maximum pixel clock
[   952.397] (--) NVIDIA(GPU-0): 
[   953.171] (II) NVIDIA(0): Setting mode "NULL"
[   967.020] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   967.020] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[   967.020] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[   967.020] (--) NVIDIA(GPU-0): 
[   967.734] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"

Offline

#14 2023-12-18 16:55:11

seth
Member
Registered: 2012-09-03
Posts: 52,396

Re: [SOLVED]unable to connect DP and HDMI monitor simultaneously

[     8.132] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0

You did neither

nor disable the AMD IGP and

seth wrote:

Both outputs are there, just not enabled

Offline

Board footer

Powered by FluxBB