You are not logged in.

#1 2020-11-26 07:05:12

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Monitor Issue on LTS and Nvidia

Hi all -

I'm not really sure how to describe this but whenever my monitor turns off (i.e., idle for 10+ minutes) it loses connection to my X session.  So then i am left with a blank screen.  I can move to a different tty and then back to the X session to get it to reconnect but was wondering if anyone else experience this or had a solution?

I can even reproduce it by forcing the monitor to standby/suspend as described in https://wiki.archlinux.org/index.php/Di … _Signaling

This is what i have installed:
Kernel: 5.4.79-1-lts
Nvidia: nvidia-lts-455.45.01-2  nvidia-utils-455.45.01-1
WM: i3

Thanks!

Last edited by bmccorm2 (2020-11-26 07:10:32)

Offline

#2 2020-11-26 09:10:13

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

Re: Monitor Issue on LTS and Nvidia

And it doesn't get woken up by normal pointer activity? How do you log into i3? If startx did you follow https://wiki.archlinux.org/index.php/Xinit#xinitrc to properly setup your xinitrc?

FWIW this could also be an issue with the monitor and nvidia's HardDPMS option, try

  Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "HardDPMS" "false"
EndSection

Last edited by V1del (2020-11-26 09:22:14)

Offline

#3 2020-11-26 21:16:34

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Monitor Issue on LTS and Nvidia

And it doesn't get woken up by normal pointer activity?

Correct

How do you log into i3?

I use startx.  I just used the normal example that came with X11 (in /etc/X11/xinitrc/xinitrc).  Then i copied to my home directory and added my screenlock and started i3

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"
fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

xautolock -time 10 -locker blurlock &
exec /usr/bin/i3

I tried your hardDPMS suggestion below (i put it in /etc/X11/xorg.conf.d/10-monitor.conf) but still the same issue hmm

Offline

#4 2020-11-26 22:24:40

seth
Member
Registered: 2012-09-03
Posts: 51,283

Re: Monitor Issue on LTS and Nvidia

Please post your xorg log and try

Option "UseHotplugEvents" "False"

Online

#5 2020-11-27 16:09:32

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Monitor Issue on LTS and Nvidia

I added the useHotplugEvents line so here is what i have thus far.  (I didn't reboot but did log out of X then log back in.  Then I tried to force the monitor to standby via commandline and it still disconnects from the monitor)

/etc/X11/xorg.conf.d/10-monitor.conf

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "HardDPMS" "false"
    Option "UseHotplugEvents" "False"
EndSection

Xorg.log

[    15.222] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    15.222] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    15.222] Build Operating System: Linux Arch Linux
[    15.222] Current Operating System: Linux cave 5.4.69-1-lts #1 SMP Thu, 01 Oct 2020 20:40:59 +0000 x86_64
[    15.222] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img root="UUID=12acefc7-0e2c-4b34-86d4-a722f474d5e0" rw
[    15.222] Build Date: 02 September 2020  06:17:44AM
[    15.222]  
[    15.222] Current version of pixman: 0.40.0
[    15.222] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    15.222] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.222] (==) Log file: "/home/bryan/.local/share/xorg/Xorg.0.log", Time: Sun Oct  4 00:21:39 2020
[    15.222] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.223] (==) No Layout section.  Using the first Screen section.
[    15.223] (==) No screen section available. Using defaults.
[    15.223] (**) |-->Screen "Default Screen Section" (0)
[    15.223] (**) |   |-->Monitor "<default monitor>"
[    15.223] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    15.223] (==) Automatically adding devices
[    15.223] (==) Automatically enabling devices
[    15.223] (==) Automatically adding GPU devices
[    15.223] (==) Automatically binding GPU devices
[    15.223] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    15.223] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    15.223] 	Entry deleted from font path.
[    15.224] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    15.224] 	Entry deleted from font path.
[    15.224] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    15.224] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    15.224] 	Entry deleted from font path.
[    15.224] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    15.224] 	Entry deleted from font path.
[    15.224] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    15.224] 	Entry deleted from font path.
[    15.224] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    15.224] 	Entry deleted from font path.
[    15.224] (==) FontPath set to:
	
[    15.224] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.224] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.224] (II) Module ABI versions:
[    15.224] 	X.Org ANSI C Emulation: 0.4
[    15.224] 	X.Org Video Driver: 24.1
[    15.224] 	X.Org XInput driver : 24.1
[    15.224] 	X.Org Server Extension : 10.0
[    15.224] (++) using VT number 2

[    15.224] (--) controlling tty is VT number 2, auto-enabling KeepTty
[    15.225] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    15.225] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.225] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.3/0000:03:00.2/0000:20:04.0/0000:25:00.0/drm/card0
[    15.226] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    15.228] (--) PCI:*(37@0:0:0) 10de:1d01:3842:6232 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    15.228] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    15.228] (II) LoadModule: "glx"
[    15.229] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.232] (II) Module glx: vendor="X.Org Foundation"
[    15.232] 	compiled for 1.20.9, module version = 1.0.0
[    15.232] 	ABI class: X.Org Server Extension, version 10.0
[    15.232] (==) Matched nouveau as autoconfigured driver 0
[    15.232] (==) Matched nv as autoconfigured driver 1
[    15.232] (==) Matched modesetting as autoconfigured driver 2
[    15.232] (==) Matched fbdev as autoconfigured driver 3
[    15.232] (==) Matched vesa as autoconfigured driver 4
[    15.232] (==) Assigned the driver to the xf86ConfigLayout
[    15.232] (II) LoadModule: "nouveau"
[    15.232] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    15.233] (II) Module nouveau: vendor="X.Org Foundation"
[    15.233] 	compiled for 1.20.8, module version = 1.0.16
[    15.233] 	Module class: X.Org Video Driver
[    15.233] 	ABI class: X.Org Video Driver, version 24.1
[    15.233] (II) LoadModule: "nv"
[    15.233] (WW) Warning, couldn't open module nv
[    15.233] (EE) Failed to load module "nv" (module does not exist, 0)
[    15.233] (II) LoadModule: "modesetting"
[    15.233] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    15.234] (II) Module modesetting: vendor="X.Org Foundation"
[    15.234] 	compiled for 1.20.9, module version = 1.20.9
[    15.234] 	Module class: X.Org Video Driver
[    15.234] 	ABI class: X.Org Video Driver, version 24.1
[    15.234] (II) LoadModule: "fbdev"
[    15.234] (WW) Warning, couldn't open module fbdev
[    15.234] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    15.234] (II) LoadModule: "vesa"
[    15.234] (WW) Warning, couldn't open module vesa
[    15.234] (EE) Failed to load module "vesa" (module does not exist, 0)
[    15.234] (II) NOUVEAU driver 
[    15.234] (II) NOUVEAU driver for NVIDIA chipset families :
[    15.234] 	RIVA TNT            (NV04)
[    15.234] 	RIVA TNT2           (NV05)
[    15.234] 	GeForce 256         (NV10)
[    15.234] 	GeForce 2           (NV11, NV15)
[    15.234] 	GeForce 4MX         (NV17, NV18)
[    15.234] 	GeForce 3           (NV20)
[    15.234] 	GeForce 4Ti         (NV25, NV28)
[    15.234] 	GeForce FX          (NV3x)
[    15.234] 	GeForce 6           (NV4x)
[    15.234] 	GeForce 7           (G7x)
[    15.234] 	GeForce 8           (G8x)
[    15.234] 	GeForce 9           (G9x)
[    15.234] 	GeForce GTX 2xx/3xx (GT2xx)
[    15.234] 	GeForce GTX 4xx/5xx (GFxxx)
[    15.234] 	GeForce GTX 6xx/7xx (GKxxx)
[    15.234] 	GeForce GTX 9xx     (GMxxx)
[    15.234] 	GeForce GTX 10xx    (GPxxx)
[    15.234] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.234] (II) [drm] nouveau interface version: 1.3.1
[    15.234] (WW) Falling back to old probe method for modesetting
[    15.234] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    15.235] (II) Loading sub module "dri2"
[    15.235] (II) LoadModule: "dri2"
[    15.235] (II) Module "dri2" already built-in
[    15.235] (--) NOUVEAU(0): Chipset: "NVIDIA NV138"
[    15.235] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    15.235] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    15.235] (==) NOUVEAU(0): RGB weight 888
[    15.235] (==) NOUVEAU(0): Default visual is TrueColor
[    15.235] (==) NOUVEAU(0): Using HW cursor
[    15.235] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[    15.235] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[    15.235] (==) NOUVEAU(0): Page flipping enabled
[    15.235] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[    15.235] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[    15.235] (II) NOUVEAU(0): Initializing outputs ...
[    15.236] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[    15.321] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[    15.321] (II) NOUVEAU(0): 2 crtcs needed for screen.
[    15.321] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[    15.321] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[    15.323] (II) NOUVEAU(0): EDID for output DVI-D-1
[    15.407] (II) NOUVEAU(0): EDID for output HDMI-1
[    15.407] (II) NOUVEAU(0): Manufacturer: MSI  Model: 1462  Serial#: 1
[    15.407] (II) NOUVEAU(0): Year: 2019  Week: 19
[    15.407] (II) NOUVEAU(0): EDID Version: 1.3
[    15.407] (II) NOUVEAU(0): Digital Display Input
[    15.407] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 80  vert.: 33
[    15.407] (II) NOUVEAU(0): Gamma: 2.20
[    15.407] (II) NOUVEAU(0): DPMS capabilities: Off
[    15.407] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    15.407] (II) NOUVEAU(0): First detailed timing is preferred mode
[    15.407] (II) NOUVEAU(0): redX: 0.680 redY: 0.313   greenX: 0.283 greenY: 0.650
[    15.407] (II) NOUVEAU(0): blueX: 0.147 blueY: 0.071   whiteX: 0.313 whiteY: 0.329
[    15.407] (II) NOUVEAU(0): Supported established timings:
[    15.407] (II) NOUVEAU(0): 720x400@70Hz
[    15.407] (II) NOUVEAU(0): 640x480@60Hz
[    15.407] (II) NOUVEAU(0): 640x480@67Hz
[    15.407] (II) NOUVEAU(0): 640x480@72Hz
[    15.407] (II) NOUVEAU(0): 640x480@75Hz
[    15.407] (II) NOUVEAU(0): 800x600@56Hz
[    15.407] (II) NOUVEAU(0): 800x600@60Hz
[    15.407] (II) NOUVEAU(0): 800x600@72Hz
[    15.407] (II) NOUVEAU(0): 800x600@75Hz
[    15.407] (II) NOUVEAU(0): 1024x768@60Hz
[    15.407] (II) NOUVEAU(0): 1024x768@70Hz
[    15.407] (II) NOUVEAU(0): 1024x768@75Hz
[    15.407] (II) NOUVEAU(0): 1280x1024@75Hz
[    15.407] (II) NOUVEAU(0): Manufacturer's mask: 0
[    15.407] (II) NOUVEAU(0): Supported standard timings:
[    15.407] (II) NOUVEAU(0): #0: hsize: 1024  vsize 768  refresh: 60  vid: 16481
[    15.407] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    15.407] (II) NOUVEAU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    15.407] (II) NOUVEAU(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    15.407] (II) NOUVEAU(0): #4: hsize: 1440  vsize 900  refresh: 100  vid: 10389
[    15.407] (II) NOUVEAU(0): #5: hsize: 1920  vsize 1080  refresh: 100  vid: 59601
[    15.407] (II) NOUVEAU(0): #6: hsize: 1680  vsize 1050  refresh: 100  vid: 10419
[    15.407] (II) NOUVEAU(0): #7: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    15.407] (II) NOUVEAU(0): Supported detailed timing:
[    15.407] (II) NOUVEAU(0): clock: 319.9 MHz   Image Size:  797 x 333 mm
[    15.407] (II) NOUVEAU(0): h_active: 3440  h_sync: 3488  h_sync_end 3520 h_blank_end 3600 h_border: 0
[    15.407] (II) NOUVEAU(0): v_active: 1440  v_sync: 1443  v_sync_end 1453 v_blanking: 1482 v_border: 0
[    15.407] (II) NOUVEAU(0): Supported detailed timing:
[    15.407] (II) NOUVEAU(0): clock: 160.0 MHz   Image Size:  797 x 333 mm
[    15.407] (II) NOUVEAU(0): h_active: 3440  h_sync: 3488  h_sync_end 3520 h_blank_end 3600 h_border: 0
[    15.407] (II) NOUVEAU(0): v_active: 1440  v_sync: 1443  v_sync_end 1453 v_blanking: 1474 v_border: 0
[    15.407] (II) NOUVEAU(0): Monitor name: MSI MAG341CQ
[    15.407] (II) NOUVEAU(0): Serial No: MA0H059190504
[    15.407] (II) NOUVEAU(0): Supported detailed timing:
[    15.407] (II) NOUVEAU(0): clock: 319.9 MHz   Image Size:  797 x 333 mm
[    15.407] (II) NOUVEAU(0): h_active: 3440  h_sync: 3488  h_sync_end 3520 h_blank_end 3600 h_border: 0
[    15.407] (II) NOUVEAU(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[    15.407] (II) NOUVEAU(0): Supported detailed timing:
[    15.407] (II) NOUVEAU(0): clock: 533.1 MHz   Image Size:  797 x 333 mm
[    15.407] (II) NOUVEAU(0): h_active: 3440  h_sync: 3488  h_sync_end 3520 h_blank_end 3600 h_border: 0
[    15.407] (II) NOUVEAU(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[    15.407] (II) NOUVEAU(0): Supported detailed timing:
[    15.407] (II) NOUVEAU(0): clock: 241.5 MHz   Image Size:  797 x 333 mm
[    15.407] (II) NOUVEAU(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[    15.407] (II) NOUVEAU(0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[    15.407] (II) NOUVEAU(0): Supported detailed timing:
[    15.407] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  797 x 333 mm
[    15.407] (II) NOUVEAU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    15.407] (II) NOUVEAU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1125 v_border: 0
[    15.407] (II) NOUVEAU(0): Number of EDID sections to follow: 1
[    15.407] (II) NOUVEAU(0): EDID (in hex):
[    15.407] (II) NOUVEAU(0): 	00ffffffffffff003669621401000000
[    15.407] (II) NOUVEAU(0): 	131d0103805021782a1ad5ae5048a625
[    15.407] (II) NOUVEAU(0): 	125054bfcf00614081809500b3009528
[    15.407] (II) NOUVEAU(0): 	d1e8b328d1c0f57c70a0d0a02a503020
[    15.407] (II) NOUVEAU(0): 	3a001d4d3100001e803e70a0d0a02250
[    15.407] (II) NOUVEAU(0): 	30203a001d4d3100001e000000fc004d
[    15.407] (II) NOUVEAU(0): 	5349204d414733343143510a000000ff
[    15.407] (II) NOUVEAU(0): 	004d4130483035393139303530340191
[    15.407] (II) NOUVEAU(0): 	02032f314f0102030405868710919213
[    15.407] (II) NOUVEAU(0): 	1495961f8300000065030c00100067d8
[    15.407] (II) NOUVEAU(0): 	5dc401788800681a00000101309000f5
[    15.407] (II) NOUVEAU(0): 	7c70a0d0a02950302035001d4d310000
[    15.407] (II) NOUVEAU(0): 	1a43d070a0d0a02950302035001d4d31
[    15.407] (II) NOUVEAU(0): 	00001a565e00a0a0a02950302035001d
[    15.407] (II) NOUVEAU(0): 	4d31000006023a80d072382d40102c35
[    15.407] (II) NOUVEAU(0): 	801d4d31000000000000000000000094
[    15.407] (II) NOUVEAU(0): Printing probed modes for output HDMI-1
[    15.407] (II) NOUVEAU(0): Modeline "3440x1440"x60.0  319.89  3440 3488 3520 3600  1440 1443 1453 1482 +hsync +vsync (88.9 kHz eP)
[    15.407] (II) NOUVEAU(0): Modeline "3440x1440"x100.0  533.15  3440 3488 3520 3600  1440 1443 1448 1481 +hsync -vsync (148.1 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "3440x1440"x60.0  319.89  3440 3488 3520 3600  1440 1443 1448 1481 +hsync -vsync (88.9 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "3440x1440"x30.2  160.00  3440 3488 3520 3600  1440 1443 1453 1474 +hsync +vsync (44.4 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync +vsync (88.8 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x100.0  301.99  1920 2072 2280 2640  1080 1081 1084 1144 -hsync +vsync (114.4 kHz)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1083 1088 1125 -hsync -vsync (56.2 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080i"x30.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080i"x25.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080i"x30.0   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1680x1050"x100.0  256.24  1680 1808 1992 2304  1050 1051 1054 1112 -hsync +vsync (111.2 kHz)
[    15.407] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1440x900"x100.0  187.63  1440 1544 1704 1968  900 901 904 953 -hsync +vsync (95.3 kHz)
[    15.407] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.407] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    15.407] (II) NOUVEAU(0): Output DVI-D-1 disconnected
[    15.407] (II) NOUVEAU(0): Output HDMI-1 connected
[    15.407] (II) NOUVEAU(0): Using exact sizes for initial modes
[    15.407] (II) NOUVEAU(0): Output HDMI-1 using initial mode 3440x1440 +0+0
[    15.407] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.407] (II) NOUVEAU(0): Virtual size is 3440x1440 (pitch 0)
[    15.407] (**) NOUVEAU(0):  Driver mode "3440x1440": 319.9 MHz (scaled from 0.0 MHz), 88.9 kHz, 60.0 Hz
[    15.407] (II) NOUVEAU(0): Modeline "3440x1440"x60.0  319.89  3440 3488 3520 3600  1440 1443 1453 1482 +hsync +vsync (88.9 kHz eP)
[    15.407] (**) NOUVEAU(0):  Driver mode "3440x1440": 533.1 MHz (scaled from 0.0 MHz), 148.1 kHz, 100.0 Hz
[    15.407] (II) NOUVEAU(0): Modeline "3440x1440"x100.0  533.15  3440 3488 3520 3600  1440 1443 1448 1481 +hsync -vsync (148.1 kHz e)
[    15.407] (**) NOUVEAU(0):  Driver mode "3440x1440": 319.9 MHz (scaled from 0.0 MHz), 88.9 kHz, 60.0 Hz
[    15.407] (II) NOUVEAU(0): Modeline "3440x1440"x60.0  319.89  3440 3488 3520 3600  1440 1443 1448 1481 +hsync -vsync (88.9 kHz e)
[    15.407] (**) NOUVEAU(0):  Driver mode "3440x1440": 160.0 MHz (scaled from 0.0 MHz), 44.4 kHz, 30.2 Hz
[    15.407] (II) NOUVEAU(0): Modeline "3440x1440"x30.2  160.00  3440 3488 3520 3600  1440 1443 1453 1474 +hsync +vsync (44.4 kHz e)
[    15.407] (**) NOUVEAU(0):  Driver mode "2560x1440": 241.5 MHz (scaled from 0.0 MHz), 88.8 kHz, 60.0 Hz
[    15.407] (II) NOUVEAU(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync +vsync (88.8 kHz e)
[    15.407] (**) NOUVEAU(0):  Mode "1920x1080": 302.0 MHz (scaled from 0.0 MHz), 114.4 kHz, 100.0 Hz
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x100.0  301.99  1920 2072 2280 2640  1080 1081 1084 1144 -hsync +vsync (114.4 kHz)
[    15.407] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[    15.407] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    15.407] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 56.2 kHz, 50.0 Hz
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1083 1088 1125 -hsync -vsync (56.2 kHz e)
[    15.407] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 56.2 kHz, 50.0 Hz
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    15.407] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.4 MHz (scaled from 0.0 MHz), 67.4 kHz, 59.9 Hz
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    15.407] (**) NOUVEAU(0):  Driver mode "1920x1080i": 74.2 MHz (scaled from 0.0 MHz), 33.8 kHz, 30.0 Hz (I)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080i"x30.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    15.407] (**) NOUVEAU(0):  Driver mode "1920x1080i": 74.2 MHz (scaled from 0.0 MHz), 28.1 kHz, 25.0 Hz (I)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080i"x25.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    15.407] (**) NOUVEAU(0):  Driver mode "1920x1080i": 74.2 MHz (scaled from 0.0 MHz), 33.7 kHz, 30.0 Hz (I)
[    15.407] (II) NOUVEAU(0): Modeline "1920x1080i"x30.0   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[    15.407] (**) NOUVEAU(0):  Mode "1680x1050": 256.2 MHz (scaled from 0.0 MHz), 111.2 kHz, 100.0 Hz
[    15.407] (II) NOUVEAU(0): Modeline "1680x1050"x100.0  256.24  1680 1808 1992 2304  1050 1051 1054 1112 -hsync +vsync (111.2 kHz)
[    15.407] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    15.408] (**) NOUVEAU(0):  Mode "1440x900": 187.6 MHz (scaled from 0.0 MHz), 95.3 kHz, 100.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1440x900"x100.0  187.63  1440 1544 1704 1968  900 901 904 953 -hsync +vsync (95.3 kHz)
[    15.408] (**) NOUVEAU(0):  Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 37.5 kHz, 50.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 59.9 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
[    15.408] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    15.408] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[    15.408] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "720x576": 27.0 MHz (scaled from 0.0 MHz), 31.2 kHz, 50.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "720x480": 27.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "720x480": 27.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    15.408] (II) NOUVEAU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
[    15.408] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
[    15.408] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    15.408] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    15.408] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.408] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    15.408] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    15.408] (==) NOUVEAU(0): DPI set to (96, 96)
[    15.408] (II) Loading sub module "fb"
[    15.408] (II) LoadModule: "fb"
[    15.408] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.408] (II) Module fb: vendor="X.Org Foundation"
[    15.408] 	compiled for 1.20.9, module version = 1.0.0
[    15.408] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.408] (II) Loading sub module "shadowfb"
[    15.408] (II) LoadModule: "shadowfb"
[    15.408] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    15.408] (II) Module shadowfb: vendor="X.Org Foundation"
[    15.408] 	compiled for 1.20.9, module version = 1.0.0
[    15.408] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.408] (II) UnloadModule: "modesetting"
[    15.408] (II) Unloading modesetting
[    15.410] (II) NOUVEAU(0): Channel setup complete.
[    15.410] (II) NOUVEAU(0): [COPY] async initialised.
[    15.411] (II) NOUVEAU(0): Hardware support for Present enabled
[    15.411] (II) NOUVEAU(0): [DRI2] Setup complete
[    15.411] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    15.411] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    15.411] (II) Loading sub module "exa"
[    15.411] (II) LoadModule: "exa"
[    15.411] (II) Loading /usr/lib/xorg/modules/libexa.so
[    15.411] (II) Module exa: vendor="X.Org Foundation"
[    15.411] 	compiled for 1.20.9, module version = 2.6.0
[    15.411] 	ABI class: X.Org Video Driver, version 24.1
[    15.411] (II) EXA(0): Driver allocated offscreen pixmaps
[    15.411] (II) EXA(0): Driver registered support for the following operations:
[    15.411] (II)         Solid
[    15.411] (II)         Copy
[    15.411] (II)         Composite (RENDER acceleration)
[    15.411] (II)         UploadToScreen
[    15.411] (II)         DownloadFromScreen
[    15.411] (==) NOUVEAU(0): Backing store enabled
[    15.411] (==) NOUVEAU(0): Silken mouse disabled
[    15.411] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    15.411] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    15.411] (==) NOUVEAU(0): DPMS enabled
[    15.412] (II) Initializing extension Generic Event Extension
[    15.412] (II) Initializing extension SHAPE
[    15.412] (II) Initializing extension MIT-SHM
[    15.412] (II) Initializing extension XInputExtension
[    15.412] (II) Initializing extension XTEST
[    15.412] (II) Initializing extension BIG-REQUESTS
[    15.412] (II) Initializing extension SYNC
[    15.412] (II) Initializing extension XKEYBOARD
[    15.412] (II) Initializing extension XC-MISC
[    15.412] (II) Initializing extension SECURITY
[    15.412] (II) Initializing extension XFIXES
[    15.412] (II) Initializing extension RENDER
[    15.412] (II) Initializing extension RANDR
[    15.412] (II) Initializing extension COMPOSITE
[    15.412] (II) Initializing extension DAMAGE
[    15.412] (II) Initializing extension MIT-SCREEN-SAVER
[    15.412] (II) Initializing extension DOUBLE-BUFFER
[    15.412] (II) Initializing extension RECORD
[    15.412] (II) Initializing extension DPMS
[    15.412] (II) Initializing extension Present
[    15.412] (II) Initializing extension DRI3
[    15.412] (II) Initializing extension X-Resource
[    15.412] (II) Initializing extension XVideo
[    15.412] (II) Initializing extension XVideo-MotionCompensation
[    15.412] (II) Initializing extension GLX
[    15.521] (II) AIGLX: Loaded and initialized nouveau
[    15.521] (II) GLX: Initialized DRI2 GL provider for screen 0
[    15.521] (II) Initializing extension XFree86-VidModeExtension
[    15.521] (II) Initializing extension XFree86-DGA
[    15.521] (II) Initializing extension XFree86-DRI
[    15.521] (II) Initializing extension DRI2
[    15.529] (II) NOUVEAU(0): NVEnterVT is called.
[    15.559] (II) NOUVEAU(0): Setting screen physical size to 910 x 381
[    15.559] resize called 3440 1440
[    15.580] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    15.580] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.580] (II) LoadModule: "libinput"
[    15.580] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    15.582] (II) Module libinput: vendor="X.Org Foundation"
[    15.582] 	compiled for 1.20.8, module version = 0.30.0
[    15.582] 	Module class: X.Org XInput Driver
[    15.582] 	ABI class: X.Org XInput driver, version 24.1
[    15.582] (II) Using input driver 'libinput' for 'Power Button'
[    15.582] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 15 paused 0
[    15.582] (**) Power Button: always reports core events
[    15.582] (**) Option "Device" "/dev/input/event1"
[    15.582] (**) Option "_source" "server/udev"
[    15.585] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    15.585] (II) event1  - Power Button: device is a keyboard
[    15.585] (II) event1  - Power Button: device removed
[    15.585] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    15.585] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    15.585] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    15.585] (II) event1  - Power Button: device is a keyboard
[    15.586] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    15.586] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.586] (II) Using input driver 'libinput' for 'Power Button'
[    15.586] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 18 paused 0
[    15.586] (**) Power Button: always reports core events
[    15.586] (**) Option "Device" "/dev/input/event0"
[    15.586] (**) Option "_source" "server/udev"
[    15.586] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    15.586] (II) event0  - Power Button: device is a keyboard
[    15.586] (II) event0  - Power Button: device removed
[    15.586] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    15.586] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    15.587] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    15.587] (II) event0  - Power Button: device is a keyboard
[    15.587] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 (/dev/input/event3)
[    15.587] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: Applying InputClass "libinput keyboard catchall"
[    15.587] (II) Using input driver 'libinput' for 'SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀'
[    15.587] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 19 paused 0
[    15.587] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: always reports core events
[    15.587] (**) Option "Device" "/dev/input/event3"
[    15.587] (**) Option "_source" "server/udev"
[    15.588] (II) event3  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: is tagged by udev as: Keyboard
[    15.588] (II) event3  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device is a keyboard
[    15.588] (II) event3  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device removed
[    15.588] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.0/0003:0603:1008.0007/input/input12/event3"
[    15.588] (II) XINPUT: Adding extended input device "SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀" (type: KEYBOARD, id 8)
[    15.589] (II) event3  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: is tagged by udev as: Keyboard
[    15.589] (II) event3  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device is a keyboard
[    15.590] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse (/dev/input/event4)
[    15.590] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: Applying InputClass "libinput pointer catchall"
[    15.590] (II) Using input driver 'libinput' for 'SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse'
[    15.590] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 20 paused 0
[    15.590] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: always reports core events
[    15.590] (**) Option "Device" "/dev/input/event4"
[    15.590] (**) Option "_source" "server/udev"
[    15.591] (II) event4  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: is tagged by udev as: Mouse
[    15.591] (II) event4  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device is a pointer
[    15.591] (II) event4  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device removed
[    15.591] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.1/0003:0603:1008.0008/input/input13/event4"
[    15.591] (II) XINPUT: Adding extended input device "SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse" (type: MOUSE, id 9)
[    15.591] (**) Option "AccelerationScheme" "none"
[    15.591] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: (accel) selected scheme none/0
[    15.591] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: (accel) acceleration factor: 2.000
[    15.591] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: (accel) acceleration threshold: 4
[    15.592] (II) event4  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: is tagged by udev as: Mouse
[    15.592] (II) event4  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device is a pointer
[    15.592] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse (/dev/input/mouse1)
[    15.592] (II) No input driver specified, ignoring this device.
[    15.592] (II) This device may have been added with another device file.
[    15.592] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control (/dev/input/event5)
[    15.592] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: Applying InputClass "libinput keyboard catchall"
[    15.592] (II) Using input driver 'libinput' for 'SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control'
[    15.593] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 21 paused 0
[    15.593] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: always reports core events
[    15.593] (**) Option "Device" "/dev/input/event5"
[    15.593] (**) Option "_source" "server/udev"
[    15.593] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: is tagged by udev as: Keyboard
[    15.593] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device is a keyboard
[    15.594] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device removed
[    15.594] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.1/0003:0603:1008.0008/input/input14/event5"
[    15.594] (II) XINPUT: Adding extended input device "SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control" (type: KEYBOARD, id 10)
[    15.594] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: is tagged by udev as: Keyboard
[    15.594] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device is a keyboard
[    15.595] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[    15.595] (II) No input driver specified, ignoring this device.
[    15.595] (II) This device may have been added with another device file.
[    15.595] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[    15.595] (II) No input driver specified, ignoring this device.
[    15.595] (II) This device may have been added with another device file.
[    15.595] (II) config/udev: Adding input device Logitech Performance MX (/dev/input/event2)
[    15.595] (**) Logitech Performance MX: Applying InputClass "libinput pointer catchall"
[    15.595] (II) Using input driver 'libinput' for 'Logitech Performance MX'
[    15.596] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22 paused 0
[    15.596] (**) Logitech Performance MX: always reports core events
[    15.596] (**) Option "Device" "/dev/input/event2"
[    15.596] (**) Option "_source" "server/udev"
[    15.596] (II) event2  - Logitech Performance MX: is tagged by udev as: Mouse
[    15.596] (II) event2  - Logitech Performance MX: device set to 1000 DPI
[    15.596] (II) event2  - Logitech Performance MX: device is a pointer
[    15.597] (II) event2  - Logitech Performance MX: device removed
[    15.597] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:101A.0004/input/input11/event2"
[    15.597] (II) XINPUT: Adding extended input device "Logitech Performance MX" (type: MOUSE, id 11)
[    15.597] (**) Option "AccelerationScheme" "none"
[    15.597] (**) Logitech Performance MX: (accel) selected scheme none/0
[    15.597] (**) Logitech Performance MX: (accel) acceleration factor: 2.000
[    15.597] (**) Logitech Performance MX: (accel) acceleration threshold: 4
[    15.597] (II) event2  - Logitech Performance MX: is tagged by udev as: Mouse
[    15.597] (II) event2  - Logitech Performance MX: device set to 1000 DPI
[    15.598] (II) event2  - Logitech Performance MX: device is a pointer
[    15.598] (II) config/udev: Adding input device Logitech Performance MX (/dev/input/mouse0)
[    15.598] (II) No input driver specified, ignoring this device.
[    15.598] (II) This device may have been added with another device file.
[    15.598] (II) config/udev: Adding input device Kinesis KB800PB-BT Keyboard (/dev/input/event7)
[    15.598] (**) Kinesis KB800PB-BT Keyboard: Applying InputClass "libinput keyboard catchall"
[    15.598] (II) Using input driver 'libinput' for 'Kinesis KB800PB-BT Keyboard'
[    15.598] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 23 paused 0
[    15.598] (**) Kinesis KB800PB-BT Keyboard: always reports core events
[    15.599] (**) Option "Device" "/dev/input/event7"
[    15.599] (**) Option "_source" "server/udev"
[    15.599] (II) event7  - Kinesis KB800PB-BT Keyboard: is tagged by udev as: Keyboard
[    15.599] (II) event7  - Kinesis KB800PB-BT Keyboard: device is a keyboard
[    15.599] (II) event7  - Kinesis KB800PB-BT Keyboard: device removed
[    15.599] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-2/3-2:1.0/bluetooth/hci0/hci0:71/0005:0A5C:8502.0009/input/input29/event7"
[    15.599] (II) XINPUT: Adding extended input device "Kinesis KB800PB-BT Keyboard" (type: KEYBOARD, id 12)
[    15.600] (II) event7  - Kinesis KB800PB-BT Keyboard: is tagged by udev as: Keyboard
[    15.600] (II) event7  - Kinesis KB800PB-BT Keyboard: device is a keyboard
[    15.601] (II) config/udev: Adding input device Kinesis KB800PB-BT Consumer Control (/dev/input/event16)
[    15.601] (**) Kinesis KB800PB-BT Consumer Control: Applying InputClass "libinput keyboard catchall"
[    15.601] (II) Using input driver 'libinput' for 'Kinesis KB800PB-BT Consumer Control'
[    15.601] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 24 paused 0
[    15.601] (**) Kinesis KB800PB-BT Consumer Control: always reports core events
[    15.601] (**) Option "Device" "/dev/input/event16"
[    15.601] (**) Option "_source" "server/udev"
[    15.602] (II) event16 - Kinesis KB800PB-BT Consumer Control: is tagged by udev as: Keyboard
[    15.602] (II) event16 - Kinesis KB800PB-BT Consumer Control: device is a keyboard
[    15.602] (II) event16 - Kinesis KB800PB-BT Consumer Control: device removed
[    15.602] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-2/3-2:1.0/bluetooth/hci0/hci0:71/0005:0A5C:8502.0009/input/input30/event16"
[    15.602] (II) XINPUT: Adding extended input device "Kinesis KB800PB-BT Consumer Control" (type: KEYBOARD, id 13)
[    15.603] (II) event16 - Kinesis KB800PB-BT Consumer Control: is tagged by udev as: Keyboard
[    15.603] (II) event16 - Kinesis KB800PB-BT Consumer Control: device is a keyboard
[    15.603] (II) config/udev: Adding input device Kinesis KB800PB-BT System Control (/dev/input/event19)
[    15.603] (**) Kinesis KB800PB-BT System Control: Applying InputClass "libinput keyboard catchall"
[    15.603] (II) Using input driver 'libinput' for 'Kinesis KB800PB-BT System Control'
[    15.603] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 25 paused 0
[    15.603] (**) Kinesis KB800PB-BT System Control: always reports core events
[    15.603] (**) Option "Device" "/dev/input/event19"
[    15.603] (**) Option "_source" "server/udev"
[    15.604] (II) event19 - Kinesis KB800PB-BT System Control: is tagged by udev as: Keyboard
[    15.604] (II) event19 - Kinesis KB800PB-BT System Control: device is a keyboard
[    15.604] (II) event19 - Kinesis KB800PB-BT System Control: device removed
[    15.604] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-2/3-2:1.0/bluetooth/hci0/hci0:71/0005:0A5C:8502.0009/input/input31/event19"
[    15.604] (II) XINPUT: Adding extended input device "Kinesis KB800PB-BT System Control" (type: KEYBOARD, id 14)
[    15.605] (II) event19 - Kinesis KB800PB-BT System Control: is tagged by udev as: Keyboard
[    15.605] (II) event19 - Kinesis KB800PB-BT System Control: device is a keyboard
[    15.605] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event8)
[    15.605] (II) No input driver specified, ignoring this device.
[    15.605] (II) This device may have been added with another device file.
[    15.606] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[    15.606] (II) No input driver specified, ignoring this device.
[    15.606] (II) This device may have been added with another device file.
[    15.606] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event10)
[    15.606] (II) No input driver specified, ignoring this device.
[    15.606] (II) This device may have been added with another device file.
[    15.606] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event11)
[    15.606] (II) No input driver specified, ignoring this device.
[    15.606] (II) This device may have been added with another device file.
[    15.606] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event12)
[    15.606] (II) No input driver specified, ignoring this device.
[    15.606] (II) This device may have been added with another device file.
[    15.606] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event13)
[    15.606] (II) No input driver specified, ignoring this device.
[    15.606] (II) This device may have been added with another device file.
[    15.606] (II) config/udev: Adding input device HD-Audio Generic Line Out Side (/dev/input/event14)
[    15.606] (II) No input driver specified, ignoring this device.
[    15.606] (II) This device may have been added with another device file.
[    15.606] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event15)
[    15.606] (II) No input driver specified, ignoring this device.
[    15.606] (II) This device may have been added with another device file.
[    15.607] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    15.607] (II) No input driver specified, ignoring this device.
[    15.607] (II) This device may have been added with another device file.
[    89.565] (EE) event7  - Kinesis KB800PB-BT Keyboard: client bug: event processing lagging behind by 40ms, your system is too slow
[   186.982] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 11ms, your system is too slow
[   223.741] (EE) event7  - Kinesis KB800PB-BT Keyboard: client bug: event processing lagging behind by 17ms, your system is too slow
[   245.056] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 14ms, your system is too slow
[   277.732] (EE) event7  - Kinesis KB800PB-BT Keyboard: client bug: event processing lagging behind by 27ms, your system is too slow
[   334.601] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 12ms, your system is too slow
[   336.703] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 19ms, your system is too slow
[   425.823] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 11ms, your system is too slow
[   439.836] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 13ms, your system is too slow
[   459.555] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 11ms, your system is too slow
[   514.183] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 17ms, your system is too slow
[   515.584] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 66ms, your system is too slow
[   559.074] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 16ms, your system is too slow
[   581.256] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 12ms, your system is too slow
[   669.217] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 15ms, your system is too slow
[   673.136] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 14ms, your system is too slow
[   701.084] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 14ms, your system is too slow
[   728.958] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 12ms, your system is too slow
[   744.769] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 13ms, your system is too slow
[   754.534] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 26ms, your system is too slow
[   781.456] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 13ms, your system is too slow
[   801.537] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 11ms, your system is too slow
[   808.963] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 13ms, your system is too slow
[   833.114] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 12ms, your system is too slow
[   885.390] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 20ms, your system is too slow
[   902.195] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 13ms, your system is too slow
[   917.639] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 13ms, your system is too slow
[   918.589] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 13ms, your system is too slow
[  1046.086] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 22ms, your system is too slow
[  1140.118] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 22ms, your system is too slow
[  1140.293] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 11ms, your system is too slow
[  1162.375] (EE) event7  - Kinesis KB800PB-BT Keyboard: client bug: event processing lagging behind by 11ms, your system is too slow
[  1171.715] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 13ms, your system is too slow
[  1235.292] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 12ms, your system is too slow
[  1346.038] (EE) event7  - Kinesis KB800PB-BT Keyboard: client bug: event processing lagging behind by 33ms, your system is too slow
[  1395.804] (EE) event2  - Logitech Performance MX: client bug: event processing lagging behind by 26ms, your system is too slow
[  1599.470] (**) Option "fd" "15"
[  1599.470] (II) event1  - Power Button: device removed
[  1599.470] (**) Option "fd" "18"
[  1599.470] (II) event0  - Power Button: device removed
[  1599.470] (**) Option "fd" "19"
[  1599.470] (II) event3  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device removed
[  1599.470] (**) Option "fd" "20"
[  1599.470] (II) event4  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device removed
[  1599.470] (**) Option "fd" "21"
[  1599.470] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device removed
[  1599.470] (**) Option "fd" "22"
[  1599.470] (II) event2  - Logitech Performance MX: device removed
[  1599.470] (**) Option "fd" "23"
[  1599.470] (II) event7  - Kinesis KB800PB-BT Keyboard: device removed
[  1599.470] (**) Option "fd" "24"
[  1599.470] (II) event16 - Kinesis KB800PB-BT Consumer Control: device removed
[  1599.470] (**) Option "fd" "25"
[  1599.470] (II) event19 - Kinesis KB800PB-BT System Control: device removed
[  1599.474] (II) UnloadModule: "libinput"
[  1599.474] (II) systemd-logind: releasing fd for 13:83
[  1599.554] (II) UnloadModule: "libinput"
[  1599.554] (II) systemd-logind: releasing fd for 13:80
[  1599.674] (II) UnloadModule: "libinput"
[  1599.674] (II) systemd-logind: releasing fd for 13:71
[  1599.724] (II) UnloadModule: "libinput"
[  1599.724] (II) systemd-logind: releasing fd for 13:66
[  1599.834] (II) UnloadModule: "libinput"
[  1599.834] (II) systemd-logind: releasing fd for 13:69
[  1599.895] (II) UnloadModule: "libinput"
[  1599.895] (II) systemd-logind: releasing fd for 13:68
[  1600.074] (II) UnloadModule: "libinput"
[  1600.074] (II) systemd-logind: releasing fd for 13:67
[  1600.165] (II) UnloadModule: "libinput"
[  1600.165] (II) systemd-logind: releasing fd for 13:64
[  1600.285] (II) UnloadModule: "libinput"
[  1600.285] (II) systemd-logind: releasing fd for 13:65
[  1600.515] (II) NOUVEAU(0): NVLeaveVT is called.
[  1600.585] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[  1600.585] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[  1600.585] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[  1600.586] (II) Server terminated successfully (0). Closing log file.

Offline

#6 2020-11-27 16:18:51

seth
Member
Registered: 2012-09-03
Posts: 51,283

Re: Monitor Issue on LTS and Nvidia

[    15.222] (==) Log file: "/home/bryan/.local/share/xorg/Xorg.0.log", Time: Sun Oct  4 00:21:39 2020

The log is slightly dated…
See https://wiki.archlinux.org/index.php/Xorg#General for the location of the log depending on your setup.

Online

#7 2020-11-27 17:05:24

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Monitor Issue on LTS and Nvidia

Sorry about that.  Lets try this one:

Xorg.0.log

[   279.707] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   279.720] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[   279.759] Build Operating System: Linux Arch Linux
[   279.772] Current Operating System: Linux cave 5.4.79-1-lts #1 SMP Sun, 22 Nov 2020 14:22:21 +0000 x86_64
[   279.772] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img root="UUID=12acefc7-0e2c-4b34-86d4-a722f474d5e0" rw
[   279.798] Build Date: 19 November 2020  11:42:45AM
[   279.811]  
[   279.825] Current version of pixman: 0.40.0
[   279.851] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   279.851] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   279.903] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 27 09:02:04 2020
[   279.916] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   279.929] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   279.929] (==) No Layout section.  Using the first Screen section.
[   279.929] (==) No screen section available. Using defaults.
[   279.929] (**) |-->Screen "Default Screen Section" (0)
[   279.929] (**) |   |-->Monitor "<default monitor>"
[   279.929] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   279.929] (==) Automatically adding devices
[   279.929] (==) Automatically enabling devices
[   279.929] (==) Automatically adding GPU devices
[   279.929] (==) Automatically binding GPU devices
[   279.929] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   279.929] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   279.929] 	Entry deleted from font path.
[   279.929] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[   279.929] 	Entry deleted from font path.
[   279.929] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[   279.929] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   279.929] 	Entry deleted from font path.
[   279.929] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   279.929] 	Entry deleted from font path.
[   279.929] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   279.929] 	Entry deleted from font path.
[   279.929] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   279.929] 	Entry deleted from font path.
[   279.929] (==) FontPath set to:
	
[   279.929] (==) ModulePath set to "/usr/lib/xorg/modules"
[   279.929] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   279.929] (II) Module ABI versions:
[   279.929] 	X.Org ANSI C Emulation: 0.4
[   279.929] 	X.Org Video Driver: 24.1
[   279.929] 	X.Org XInput driver : 24.1
[   279.929] 	X.Org Server Extension : 10.0
[   279.930] (++) using VT number 1

[   279.931] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   279.931] (II) xfree86: Adding drm device (/dev/dri/card0)
[   279.931] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   279.932] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   279.933] (--) PCI:*(37@0:0:0) 10de:1d01:3842:6232 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   279.933] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   279.933] (II) LoadModule: "glx"
[   279.933] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   279.934] (II) Module glx: vendor="X.Org Foundation"
[   279.934] 	compiled for 1.20.9, module version = 1.0.0
[   279.934] 	ABI class: X.Org Server Extension, version 10.0
[   279.934] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[   279.934] 	loading driver: nvidia
[   279.934] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[   279.934] 	loading driver: nvidia
[   279.934] (==) Matched nvidia as autoconfigured driver 0
[   279.934] (==) Matched nouveau as autoconfigured driver 1
[   279.934] (==) Matched nv as autoconfigured driver 2
[   279.934] (==) Matched modesetting as autoconfigured driver 3
[   279.934] (==) Matched fbdev as autoconfigured driver 4
[   279.934] (==) Matched vesa as autoconfigured driver 5
[   279.934] (==) Assigned the driver to the xf86ConfigLayout
[   279.934] (II) LoadModule: "nvidia"
[   279.934] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   279.934] (II) Module nvidia: vendor="NVIDIA Corporation"
[   279.934] 	compiled for 1.6.99.901, module version = 1.0.0
[   279.934] 	Module class: X.Org Video Driver
[   279.934] (II) LoadModule: "nouveau"
[   279.934] (WW) Warning, couldn't open module nouveau
[   279.934] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   279.934] (II) LoadModule: "nv"
[   279.934] (WW) Warning, couldn't open module nv
[   279.934] (EE) Failed to load module "nv" (module does not exist, 0)
[   279.934] (II) LoadModule: "modesetting"
[   279.934] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   279.935] (II) Module modesetting: vendor="X.Org Foundation"
[   279.935] 	compiled for 1.20.9, module version = 1.20.9
[   279.935] 	Module class: X.Org Video Driver
[   279.935] 	ABI class: X.Org Video Driver, version 24.1
[   279.935] (II) LoadModule: "fbdev"
[   279.935] (WW) Warning, couldn't open module fbdev
[   279.935] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   279.935] (II) LoadModule: "vesa"
[   279.935] (WW) Warning, couldn't open module vesa
[   279.935] (EE) Failed to load module "vesa" (module does not exist, 0)
[   279.935] (II) NVIDIA dlloader X Driver  455.45.01  Thu Nov  5 23:01:05 UTC 2020
[   279.935] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   279.935] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   279.935] (II) systemd-logind: releasing fd for 226:0
[   279.935] (II) Loading sub module "fb"
[   279.935] (II) LoadModule: "fb"
[   279.935] (II) Loading /usr/lib/xorg/modules/libfb.so
[   279.935] (II) Module fb: vendor="X.Org Foundation"
[   279.935] 	compiled for 1.20.9, module version = 1.0.0
[   279.935] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   279.935] (II) Loading sub module "wfb"
[   279.935] (II) LoadModule: "wfb"
[   279.935] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   279.935] (II) Module wfb: vendor="X.Org Foundation"
[   279.935] 	compiled for 1.20.9, module version = 1.0.0
[   279.935] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   279.935] (II) Loading sub module "ramdac"
[   279.935] (II) LoadModule: "ramdac"
[   279.935] (II) Module "ramdac" already built-in
[   279.936] (WW) Falling back to old probe method for modesetting
[   279.936] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   279.936] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   279.936] (==) NVIDIA(0): RGB weight 888
[   279.936] (==) NVIDIA(0): Default visual is TrueColor
[   279.936] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   279.936] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   279.936] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   279.936] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   279.936] (**) NVIDIA(0): Option "HardDPMS" "false"
[   279.936] (**) NVIDIA(0): Option "UseHotplugEvents" "False"
[   279.936] (**) NVIDIA(0): Enabling 2D acceleration
[   279.936] (II) Loading sub module "glxserver_nvidia"
[   279.936] (II) LoadModule: "glxserver_nvidia"
[   279.936] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   279.940] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   279.940] 	compiled for 1.6.99.901, module version = 1.0.0
[   279.940] 	Module class: X.Org Server Extension
[   279.940] (II) NVIDIA GLX Module  455.45.01  Thu Nov  5 22:58:18 UTC 2020
[   279.940] (II) NVIDIA: The X server supports PRIME Render Offload.
[   280.314] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:37:0:0
[   280.314] (--) NVIDIA(0):     DFP-0
[   280.314] (--) NVIDIA(0):     DFP-1 (boot)
[   280.315] (II) NVIDIA(0): NVIDIA GPU GeForce GT 1030 (GP108-A) at PCI:37:0:0 (GPU-0)
[   280.315] (--) NVIDIA(0): Memory: 2097152 kBytes
[   280.315] (--) NVIDIA(0): VideoBIOS: 86.08.17.00.32
[   280.315] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[   280.315] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   280.315] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   280.315] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   280.315] (--) NVIDIA(GPU-0): 
[   280.345] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   280.345] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   280.345] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   280.345] (--) NVIDIA(GPU-0): 
[   280.352] (==) NVIDIA(0): 
[   280.352] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   280.352] (==) NVIDIA(0):     will be used as the requested mode.
[   280.352] (==) NVIDIA(0): 
[   280.352] (II) NVIDIA(0): Validated MetaModes:
[   280.352] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[   280.352] (II) NVIDIA(0): Virtual screen size determined to be 3440 x 1440
[   280.358] (--) NVIDIA(0): DPI set to (109, 110); computed from "UseEdidDpi" X config
[   280.358] (--) NVIDIA(0):     option
[   280.358] (II) UnloadModule: "modesetting"
[   280.358] (II) Unloading modesetting
[   280.359] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[   280.359] (II) NVIDIA:     access.
[   280.361] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   280.361] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   280.361] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   280.361] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   280.361] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   280.361] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   280.361] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   280.361] (II) NVIDIA(0):     Config Options in the README.
[   280.377] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[   280.396] (==) NVIDIA(0): Disabling shared memory pixmaps
[   280.396] (==) NVIDIA(0): Backing store enabled
[   280.396] (==) NVIDIA(0): Silken mouse disabled
[   280.396] (==) NVIDIA(0): DPMS enabled
[   280.397] (II) Loading sub module "dri2"
[   280.397] (II) LoadModule: "dri2"
[   280.397] (II) Module "dri2" already built-in
[   280.397] (II) NVIDIA(0): [DRI2] Setup complete
[   280.397] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   280.397] (II) Initializing extension Generic Event Extension
[   280.397] (II) Initializing extension SHAPE
[   280.397] (II) Initializing extension MIT-SHM
[   280.397] (II) Initializing extension XInputExtension
[   280.397] (II) Initializing extension XTEST
[   280.397] (II) Initializing extension BIG-REQUESTS
[   280.397] (II) Initializing extension SYNC
[   280.397] (II) Initializing extension XKEYBOARD
[   280.397] (II) Initializing extension XC-MISC
[   280.397] (II) Initializing extension SECURITY
[   280.397] (II) Initializing extension XFIXES
[   280.397] (II) Initializing extension RENDER
[   280.397] (II) Initializing extension RANDR
[   280.397] (II) Initializing extension COMPOSITE
[   280.397] (II) Initializing extension DAMAGE
[   280.397] (II) Initializing extension MIT-SCREEN-SAVER
[   280.397] (II) Initializing extension DOUBLE-BUFFER
[   280.397] (II) Initializing extension RECORD
[   280.397] (II) Initializing extension DPMS
[   280.397] (II) Initializing extension Present
[   280.397] (II) Initializing extension DRI3
[   280.397] (II) Initializing extension X-Resource
[   280.397] (II) Initializing extension XVideo
[   280.397] (II) Initializing extension XVideo-MotionCompensation
[   280.397] (II) Initializing extension GLX
[   280.397] (II) Initializing extension GLX
[   280.397] (II) Indirect GLX disabled.
[   280.397] (II) GLX: Another vendor is already registered for screen 0
[   280.397] (II) Initializing extension XFree86-VidModeExtension
[   280.397] (II) Initializing extension XFree86-DGA
[   280.397] (II) Initializing extension XFree86-DRI
[   280.397] (II) Initializing extension DRI2
[   280.397] (II) Initializing extension NV-GLX
[   280.397] (II) Initializing extension NV-CONTROL
[   280.397] (II) Initializing extension XINERAMA
[   280.423] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   280.423] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   280.423] (II) LoadModule: "libinput"
[   280.423] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   280.424] (II) Module libinput: vendor="X.Org Foundation"
[   280.424] 	compiled for 1.20.8, module version = 0.30.0
[   280.424] 	Module class: X.Org XInput Driver
[   280.424] 	ABI class: X.Org XInput driver, version 24.1
[   280.424] (II) Using input driver 'libinput' for 'Power Button'
[   280.424] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 33 paused 0
[   280.424] (**) Power Button: always reports core events
[   280.424] (**) Option "Device" "/dev/input/event1"
[   280.424] (**) Option "_source" "server/udev"
[   280.425] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   280.425] (II) event1  - Power Button: device is a keyboard
[   280.425] (II) event1  - Power Button: device removed
[   280.425] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   280.425] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   280.426] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   280.426] (II) event1  - Power Button: device is a keyboard
[   280.426] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   280.426] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   280.426] (II) Using input driver 'libinput' for 'Power Button'
[   280.426] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 36 paused 0
[   280.426] (**) Power Button: always reports core events
[   280.426] (**) Option "Device" "/dev/input/event0"
[   280.426] (**) Option "_source" "server/udev"
[   280.427] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   280.427] (II) event0  - Power Button: device is a keyboard
[   280.427] (II) event0  - Power Button: device removed
[   280.427] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   280.427] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   280.427] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   280.427] (II) event0  - Power Button: device is a keyboard
[   280.427] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver V1.0 (/dev/input/event2)
[   280.427] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: Applying InputClass "libinput keyboard catchall"
[   280.427] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver V1.0'
[   280.428] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 37 paused 0
[   280.428] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: always reports core events
[   280.428] (**) Option "Device" "/dev/input/event2"
[   280.428] (**) Option "_source" "server/udev"
[   280.429] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard
[   280.429] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[   280.429] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device removed
[   280.429] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-4/1-4:1.0/0003:045E:071D.0004/input/input7/event2"
[   280.429] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver V1.0" (type: KEYBOARD, id 8)
[   280.430] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard
[   280.430] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[   280.430] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver V1.0 (/dev/input/event3)
[   280.430] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: Applying InputClass "libinput pointer catchall"
[   280.430] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: Applying InputClass "libinput keyboard catchall"
[   280.430] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver V1.0'
[   280.431] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 38 paused 0
[   280.431] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: always reports core events
[   280.431] (**) Option "Device" "/dev/input/event3"
[   280.431] (**) Option "_source" "server/udev"
[   280.431] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard Mouse
[   280.431] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a pointer
[   280.431] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[   280.431] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device removed
[   280.431] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver V1.0: needs a virtual subdevice
[   280.432] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-4/1-4:1.1/0003:045E:071D.0005/input/input8/event3"
[   280.432] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver V1.0" (type: MOUSE, id 9)
[   280.432] (**) Option "AccelerationScheme" "none"
[   280.432] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: (accel) selected scheme none/0
[   280.432] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: (accel) acceleration factor: 2.000
[   280.432] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: (accel) acceleration threshold: 4
[   280.432] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard Mouse
[   280.432] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a pointer
[   280.432] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[   280.433] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver V1.0 (/dev/input/mouse0)
[   280.433] (II) No input driver specified, ignoring this device.
[   280.433] (II) This device may have been added with another device file.
[   280.433] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 (/dev/input/event5)
[   280.433] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: Applying InputClass "libinput keyboard catchall"
[   280.433] (II) Using input driver 'libinput' for 'SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀'
[   280.434] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 39 paused 0
[   280.434] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: always reports core events
[   280.434] (**) Option "Device" "/dev/input/event5"
[   280.434] (**) Option "_source" "server/udev"
[   280.434] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: is tagged by udev as: Keyboard
[   280.434] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device is a keyboard
[   280.435] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device removed
[   280.435] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.0/0003:0603:1008.0007/input/input14/event5"
[   280.435] (II) XINPUT: Adding extended input device "SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀" (type: KEYBOARD, id 10)
[   280.435] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: is tagged by udev as: Keyboard
[   280.435] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device is a keyboard
[   280.436] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse (/dev/input/event6)
[   280.436] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: Applying InputClass "libinput pointer catchall"
[   280.436] (II) Using input driver 'libinput' for 'SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse'
[   280.436] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[   280.436] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: always reports core events
[   280.436] (**) Option "Device" "/dev/input/event6"
[   280.436] (**) Option "_source" "server/udev"
[   280.437] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: is tagged by udev as: Mouse
[   280.437] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device is a pointer
[   280.437] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device removed
[   280.437] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.1/0003:0603:1008.0008/input/input15/event6"
[   280.437] (II) XINPUT: Adding extended input device "SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse" (type: MOUSE, id 11)
[   280.437] (**) Option "AccelerationScheme" "none"
[   280.437] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: (accel) selected scheme none/0
[   280.437] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: (accel) acceleration factor: 2.000
[   280.437] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: (accel) acceleration threshold: 4
[   280.438] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: is tagged by udev as: Mouse
[   280.438] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device is a pointer
[   280.438] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse (/dev/input/mouse2)
[   280.438] (II) No input driver specified, ignoring this device.
[   280.438] (II) This device may have been added with another device file.
[   280.439] (II) config/udev: Adding input device SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control (/dev/input/event7)
[   280.439] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: Applying InputClass "libinput keyboard catchall"
[   280.439] (II) Using input driver 'libinput' for 'SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control'
[   280.439] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[   280.439] (**) SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: always reports core events
[   280.439] (**) Option "Device" "/dev/input/event7"
[   280.439] (**) Option "_source" "server/udev"
[   280.440] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: is tagged by udev as: Keyboard
[   280.440] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device is a keyboard
[   280.440] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device removed
[   280.440] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8:1.1/0003:0603:1008.0008/input/input16/event7"
[   280.440] (II) XINPUT: Adding extended input device "SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control" (type: KEYBOARD, id 12)
[   280.441] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: is tagged by udev as: Keyboard
[   280.441] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device is a keyboard
[   280.441] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[   280.441] (II) No input driver specified, ignoring this device.
[   280.441] (II) This device may have been added with another device file.
[   280.441] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[   280.441] (II) No input driver specified, ignoring this device.
[   280.441] (II) This device may have been added with another device file.
[   280.442] (II) config/udev: Adding input device Logitech Performance MX (/dev/input/event4)
[   280.442] (**) Logitech Performance MX: Applying InputClass "libinput pointer catchall"
[   280.442] (II) Using input driver 'libinput' for 'Logitech Performance MX'
[   280.442] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
[   280.442] (**) Logitech Performance MX: always reports core events
[   280.442] (**) Option "Device" "/dev/input/event4"
[   280.442] (**) Option "_source" "server/udev"
[   280.443] (II) event4  - Logitech Performance MX: is tagged by udev as: Mouse
[   280.443] (II) event4  - Logitech Performance MX: device set to 1000 DPI
[   280.443] (II) event4  - Logitech Performance MX: device is a pointer
[   280.443] (II) event4  - Logitech Performance MX: device removed
[   280.443] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2a:00.3/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:101A.0006/input/input13/event4"
[   280.443] (II) XINPUT: Adding extended input device "Logitech Performance MX" (type: MOUSE, id 13)
[   280.443] (**) Option "AccelerationScheme" "none"
[   280.443] (**) Logitech Performance MX: (accel) selected scheme none/0
[   280.443] (**) Logitech Performance MX: (accel) acceleration factor: 2.000
[   280.443] (**) Logitech Performance MX: (accel) acceleration threshold: 4
[   280.444] (II) event4  - Logitech Performance MX: is tagged by udev as: Mouse
[   280.444] (II) event4  - Logitech Performance MX: device set to 1000 DPI
[   280.444] (II) event4  - Logitech Performance MX: device is a pointer
[   280.445] (II) config/udev: Adding input device Logitech Performance MX (/dev/input/mouse1)
[   280.445] (II) No input driver specified, ignoring this device.
[   280.445] (II) This device may have been added with another device file.
[   280.445] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event9)
[   280.445] (II) No input driver specified, ignoring this device.
[   280.445] (II) This device may have been added with another device file.
[   280.445] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event10)
[   280.445] (II) No input driver specified, ignoring this device.
[   280.445] (II) This device may have been added with another device file.
[   280.445] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event11)
[   280.445] (II) No input driver specified, ignoring this device.
[   280.445] (II) This device may have been added with another device file.
[   280.445] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event12)
[   280.445] (II) No input driver specified, ignoring this device.
[   280.445] (II) This device may have been added with another device file.
[   280.445] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event13)
[   280.445] (II) No input driver specified, ignoring this device.
[   280.445] (II) This device may have been added with another device file.
[   280.445] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event14)
[   280.445] (II) No input driver specified, ignoring this device.
[   280.445] (II) This device may have been added with another device file.
[   280.446] (II) config/udev: Adding input device HD-Audio Generic Line Out Side (/dev/input/event15)
[   280.446] (II) No input driver specified, ignoring this device.
[   280.446] (II) This device may have been added with another device file.
[   280.446] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event16)
[   280.446] (II) No input driver specified, ignoring this device.
[   280.446] (II) This device may have been added with another device file.
[   280.446] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   280.446] (II) No input driver specified, ignoring this device.
[   280.446] (II) This device may have been added with another device file.
[   280.447] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: Applying InputClass "libinput pointer catchall"
[   280.447] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: Applying InputClass "libinput keyboard catchall"
[   280.447] (II) Using input driver 'libinput' for 'Microsoft Microsoft® 2.4GHz Transceiver V1.0'
[   280.447] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[   280.448] (**) Microsoft Microsoft® 2.4GHz Transceiver V1.0: always reports core events
[   280.448] (**) Option "Device" "/dev/input/event3"
[   280.448] (**) Option "_source" "_driver/libinput"
[   280.448] (II) libinput: Microsoft Microsoft® 2.4GHz Transceiver V1.0: is a virtual subdevice
[   280.448] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-4/1-4:1.1/0003:045E:071D.0005/input/input8/event3"
[   280.448] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver V1.0" (type: KEYBOARD, id 14)
[   280.785] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   280.785] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   280.785] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   280.785] (--) NVIDIA(GPU-0): 
[   280.814] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   280.814] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   280.814] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   280.814] (--) NVIDIA(GPU-0): 
[   294.962] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   294.962] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   294.962] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   294.962] (--) NVIDIA(GPU-0): 
[   294.996] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   294.996] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   294.996] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   294.996] (--) NVIDIA(GPU-0): 
[   306.358] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   306.358] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   306.358] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   306.358] (--) NVIDIA(GPU-0): 
[   306.392] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   306.392] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   306.392] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   306.392] (--) NVIDIA(GPU-0): 
[   307.003] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   307.003] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   307.003] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   307.003] (--) NVIDIA(GPU-0): 
[   307.035] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   307.035] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   307.035] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   307.035] (--) NVIDIA(GPU-0): 
[   313.847] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   313.847] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   313.847] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   313.847] (--) NVIDIA(GPU-0): 
[   313.915] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   313.915] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   313.915] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   313.915] (--) NVIDIA(GPU-0): 
[   314.351] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   314.351] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   314.351] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   314.351] (--) NVIDIA(GPU-0): 
[   314.385] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   314.385] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   314.385] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   314.385] (--) NVIDIA(GPU-0): 
[   318.286] (**) Option "fd" "33"
[   318.286] (II) event1  - Power Button: device removed
[   318.286] (**) Option "fd" "36"
[   318.286] (II) event0  - Power Button: device removed
[   318.286] (**) Option "fd" "37"
[   318.286] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device removed
[   318.286] (**) Option "fd" "38"
[   318.286] (**) Option "fd" "39"
[   318.286] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device removed
[   318.286] (**) Option "fd" "40"
[   318.286] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device removed
[   318.286] (**) Option "fd" "41"
[   318.287] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device removed
[   318.287] (**) Option "fd" "42"
[   318.287] (II) event4  - Logitech Performance MX: device removed
[   318.287] (**) Option "fd" "38"
[   318.287] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device removed
[   318.546] (II) systemd-logind: got pause for 13:68
[   318.546] (II) systemd-logind: got pause for 13:64
[   318.546] (II) systemd-logind: got pause for 13:65
[   318.546] (II) systemd-logind: got pause for 13:67
[   318.546] (II) systemd-logind: got pause for 13:69
[   318.546] (II) systemd-logind: got pause for 13:71
[   318.546] (II) systemd-logind: got pause for 13:70
[   318.546] (II) systemd-logind: got pause for 13:66
[   321.574] (II) systemd-logind: got resume for 13:68
[   321.574] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   321.574] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   321.574] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   321.574] (--) NVIDIA(GPU-0): 
[   321.603] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[   321.603] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[   321.603] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[   321.603] (--) NVIDIA(GPU-0): 
[   321.638] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[   321.646] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   321.646] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   321.646] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   321.646] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   321.646] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   321.646] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   321.646] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   321.646] (II) NVIDIA(0):     Config Options in the README.
[   321.680] (II) event4  - Logitech Performance MX: is tagged by udev as: Mouse
[   321.680] (II) event4  - Logitech Performance MX: device set to 1000 DPI
[   321.680] (II) event4  - Logitech Performance MX: device is a pointer
[   321.680] (II) systemd-logind: got resume for 13:64
[   321.681] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   321.681] (II) event0  - Power Button: device is a keyboard
[   321.736] (II) systemd-logind: got resume for 13:65
[   321.736] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   321.736] (II) event1  - Power Button: device is a keyboard
[   321.773] (II) systemd-logind: got resume for 13:67
[   321.774] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard Mouse
[   321.774] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a pointer
[   321.774] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[   321.823] (II) systemd-logind: got resume for 13:69
[   321.824] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: is tagged by udev as: Keyboard
[   321.824] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device is a keyboard
[   321.863] (II) systemd-logind: got resume for 13:71
[   321.864] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: is tagged by udev as: Keyboard
[   321.864] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device is a keyboard
[   321.903] (II) systemd-logind: got resume for 13:70
[   321.904] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: is tagged by udev as: Mouse
[   321.904] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device is a pointer
[   321.943] (II) systemd-logind: got resume for 13:66
[   321.944] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard
[   321.944] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[   528.675] (EE) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: client bug: event processing lagging behind by 41ms, your system is too slow
[   691.891] (EE) client bug: timer event4 debounce short: scheduled expiry is in the past (-0ms), your system is too slow
[   787.222] (EE) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: client bug: event processing lagging behind by 19ms, your system is too slow
[   790.310] (EE) event4  - Logitech Performance MX: client bug: event processing lagging behind by 19ms, your system is too slow
[   819.503] (EE) client bug: timer event4 debounce short: scheduled expiry is in the past (-6ms), your system is too slow
[   824.482] (EE) event4  - Logitech Performance MX: client bug: event processing lagging behind by 41ms, your system is too slow
[   997.636] (EE) event4  - Logitech Performance MX: client bug: event processing lagging behind by 13ms, your system is too slow
[  1058.587] (EE) event4  - Logitech Performance MX: client bug: event processing lagging behind by 20ms, your system is too slow
[  1093.251] (EE) client bug: timer event4 debounce: scheduled expiry is in the past (-7ms), your system is too slow
[  1093.251] (EE) client bug: timer event4 debounce short: scheduled expiry is in the past (-20ms), your system is too slow
[  1121.564] (EE) client bug: timer event4 debounce short: scheduled expiry is in the past (-3ms), your system is too slow
[  1739.499] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  1739.499] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  1739.499] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  1739.499] (--) NVIDIA(GPU-0): 
[  1739.564] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  1739.564] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  1739.564] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  1739.564] (--) NVIDIA(GPU-0): 
[  2633.178] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  2633.178] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  2633.178] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  2633.178] (--) NVIDIA(GPU-0): 
[  2633.215] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  2633.215] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  2633.215] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  2633.215] (--) NVIDIA(GPU-0): 
[  2633.828] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  2633.828] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  2633.828] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  2633.828] (--) NVIDIA(GPU-0): 
[  2633.862] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  2633.862] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  2633.862] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  2633.862] (--) NVIDIA(GPU-0): 
[  2641.075] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  2641.075] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  2641.075] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  2641.075] (--) NVIDIA(GPU-0): 
[  2641.243] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  2641.243] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  2641.243] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  2641.243] (--) NVIDIA(GPU-0): 
[  2641.243] (II) event4  - Logitech Performance MX: SYN_DROPPED event - some input events have been lost.
[  2641.490] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  2641.490] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  2641.490] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  2641.490] (--) NVIDIA(GPU-0): 
[  2641.524] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  2641.524] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  2641.524] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  2641.524] (--) NVIDIA(GPU-0): 
[  2643.896] (**) Option "fd" "38"
[  2643.896] (II) event1  - Power Button: device removed
[  2643.896] (**) Option "fd" "37"
[  2643.896] (II) event0  - Power Button: device removed
[  2643.896] (**) Option "fd" "58"
[  2643.896] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device removed
[  2643.897] (**) Option "fd" "39"
[  2643.897] (**) Option "fd" "40"
[  2643.897] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device removed
[  2643.897] (**) Option "fd" "42"
[  2643.897] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device removed
[  2643.897] (**) Option "fd" "41"
[  2643.897] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device removed
[  2643.897] (**) Option "fd" "25"
[  2643.897] (II) event4  - Logitech Performance MX: device removed
[  2643.897] (**) Option "fd" "39"
[  2643.897] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device removed
[  2644.265] (II) systemd-logind: got pause for 13:68
[  2644.266] (II) systemd-logind: got pause for 13:64
[  2644.266] (II) systemd-logind: got pause for 13:65
[  2644.266] (II) systemd-logind: got pause for 13:67
[  2644.266] (II) systemd-logind: got pause for 13:69
[  2644.266] (II) systemd-logind: got pause for 13:71
[  2644.266] (II) systemd-logind: got pause for 13:70
[  2644.266] (II) systemd-logind: got pause for 13:66
[  2647.044] (II) systemd-logind: got resume for 13:68
[  2647.051] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2647.051] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2647.051] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  2647.051] (--) NVIDIA(GPU-0): 
[  2647.080] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  2647.080] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  2647.080] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  2647.080] (--) NVIDIA(GPU-0): 
[  2647.107] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[  2647.124] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2647.124] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  2647.124] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  2647.124] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  2647.124] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  2647.124] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  2647.124] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2647.124] (II) NVIDIA(0):     Config Options in the README.
[  2647.157] (II) event4  - Logitech Performance MX: is tagged by udev as: Mouse
[  2647.157] (II) event4  - Logitech Performance MX: device set to 1000 DPI
[  2647.157] (II) event4  - Logitech Performance MX: device is a pointer
[  2647.188] (II) systemd-logind: got resume for 13:64
[  2647.189] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  2647.189] (II) event0  - Power Button: device is a keyboard
[  2647.189] (II) systemd-logind: got resume for 13:65
[  2647.189] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2647.189] (II) event1  - Power Button: device is a keyboard
[  2647.189] (II) systemd-logind: got resume for 13:67
[  2647.190] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard Mouse
[  2647.190] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a pointer
[  2647.190] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[  2647.248] (II) systemd-logind: got resume for 13:69
[  2647.249] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: is tagged by udev as: Keyboard
[  2647.249] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device is a keyboard
[  2647.273] (II) systemd-logind: got resume for 13:71
[  2647.274] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: is tagged by udev as: Keyboard
[  2647.274] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device is a keyboard
[  2647.353] (II) systemd-logind: got resume for 13:70
[  2647.354] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: is tagged by udev as: Mouse
[  2647.354] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device is a pointer
[  2647.433] (II) systemd-logind: got resume for 13:66
[  2647.434] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard
[  2647.434] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[  3300.112] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3300.112] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3300.112] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3300.112] (--) NVIDIA(GPU-0): 
[  3300.146] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3300.146] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3300.146] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3300.146] (--) NVIDIA(GPU-0): 
[  3755.220] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3755.220] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3755.220] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3755.220] (--) NVIDIA(GPU-0): 
[  3755.253] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3755.253] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3755.253] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3755.253] (--) NVIDIA(GPU-0): 
[  3755.883] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3755.883] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3755.883] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3755.883] (--) NVIDIA(GPU-0): 
[  3755.915] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3755.915] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3755.915] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3755.915] (--) NVIDIA(GPU-0): 
[  3762.983] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3762.983] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3762.983] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3762.983] (--) NVIDIA(GPU-0): 
[  3763.048] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3763.048] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3763.048] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3763.048] (--) NVIDIA(GPU-0): 
[  3763.485] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3763.485] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3763.485] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3763.485] (--) NVIDIA(GPU-0): 
[  3763.521] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3763.521] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3763.521] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3763.521] (--) NVIDIA(GPU-0): 
[  3767.962] (**) Option "fd" "25"
[  3767.962] (II) event1  - Power Button: device removed
[  3767.962] (**) Option "fd" "40"
[  3767.963] (II) event0  - Power Button: device removed
[  3767.963] (**) Option "fd" "71"
[  3767.963] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device removed
[  3767.963] (**) Option "fd" "38"
[  3767.963] (**) Option "fd" "41"
[  3767.963] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device removed
[  3767.963] (**) Option "fd" "58"
[  3767.963] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device removed
[  3767.964] (**) Option "fd" "42"
[  3767.964] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device removed
[  3767.964] (**) Option "fd" "33"
[  3767.964] (II) event4  - Logitech Performance MX: device removed
[  3767.964] (**) Option "fd" "38"
[  3767.964] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device removed
[  3768.226] (II) systemd-logind: got pause for 13:68
[  3768.226] (II) systemd-logind: got pause for 13:64
[  3768.226] (II) systemd-logind: got pause for 13:65
[  3768.226] (II) systemd-logind: got pause for 13:67
[  3768.226] (II) systemd-logind: got pause for 13:69
[  3768.226] (II) systemd-logind: got pause for 13:71
[  3768.226] (II) systemd-logind: got pause for 13:70
[  3768.226] (II) systemd-logind: got pause for 13:66
[  3771.793] (II) systemd-logind: got resume for 13:68
[  3771.793] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  3771.793] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  3771.793] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  3771.793] (--) NVIDIA(GPU-0): 
[  3771.823] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3771.823] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3771.823] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3771.823] (--) NVIDIA(GPU-0): 
[  3771.850] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[  3771.857] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  3771.858] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  3771.858] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  3771.858] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  3771.858] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  3771.858] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  3771.858] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  3771.858] (II) NVIDIA(0):     Config Options in the README.
[  3771.891] (II) event4  - Logitech Performance MX: is tagged by udev as: Mouse
[  3771.891] (II) event4  - Logitech Performance MX: device set to 1000 DPI
[  3771.891] (II) event4  - Logitech Performance MX: device is a pointer
[  3771.922] (II) systemd-logind: got resume for 13:64
[  3771.923] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  3771.923] (II) event0  - Power Button: device is a keyboard
[  3771.923] (II) systemd-logind: got resume for 13:65
[  3771.923] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  3771.923] (II) event1  - Power Button: device is a keyboard
[  3771.987] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3771.987] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3771.987] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3771.987] (--) NVIDIA(GPU-0): 
[  3772.058] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3772.058] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3772.058] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3772.058] (--) NVIDIA(GPU-0): 
[  3772.164] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3772.164] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3772.164] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3772.164] (--) NVIDIA(GPU-0): 
[  3772.230] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3772.230] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3772.230] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3772.230] (--) NVIDIA(GPU-0): 
[  3772.245] (II) systemd-logind: got resume for 13:67
[  3772.246] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard Mouse
[  3772.246] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a pointer
[  3772.246] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[  3772.246] (II) systemd-logind: got resume for 13:69
[  3772.247] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: is tagged by udev as: Keyboard
[  3772.247] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device is a keyboard
[  3772.247] (II) systemd-logind: got resume for 13:71
[  3772.248] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: is tagged by udev as: Keyboard
[  3772.248] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device is a keyboard
[  3772.283] (II) systemd-logind: got resume for 13:70
[  3772.284] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: is tagged by udev as: Mouse
[  3772.284] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device is a pointer
[  3772.343] (II) systemd-logind: got resume for 13:66
[  3772.344] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard
[  3772.344] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[  3777.721] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3777.721] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3777.721] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3777.721] (--) NVIDIA(GPU-0): 
[  3777.781] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3777.781] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3777.781] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3777.781] (--) NVIDIA(GPU-0): 
[  3778.224] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3778.224] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3778.224] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3778.224] (--) NVIDIA(GPU-0): 
[  3778.254] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3778.254] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3778.254] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3778.254] (--) NVIDIA(GPU-0): 
[  3784.825] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3784.825] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3784.825] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3784.825] (--) NVIDIA(GPU-0): 
[  3784.859] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3784.859] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3784.859] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3784.859] (--) NVIDIA(GPU-0): 
[  3785.487] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3785.487] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3785.487] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3785.487] (--) NVIDIA(GPU-0): 
[  3785.520] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3785.520] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3785.520] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3785.520] (--) NVIDIA(GPU-0): 
[  3789.252] (**) Option "fd" "25"
[  3789.252] (II) event1  - Power Button: device removed
[  3789.253] (**) Option "fd" "40"
[  3789.253] (II) event0  - Power Button: device removed
[  3789.253] (**) Option "fd" "72"
[  3789.253] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device removed
[  3789.253] (**) Option "fd" "58"
[  3789.253] (**) Option "fd" "38"
[  3789.253] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device removed
[  3789.254] (**) Option "fd" "71"
[  3789.254] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device removed
[  3789.254] (**) Option "fd" "41"
[  3789.254] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device removed
[  3789.254] (**) Option "fd" "33"
[  3789.254] (II) event4  - Logitech Performance MX: device removed
[  3789.254] (**) Option "fd" "58"
[  3789.254] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device removed
[  3789.495] (II) systemd-logind: got pause for 13:68
[  3789.495] (II) systemd-logind: got pause for 13:64
[  3789.495] (II) systemd-logind: got pause for 13:65
[  3789.495] (II) systemd-logind: got pause for 13:67
[  3789.495] (II) systemd-logind: got pause for 13:69
[  3789.495] (II) systemd-logind: got pause for 13:71
[  3789.495] (II) systemd-logind: got pause for 13:70
[  3789.495] (II) systemd-logind: got pause for 13:66
[  3789.653] (II) systemd-logind: got resume for 13:68
[  3789.653] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  3789.653] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  3789.653] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  3789.653] (--) NVIDIA(GPU-0): 
[  3789.683] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): connected
[  3789.683] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): Internal TMDS
[  3789.683] (--) NVIDIA(GPU-0): Microstep MSI MAG341CQ (DFP-1): 600.0 MHz maximum pixel clock
[  3789.683] (--) NVIDIA(GPU-0): 
[  3789.703] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[  3789.720] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  3789.720] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  3789.720] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  3789.720] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  3789.720] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  3789.720] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  3789.720] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  3789.720] (II) NVIDIA(0):     Config Options in the README.
[  3789.754] (II) event4  - Logitech Performance MX: is tagged by udev as: Mouse
[  3789.754] (II) event4  - Logitech Performance MX: device set to 1000 DPI
[  3789.754] (II) event4  - Logitech Performance MX: device is a pointer
[  3789.785] (II) systemd-logind: got resume for 13:64
[  3789.785] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  3789.785] (II) event0  - Power Button: device is a keyboard
[  3789.785] (II) systemd-logind: got resume for 13:65
[  3789.786] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  3789.786] (II) event1  - Power Button: device is a keyboard
[  3789.801] (II) systemd-logind: got resume for 13:67
[  3789.802] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard Mouse
[  3789.802] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a pointer
[  3789.802] (II) event3  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[  3789.833] (II) systemd-logind: got resume for 13:69
[  3789.834] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: is tagged by udev as: Keyboard
[  3789.835] (II) event5  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀: device is a keyboard
[  3789.883] (II) systemd-logind: got resume for 13:71
[  3789.884] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: is tagged by udev as: Keyboard
[  3789.884] (II) event7  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 System Control: device is a keyboard
[  3789.923] (II) systemd-logind: got resume for 13:70
[  3789.924] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: is tagged by udev as: Mouse
[  3789.924] (II) event6  - SINO WEALTH 2.4G吠漀甀挀栀 䬀攀礀戀漀愀爀搀 Mouse: device is a pointer
[  3789.973] (II) systemd-logind: got resume for 13:66
[  3789.975] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: is tagged by udev as: Keyboard
[  3789.975] (II) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: device is a keyboard
[  3802.229] (EE) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: client bug: event processing lagging behind by 35ms, your system is too slow
[  3959.101] (EE) event2  - Microsoft Microsoft® 2.4GHz Transceiver V1.0: client bug: event processing lagging behind by 18ms, your system is too slow

Offline

#8 2020-11-27 22:31:53

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Monitor Issue on LTS and Nvidia

I've been playing around....I think the issue might be the HDMI cable.  I tried with a DVI and it works fine (unfortunately DVI doesn't do 4k).  Then i tried a different HDMI cable and got the same symptoms. 

So I could use DP but my video card only has HDMI or DVI.  So i would have to buy a new videocard that has DP.  Just wondering if anyone has heard of this before because i don't want to go buy a new $100 card with DP only to find out that doesn't work hmm

Last edited by bmccorm2 (2020-11-27 22:45:20)

Offline

#9 2020-11-27 23:02:50

seth
Member
Registered: 2012-09-03
Posts: 51,283

Re: Monitor Issue on LTS and Nvidia

Brute force: https://forum.kodi.tv/showthread.php?tid=224196
But the output is never registered as disconnected.

Do you also run a compositor (picom etc.) and do the same symptoms manifest w/o it in that case?

Edit: also see whether you can disable DDC in the monitor.

Last edited by seth (2020-11-27 23:06:04)

Online

#10 2020-11-28 01:55:56

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Monitor Issue on LTS and Nvidia

I covered up Pin 19...no luck sad

Do you also run a compositor (picom etc.) and do the same symptoms manifest w/o it in that case?

I do not run a compositor

also see whether you can disable DDC in the monitor.

Unfortunately my monitor has no DDC settings in it.

Just curious do you think i should try another distro?  It seems like a hardware problem but maybe they have some package installed that I am not aware of that prevents this from happening.

Offline

#11 2020-11-28 08:24:27

seth
Member
Registered: 2012-09-03
Posts: 51,283

Re: Monitor Issue on LTS and Nvidia

https://wiki.archlinux.org/index.php/NV … de_setting
If that's not it, I'd first try whether the same thing happes w/ the main kernel and/or nouveau.

Can you ssh into the system to inspect it during the DPMS?

Online

#12 2020-11-29 01:12:55

bmccorm2
Member
Registered: 2020-10-03
Posts: 33

Re: Monitor Issue on LTS and Nvidia

I tried this:

  • Main kernel with nvidia driver - same result

  • Nouveau driver (with both kernels) - this is worse than nvidia driver.  If the monitor go to standby here I have to hard reset.  Moving to a different TTY and back doesn't even work

  • SSH into the system works fine - it is up and good.....just no display

  • nvidia-drm.modeset=1 - did this as a boot parameter in systemd.  no change

  • "or are noticing startup issues you can add nvidia, nvidia_modeset, nvidia_uvm and nvidia_drm to the initramfs according to Mkinitcpio#MODULES." - I didn't do these things.....I'm not really sure how to go about doing them.

Offline

#13 2020-11-29 13:11:54

seth
Member
Registered: 2012-09-03
Posts: 51,283

Online

Board footer

Powered by FluxBB