为什么 Xorg 会占用 CPU 并导致界面卡顿?

CPU/显卡/打印机/USB设备等硬件问题
回复
Weighteen
帖子: 2
注册时间: 2024-07-06 21:17
系统: Ubuntu

为什么 Xorg 会占用 CPU 并导致界面卡顿?

#1

帖子 Weighteen » 2024-07-06 21:23

哈喽,大家好。我发现这个问题是因为我的桌面突然变得卡顿。移动鼠标也会卡顿,就好像移动过程中突然卡住,然后跳到1秒后的图像去。同时,我调用了算法服务,发现GPU利用率会在卡顿的那一刻下降,然后增加,并重复循环。我发现 Xorg 始终消耗大约 50% 的 CPU。如果我关闭 Xorg 并再次调用算法服务,我发现 GPU 利用率通常为满载。我不知道为什么这个 Xorg 占用了这么多 CPU,导致桌面卡顿并影响 GPU 服务。另外,我从未设置过 Xorg,显卡是 Nvidia 3060。

下面是Xorg日志:

代码: 全选

[ 17902.839] (--) Log file renamed from "/var/log/Xorg.pid-10237.log" to "/var/log/Xorg.0.log"
[ 17902.839] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 17902.839] Current Operating System: Linux sinano 6.2.16 #1 SMP PREEMPT_DYNAMIC Tue Mar 19 12:08:55 CST 2024 x86_64
[ 17902.839] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.2.16 root=UUID=19132d3f-1f77-4043-932c-5908c629fd84 ro quiet splash nomodeset vt.handoff=7
[ 17902.839] xorg-server 2:21.1.4-2ubuntu1.7~22.04.1 (For technical support please see http://www.ubuntu.com/support) 
[ 17902.839] Current version of pixman: 0.40.0
[ 17902.839] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 17902.839] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 17902.839] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul  6 21:11:51 2024
[ 17902.839] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 17902.839] (==) No Layout section.  Using the first Screen section.
[ 17902.839] (==) No screen section available. Using defaults.
[ 17902.839] (**) |-->Screen "Default Screen Section" (0)
[ 17902.839] (**) |   |-->Monitor "<default monitor>"
[ 17902.839] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 17902.839] (==) Automatically adding devices
[ 17902.839] (==) Automatically enabling devices
[ 17902.839] (==) Automatically adding GPU devices
[ 17902.839] (==) Automatically binding GPU devices
[ 17902.839] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 17902.839] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 17902.839] 	Entry deleted from font path.
[ 17902.839] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 17902.839] 	Entry deleted from font path.
[ 17902.839] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 17902.839] 	Entry deleted from font path.
[ 17902.839] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 17902.839] 	Entry deleted from font path.
[ 17902.839] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 17902.839] 	Entry deleted from font path.
[ 17902.839] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[ 17902.839] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 17902.839] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 17902.839] (II) Loader magic: 0x55b40e204020
[ 17902.839] (II) Module ABI versions:
[ 17902.839] 	X.Org ANSI C Emulation: 0.4
[ 17902.839] 	X.Org Video Driver: 25.2
[ 17902.839] 	X.Org XInput driver : 24.4
[ 17902.839] 	X.Org Server Extension : 10.0
[ 17902.840] (++) using VT number 2

[ 17902.840] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_329
[ 17902.840] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 17902.840] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:0b:00.0/drm/card0
[ 17902.841] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 17902.841] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 17902.841] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1d.0/0000:10:00.0/drm/card1
[ 17902.841] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 15 paused 0
[ 17902.843] (--) PCI:*(11@0:0:0) 10de:2504:10de:1536 rev 161, Mem @ 0x82000000/16777216, 0x4800000000/17179869184, 0x4c00000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 17902.843] (--) PCI: (16@0:0:0) 10de:2504:10de:1536 rev 161, Mem @ 0x80000000/16777216, 0x4000000000/17179869184, 0x4400000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 17902.843] (II) LoadModule: "glx"
[ 17902.843] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 17902.843] (II) Module glx: vendor="X.Org Foundation"
[ 17902.843] 	compiled for 1.21.1.4, module version = 1.0.0
[ 17902.843] 	ABI class: X.Org Server Extension, version 10.0
[ 17902.843] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 17902.843] 	loading driver: nvidia
[ 17902.944] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 17902.944] 	loading driver: nvidia
[ 17903.146] (==) Matched nvidia as autoconfigured driver 0
[ 17903.146] (==) Matched nouveau as autoconfigured driver 1
[ 17903.146] (==) Matched modesetting as autoconfigured driver 2
[ 17903.146] (==) Matched fbdev as autoconfigured driver 3
[ 17903.146] (==) Matched vesa as autoconfigured driver 4
[ 17903.146] (==) Assigned the driver to the xf86ConfigLayout
[ 17903.146] (II) LoadModule: "nvidia"
[ 17903.146] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 17903.146] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 17903.146] 	compiled for 1.6.99.901, module version = 1.0.0
[ 17903.146] 	Module class: X.Org Video Driver
[ 17903.146] (II) LoadModule: "nouveau"
[ 17903.146] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 17903.146] (II) Module nouveau: vendor="X.Org Foundation"
[ 17903.146] 	compiled for 1.21.1.3, module version = 1.0.17
[ 17903.146] 	Module class: X.Org Video Driver
[ 17903.146] 	ABI class: X.Org Video Driver, version 25.2
[ 17903.146] (II) LoadModule: "modesetting"
[ 17903.146] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 17903.146] (II) Module modesetting: vendor="X.Org Foundation"
[ 17903.146] 	compiled for 1.21.1.4, module version = 1.21.1
[ 17903.146] 	Module class: X.Org Video Driver
[ 17903.146] 	ABI class: X.Org Video Driver, version 25.2
[ 17903.146] (II) LoadModule: "fbdev"
[ 17903.146] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 17903.146] (II) Module fbdev: vendor="X.Org Foundation"
[ 17903.146] 	compiled for 1.21.1.3, module version = 0.5.0
[ 17903.146] 	Module class: X.Org Video Driver
[ 17903.146] 	ABI class: X.Org Video Driver, version 25.2
[ 17903.146] (II) LoadModule: "vesa"
[ 17903.146] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 17903.146] (II) Module vesa: vendor="X.Org Foundation"
[ 17903.146] 	compiled for 1.21.1.3, module version = 2.5.0
[ 17903.146] 	Module class: X.Org Video Driver
[ 17903.146] 	ABI class: X.Org Video Driver, version 25.2
[ 17903.146] (II) NVIDIA dlloader X Driver  550.54.14  Thu Feb 22 01:31:16 UTC 2024
[ 17903.146] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 17903.146] (II) NOUVEAU driver Date:   Sat Jan 23 12:24:42 2021 -0500
[ 17903.146] (II) NOUVEAU driver for NVIDIA chipset families :
[ 17903.146] 	RIVA TNT            (NV04)
[ 17903.146] 	RIVA TNT2           (NV05)
[ 17903.146] 	GeForce 256         (NV10)
[ 17903.146] 	GeForce 2           (NV11, NV15)
[ 17903.147] 	GeForce 4MX         (NV17, NV18)
[ 17903.147] 	GeForce 3           (NV20)
[ 17903.147] 	GeForce 4Ti         (NV25, NV28)
[ 17903.147] 	GeForce FX          (NV3x)
[ 17903.147] 	GeForce 6           (NV4x)
[ 17903.147] 	GeForce 7           (G7x)
[ 17903.147] 	GeForce 8           (G8x)
[ 17903.147] 	GeForce 9           (G9x)
[ 17903.147] 	GeForce GTX 2xx/3xx (GT2xx)
[ 17903.147] 	GeForce GTX 4xx/5xx (GFxxx)
[ 17903.147] 	GeForce GTX 6xx/7xx (GKxxx)
[ 17903.147] 	GeForce GTX 9xx     (GMxxx)
[ 17903.147] 	GeForce GTX 10xx    (GPxxx)
[ 17903.147] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 17903.147] (II) FBDEV: driver for framebuffer: fbdev
[ 17903.147] (II) VESA: driver for VESA chipsets: vesa
[ 17903.147] (II) systemd-logind: releasing fd for 226:0
[ 17903.147] (II) Loading sub module "fb"
[ 17903.147] (II) LoadModule: "fb"
[ 17903.147] (II) Module "fb" already built-in
[ 17903.147] (II) Loading sub module "wfb"
[ 17903.147] (II) LoadModule: "wfb"
[ 17903.147] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 17903.147] (II) Module wfb: vendor="X.Org Foundation"
[ 17903.147] 	compiled for 1.21.1.4, module version = 1.0.0
[ 17903.147] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 17903.148] (WW) Falling back to old probe method for modesetting
[ 17903.148] (WW) Falling back to old probe method for fbdev
[ 17903.148] (II) Loading sub module "fbdevhw"
[ 17903.148] (II) LoadModule: "fbdevhw"
[ 17903.148] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 17903.148] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 17903.148] 	compiled for 1.21.1.4, module version = 0.0.2
[ 17903.148] 	ABI class: X.Org Video Driver, version 25.2
[ 17903.148] (II) systemd-logind: releasing fd for 226:1
[ 17903.148] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 17903.148] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 17903.148] (==) NVIDIA(0): RGB weight 888
[ 17903.148] (==) NVIDIA(0): Default visual is TrueColor
[ 17903.148] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 17903.148] (**) NVIDIA(0): Enabling 2D acceleration
[ 17903.148] (II) Loading sub module "glxserver_nvidia"
[ 17903.148] (II) LoadModule: "glxserver_nvidia"
[ 17903.148] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 17903.154] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 17903.154] 	compiled for 1.6.99.901, module version = 1.0.0
[ 17903.154] 	Module class: X.Org Server Extension
[ 17903.154] (II) NVIDIA GLX Module  550.54.14  Thu Feb 22 01:33:16 UTC 2024
[ 17903.154] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 17903.385] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:11:0:0
[ 17903.385] (--) NVIDIA(0):     DFP-0 (boot)
[ 17903.385] (--) NVIDIA(0):     DFP-1
[ 17903.385] (--) NVIDIA(0):     DFP-2
[ 17903.385] (--) NVIDIA(0):     DFP-3
[ 17903.385] (--) NVIDIA(0):     DFP-4
[ 17903.385] (--) NVIDIA(0):     DFP-5
[ 17903.385] (--) NVIDIA(0):     DFP-6
[ 17903.386] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 (GA106-A) at PCI:11:0:0
[ 17903.386] (II) NVIDIA(0):     (GPU-0)
[ 17903.386] (--) NVIDIA(0): Memory: 12582912 kBytes
[ 17903.386] (--) NVIDIA(0): VideoBIOS: 94.06.2f.40.bc
[ 17903.386] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 17903.537] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17903.537] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17903.537] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17903.537] (--) NVIDIA(GPU-0): 
[ 17903.537] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 17903.537] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 17903.537] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 17903.537] (--) NVIDIA(GPU-0): 
[ 17903.537] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 17903.537] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 17903.537] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 17903.537] (--) NVIDIA(GPU-0): 
[ 17903.537] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 17903.537] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 17903.537] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 17903.537] (--) NVIDIA(GPU-0): 
[ 17903.537] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 17903.538] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 17903.538] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 17903.538] (--) NVIDIA(GPU-0): 
[ 17903.538] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 17903.538] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 17903.538] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 17903.538] (--) NVIDIA(GPU-0): 
[ 17903.538] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 17903.538] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 17903.538] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 17903.538] (--) NVIDIA(GPU-0): 
[ 17903.601] (==) NVIDIA(0): 
[ 17903.601] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 17903.601] (==) NVIDIA(0):     will be used as the requested mode.
[ 17903.601] (==) NVIDIA(0): 
[ 17903.603] (II) NVIDIA(0): Validated MetaModes:
[ 17903.603] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[ 17903.603] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 17903.661] (WW) NVIDIA(0): ROW AAA (DFP-0) does not have an EDID, or its EDID does not
[ 17903.661] (WW) NVIDIA(0):     contain a maximum image size; cannot compute DPI from ROW
[ 17903.661] (WW) NVIDIA(0):     AAA (DFP-0)'s EDID.
[ 17903.661] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 17903.661] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 17903.661] (==) NVIDIA(G0): RGB weight 888
[ 17903.661] (==) NVIDIA(G0): Default visual is TrueColor
[ 17903.661] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 17903.661] (**) NVIDIA(G0): Enabling 2D acceleration
[ 17903.661] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 17903.684] (--) NVIDIA(0): Valid display device(s) on GPU-1 at PCI:16:0:0
[ 17903.684] (--) NVIDIA(0):     DFP-0
[ 17903.684] (--) NVIDIA(0):     DFP-1
[ 17903.684] (--) NVIDIA(0):     DFP-2
[ 17903.684] (--) NVIDIA(0):     DFP-3
[ 17903.684] (--) NVIDIA(0):     DFP-4
[ 17903.684] (--) NVIDIA(0):     DFP-5
[ 17903.684] (--) NVIDIA(0):     DFP-6
[ 17903.685] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3060 (GA106-A) at PCI:16:0:0
[ 17903.685] (II) NVIDIA(G0):     (GPU-1)
[ 17903.685] (--) NVIDIA(G0): Memory: 12582912 kBytes
[ 17903.685] (--) NVIDIA(G0): VideoBIOS: 94.06.2f.40.bc
[ 17903.685] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 17903.685] (--) NVIDIA(GPU-1): DFP-0: disconnected
[ 17903.685] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[ 17903.685] (--) NVIDIA(GPU-1): DFP-0: 165.0 MHz maximum pixel clock
[ 17903.685] (--) NVIDIA(GPU-1): 
[ 17903.685] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 17903.685] (--) NVIDIA(GPU-1): DFP-1: Internal DisplayPort
[ 17903.685] (--) NVIDIA(GPU-1): DFP-1: 2670.0 MHz maximum pixel clock
[ 17903.685] (--) NVIDIA(GPU-1): 
[ 17903.685] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 17903.685] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[ 17903.685] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[ 17903.685] (--) NVIDIA(GPU-1): 
[ 17903.685] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 17903.685] (--) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[ 17903.685] (--) NVIDIA(GPU-1): DFP-3: 2670.0 MHz maximum pixel clock
[ 17903.685] (--) NVIDIA(GPU-1): 
[ 17903.686] (--) NVIDIA(GPU-1): DFP-4: disconnected
[ 17903.686] (--) NVIDIA(GPU-1): DFP-4: Internal TMDS
[ 17903.686] (--) NVIDIA(GPU-1): DFP-4: 165.0 MHz maximum pixel clock
[ 17903.686] (--) NVIDIA(GPU-1): 
[ 17903.686] (--) NVIDIA(GPU-1): DFP-5: disconnected
[ 17903.686] (--) NVIDIA(GPU-1): DFP-5: Internal DisplayPort
[ 17903.686] (--) NVIDIA(GPU-1): DFP-5: 2670.0 MHz maximum pixel clock
[ 17903.686] (--) NVIDIA(GPU-1): 
[ 17903.686] (--) NVIDIA(GPU-1): DFP-6: disconnected
[ 17903.686] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[ 17903.686] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[ 17903.686] (--) NVIDIA(GPU-1): 
[ 17903.699] (II) NVIDIA(G0): Validated MetaModes:
[ 17903.699] (II) NVIDIA(G0):     "NULL"
[ 17903.699] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 17903.699] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 17903.699] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 17903.699] (II) UnloadModule: "nouveau"
[ 17903.699] (II) Unloading nouveau
[ 17903.699] (II) UnloadModule: "modesetting"
[ 17903.699] (II) Unloading modesetting
[ 17903.699] (II) UnloadModule: "fbdev"
[ 17903.699] (II) Unloading fbdev
[ 17903.699] (II) UnloadSubModule: "fbdevhw"
[ 17903.699] (II) Unloading fbdevhw
[ 17903.699] (II) UnloadModule: "vesa"
[ 17903.699] (II) Unloading vesa
[ 17903.700] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 17903.700] (II) NVIDIA:     access.
[ 17903.718] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 17903.759] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 17903.759] (==) NVIDIA(0): Backing store enabled
[ 17903.759] (==) NVIDIA(0): Silken mouse enabled
[ 17903.759] (==) NVIDIA(0): DPMS enabled
[ 17903.759] (II) Loading sub module "dri2"
[ 17903.759] (II) LoadModule: "dri2"
[ 17903.759] (II) Module "dri2" already built-in
[ 17903.759] (II) NVIDIA(0): [DRI2] Setup complete
[ 17903.759] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 17903.779] (II) NVIDIA(G0): Setting mode "NULL"
[ 17903.799] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 17903.799] (==) NVIDIA(G0): Backing store enabled
[ 17903.799] (==) NVIDIA(G0): Silken mouse enabled
[ 17903.800] (==) NVIDIA(G0): DPMS enabled
[ 17903.800] (II) Loading sub module "dri2"
[ 17903.800] (II) LoadModule: "dri2"
[ 17903.800] (II) Module "dri2" already built-in
[ 17903.800] (II) NVIDIA(G0): [DRI2] Setup complete
[ 17903.800] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[ 17903.800] (II) Initializing extension Generic Event Extension
[ 17903.800] (II) Initializing extension SHAPE
[ 17903.800] (II) Initializing extension MIT-SHM
[ 17903.800] (II) Initializing extension XInputExtension
[ 17903.800] (II) Initializing extension XTEST
[ 17903.800] (II) Initializing extension BIG-REQUESTS
[ 17903.800] (II) Initializing extension SYNC
[ 17903.800] (II) Initializing extension XKEYBOARD
[ 17903.800] (II) Initializing extension XC-MISC
[ 17903.800] (II) Initializing extension SECURITY
[ 17903.800] (II) Initializing extension XFIXES
[ 17903.800] (II) Initializing extension RENDER
[ 17903.800] (II) Initializing extension RANDR
[ 17903.800] (II) Initializing extension COMPOSITE
[ 17903.800] (II) Initializing extension DAMAGE
[ 17903.800] (II) Initializing extension MIT-SCREEN-SAVER
[ 17903.800] (II) Initializing extension DOUBLE-BUFFER
[ 17903.801] (II) Initializing extension RECORD
[ 17903.801] (II) Initializing extension DPMS
[ 17903.801] (II) Initializing extension Present
[ 17903.801] (II) Initializing extension DRI3
[ 17903.801] (II) Initializing extension X-Resource
[ 17903.801] (II) Initializing extension XVideo
[ 17903.801] (II) Initializing extension XVideo-MotionCompensation
[ 17903.801] (II) Initializing extension SELinux
[ 17903.801] (II) SELinux: Disabled on system
[ 17903.801] (II) Initializing extension GLX
[ 17903.801] (II) Initializing extension GLX
[ 17903.801] (II) Indirect GLX disabled.
[ 17903.801] (II) GLX: Another vendor is already registered for screen 0
[ 17903.801] (II) Initializing extension XFree86-VidModeExtension
[ 17903.801] (II) Initializing extension XFree86-DGA
[ 17903.801] (II) Initializing extension XFree86-DRI
[ 17903.801] (II) Initializing extension DRI2
[ 17903.801] (II) Initializing extension NV-GLX
[ 17903.801] (II) Initializing extension NV-CONTROL
[ 17903.801] (II) Initializing extension XINERAMA
[ 17903.825] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 17903.825] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 17903.825] (II) LoadModule: "libinput"
[ 17903.826] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 17903.826] (II) Module libinput: vendor="X.Org Foundation"
[ 17903.826] 	compiled for 1.20.14, module version = 1.2.1
[ 17903.826] 	Module class: X.Org XInput Driver
[ 17903.826] 	ABI class: X.Org XInput driver, version 24.1
[ 17903.826] (II) Using input driver 'libinput' for 'Power Button'
[ 17903.827] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 56 paused 0
[ 17903.827] (**) Power Button: always reports core events
[ 17903.827] (**) Option "Device" "/dev/input/event2"
[ 17903.827] (II) event2  - Power Button: is tagged by udev as: Keyboard
[ 17903.827] (II) event2  - Power Button: device is a keyboard
[ 17903.827] (II) event2  - Power Button: device removed
[ 17903.828] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 17903.828] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 17903.828] (**) Option "xkb_model" "pc105"
[ 17903.828] (**) Option "xkb_layout" "cn"
[ 17903.836] (II) event2  - Power Button: is tagged by udev as: Keyboard
[ 17903.836] (II) event2  - Power Button: device is a keyboard
[ 17903.836] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 17903.837] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 17903.837] (II) Using input driver 'libinput' for 'Power Button'
[ 17903.837] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 59 paused 0
[ 17903.837] (**) Power Button: always reports core events
[ 17903.837] (**) Option "Device" "/dev/input/event1"
[ 17903.837] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 17903.837] (II) event1  - Power Button: device is a keyboard
[ 17903.837] (II) event1  - Power Button: device removed
[ 17903.837] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 17903.837] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 17903.837] (**) Option "xkb_model" "pc105"
[ 17903.837] (**) Option "xkb_layout" "cn"
[ 17903.838] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 17903.838] (II) event1  - Power Button: device is a keyboard
[ 17903.838] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 17903.838] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 17903.838] (II) Using input driver 'libinput' for 'Sleep Button'
[ 17903.838] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 60 paused 0
[ 17903.838] (**) Sleep Button: always reports core events
[ 17903.838] (**) Option "Device" "/dev/input/event0"
[ 17903.839] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[ 17903.839] (II) event0  - Sleep Button: device is a keyboard
[ 17903.839] (II) event0  - Sleep Button: device removed
[ 17903.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 17903.839] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 17903.839] (**) Option "xkb_model" "pc105"
[ 17903.839] (**) Option "xkb_layout" "cn"
[ 17903.839] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[ 17903.839] (II) event0  - Sleep Button: device is a keyboard
[ 17903.839] (II) config/udev: Adding input device Lanseyaoji: Lanseyaoji (/dev/input/event3)
[ 17903.839] (**) Lanseyaoji: Lanseyaoji: Applying InputClass "libinput keyboard catchall"
[ 17903.839] (II) Using input driver 'libinput' for 'Lanseyaoji: Lanseyaoji'
[ 17903.840] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 61 paused 0
[ 17903.840] (**) Lanseyaoji: Lanseyaoji: always reports core events
[ 17903.840] (**) Option "Device" "/dev/input/event3"
[ 17903.840] (II) event3  - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.840] (II) event3  - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.840] (II) event3  - Lanseyaoji: Lanseyaoji: device removed
[ 17903.840] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/usb4/4-2/4-2:1.0/input/input12/event3"
[ 17903.840] (II) XINPUT: Adding extended input device "Lanseyaoji: Lanseyaoji" (type: KEYBOARD, id 9)
[ 17903.840] (**) Option "xkb_model" "pc105"
[ 17903.840] (**) Option "xkb_layout" "cn"
[ 17903.841] (II) event3  - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.841] (II) event3  - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.841] (II) config/udev: Adding input device Lanseyaoji: Lanseyaoji (/dev/input/event24)
[ 17903.841] (**) Lanseyaoji: Lanseyaoji: Applying InputClass "libinput keyboard catchall"
[ 17903.841] (II) Using input driver 'libinput' for 'Lanseyaoji: Lanseyaoji'
[ 17903.842] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 62 paused 0
[ 17903.842] (**) Lanseyaoji: Lanseyaoji: always reports core events
[ 17903.842] (**) Option "Device" "/dev/input/event24"
[ 17903.842] (II) event24 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.842] (II) event24 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.842] (II) event24 - Lanseyaoji: Lanseyaoji: device removed
[ 17903.842] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:02.0/0000:04:00.0/usb6/6-2/6-2:1.0/input/input29/event24"
[ 17903.842] (II) XINPUT: Adding extended input device "Lanseyaoji: Lanseyaoji" (type: KEYBOARD, id 10)
[ 17903.842] (**) Option "xkb_model" "pc105"
[ 17903.842] (**) Option "xkb_layout" "cn"
[ 17903.843] (II) event24 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.843] (II) event24 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.843] (II) config/udev: Adding input device Lanseyaoji: Lanseyaoji (/dev/input/event25)
[ 17903.843] (**) Lanseyaoji: Lanseyaoji: Applying InputClass "libinput keyboard catchall"
[ 17903.843] (II) Using input driver 'libinput' for 'Lanseyaoji: Lanseyaoji'
[ 17903.843] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 63 paused 0
[ 17903.843] (**) Lanseyaoji: Lanseyaoji: always reports core events
[ 17903.843] (**) Option "Device" "/dev/input/event25"
[ 17903.844] (II) event25 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.844] (II) event25 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.844] (II) event25 - Lanseyaoji: Lanseyaoji: device removed
[ 17903.844] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:03.0/0000:05:00.0/usb8/8-2/8-2:1.0/input/input30/event25"
[ 17903.844] (II) XINPUT: Adding extended input device "Lanseyaoji: Lanseyaoji" (type: KEYBOARD, id 11)
[ 17903.844] (**) Option "xkb_model" "pc105"
[ 17903.844] (**) Option "xkb_layout" "cn"
[ 17903.845] (II) event25 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.845] (II) event25 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.845] (II) config/udev: Adding input device Lanseyaoji: Lanseyaoji (/dev/input/event26)
[ 17903.845] (**) Lanseyaoji: Lanseyaoji: Applying InputClass "libinput keyboard catchall"
[ 17903.845] (II) Using input driver 'libinput' for 'Lanseyaoji: Lanseyaoji'
[ 17903.845] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 64 paused 0
[ 17903.845] (**) Lanseyaoji: Lanseyaoji: always reports core events
[ 17903.845] (**) Option "Device" "/dev/input/event26"
[ 17903.846] (II) event26 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.846] (II) event26 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.846] (II) event26 - Lanseyaoji: Lanseyaoji: device removed
[ 17903.846] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:04.0/0000:06:00.0/usb10/10-2/10-2:1.0/input/input31/event26"
[ 17903.846] (II) XINPUT: Adding extended input device "Lanseyaoji: Lanseyaoji" (type: KEYBOARD, id 12)
[ 17903.846] (**) Option "xkb_model" "pc105"
[ 17903.846] (**) Option "xkb_layout" "cn"
[ 17903.847] (II) event26 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.847] (II) event26 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.847] (II) config/udev: Adding input device Lanseyaoji: Lanseyaoji (/dev/input/event27)
[ 17903.847] (**) Lanseyaoji: Lanseyaoji: Applying InputClass "libinput keyboard catchall"
[ 17903.847] (II) Using input driver 'libinput' for 'Lanseyaoji: Lanseyaoji'
[ 17903.847] (II) systemd-logind: got fd for /dev/input/event27 13:91 fd 65 paused 0
[ 17903.847] (**) Lanseyaoji: Lanseyaoji: always reports core events
[ 17903.847] (**) Option "Device" "/dev/input/event27"
[ 17903.848] (II) event27 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.848] (II) event27 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.848] (II) event27 - Lanseyaoji: Lanseyaoji: device removed
[ 17903.848] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:08.0/0000:07:00.0/usb12/12-2/12-2:1.0/input/input32/event27"
[ 17903.848] (II) XINPUT: Adding extended input device "Lanseyaoji: Lanseyaoji" (type: KEYBOARD, id 13)
[ 17903.848] (**) Option "xkb_model" "pc105"
[ 17903.848] (**) Option "xkb_layout" "cn"
[ 17903.848] (II) event27 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.848] (II) event27 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.849] (II) config/udev: Adding input device Lanseyaoji: Lanseyaoji (/dev/input/event28)
[ 17903.849] (**) Lanseyaoji: Lanseyaoji: Applying InputClass "libinput keyboard catchall"
[ 17903.849] (II) Using input driver 'libinput' for 'Lanseyaoji: Lanseyaoji'
[ 17903.849] (II) systemd-logind: got fd for /dev/input/event28 13:92 fd 66 paused 0
[ 17903.849] (**) Lanseyaoji: Lanseyaoji: always reports core events
[ 17903.849] (**) Option "Device" "/dev/input/event28"
[ 17903.849] (II) event28 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.850] (II) event28 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.850] (II) event28 - Lanseyaoji: Lanseyaoji: device removed
[ 17903.850] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:0c.0/0000:08:00.0/usb14/14-2/14-2:1.0/input/input33/event28"
[ 17903.850] (II) XINPUT: Adding extended input device "Lanseyaoji: Lanseyaoji" (type: KEYBOARD, id 14)
[ 17903.850] (**) Option "xkb_model" "pc105"
[ 17903.850] (**) Option "xkb_layout" "cn"
[ 17903.850] (II) event28 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.850] (II) event28 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.850] (II) config/udev: Adding input device Lanseyaoji: Lanseyaoji (/dev/input/event29)
[ 17903.850] (**) Lanseyaoji: Lanseyaoji: Applying InputClass "libinput keyboard catchall"
[ 17903.850] (II) Using input driver 'libinput' for 'Lanseyaoji: Lanseyaoji'
[ 17903.851] (II) systemd-logind: got fd for /dev/input/event29 13:93 fd 67 paused 0
[ 17903.851] (**) Lanseyaoji: Lanseyaoji: always reports core events
[ 17903.851] (**) Option "Device" "/dev/input/event29"
[ 17903.851] (II) event29 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.851] (II) event29 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.851] (II) event29 - Lanseyaoji: Lanseyaoji: device removed
[ 17903.851] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:0e.0/0000:09:00.0/usb16/16-2/16-2:1.0/input/input34/event29"
[ 17903.851] (II) XINPUT: Adding extended input device "Lanseyaoji: Lanseyaoji" (type: KEYBOARD, id 15)
[ 17903.851] (**) Option "xkb_model" "pc105"
[ 17903.851] (**) Option "xkb_layout" "cn"
[ 17903.852] (II) event29 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.852] (II) event29 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.852] (II) config/udev: Adding input device Lanseyaoji: Lanseyaoji (/dev/input/event30)
[ 17903.852] (**) Lanseyaoji: Lanseyaoji: Applying InputClass "libinput keyboard catchall"
[ 17903.852] (II) Using input driver 'libinput' for 'Lanseyaoji: Lanseyaoji'
[ 17903.853] (II) systemd-logind: got fd for /dev/input/event30 13:94 fd 68 paused 0
[ 17903.853] (**) Lanseyaoji: Lanseyaoji: always reports core events
[ 17903.853] (**) Option "Device" "/dev/input/event30"
[ 17903.853] (II) event30 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.853] (II) event30 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.853] (II) event30 - Lanseyaoji: Lanseyaoji: device removed
[ 17903.853] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:0f.0/0000:0a:00.0/usb18/18-2/18-2:1.0/input/input35/event30"
[ 17903.853] (II) XINPUT: Adding extended input device "Lanseyaoji: Lanseyaoji" (type: KEYBOARD, id 16)
[ 17903.853] (**) Option "xkb_model" "pc105"
[ 17903.853] (**) Option "xkb_layout" "cn"
[ 17903.854] (II) event30 - Lanseyaoji: Lanseyaoji: is tagged by udev as: Keyboard
[ 17903.854] (II) event30 - Lanseyaoji: Lanseyaoji: device is a keyboard
[ 17903.854] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
[ 17903.854] (II) No input driver specified, ignoring this device.
[ 17903.854] (II) This device may have been added with another device file.
[ 17903.854] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 17903.854] (II) No input driver specified, ignoring this device.
[ 17903.854] (II) This device may have been added with another device file.
[ 17903.854] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[ 17903.854] (II) No input driver specified, ignoring this device.
[ 17903.854] (II) This device may have been added with another device file.
[ 17903.855] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[ 17903.855] (II) No input driver specified, ignoring this device.
[ 17903.855] (II) This device may have been added with another device file.
[ 17903.855] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/event5)
[ 17903.855] (**) 2.4G Mouse: Applying InputClass "libinput keyboard catchall"
[ 17903.855] (II) Using input driver 'libinput' for '2.4G Mouse'
[ 17903.855] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 69 paused 0
[ 17903.855] (**) 2.4G Mouse: always reports core events
[ 17903.855] (**) Option "Device" "/dev/input/event5"
[ 17903.856] (II) event5  - 2.4G Mouse: is tagged by udev as: Keyboard
[ 17903.856] (II) event5  - 2.4G Mouse: device is a keyboard
[ 17903.856] (II) event5  - 2.4G Mouse: device removed
[ 17903.856] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2:1.0/0003:1EA7:0066.0002/input/input6/event5"
[ 17903.856] (II) XINPUT: Adding extended input device "2.4G Mouse" (type: KEYBOARD, id 17)
[ 17903.856] (**) Option "xkb_model" "pc105"
[ 17903.856] (**) Option "xkb_layout" "cn"
[ 17903.856] (II) event5  - 2.4G Mouse: is tagged by udev as: Keyboard
[ 17903.856] (II) event5  - 2.4G Mouse: device is a keyboard
[ 17903.857] (II) config/udev: Adding input device 2.4G Mouse System Control (/dev/input/event9)
[ 17903.857] (**) 2.4G Mouse System Control: Applying InputClass "libinput keyboard catchall"
[ 17903.857] (II) Using input driver 'libinput' for '2.4G Mouse System Control'
[ 17903.857] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 70 paused 0
[ 17903.857] (**) 2.4G Mouse System Control: always reports core events
[ 17903.857] (**) Option "Device" "/dev/input/event9"
[ 17903.857] (II) event9  - 2.4G Mouse System Control: is tagged by udev as: Keyboard
[ 17903.858] (II) event9  - 2.4G Mouse System Control: device is a keyboard
[ 17903.858] (II) event9  - 2.4G Mouse System Control: device removed
[ 17903.858] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2:1.1/0003:1EA7:0066.0003/input/input10/event9"
[ 17903.858] (II) XINPUT: Adding extended input device "2.4G Mouse System Control" (type: KEYBOARD, id 18)
[ 17903.858] (**) Option "xkb_model" "pc105"
[ 17903.858] (**) Option "xkb_layout" "cn"
[ 17903.858] (II) event9  - 2.4G Mouse System Control: is tagged by udev as: Keyboard
[ 17903.858] (II) event9  - 2.4G Mouse System Control: device is a keyboard
[ 17903.859] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/event6)
[ 17903.859] (II) No input driver specified, ignoring this device.
[ 17903.859] (II) This device may have been added with another device file.
[ 17903.859] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/event7)
[ 17903.859] (**) 2.4G Mouse: Applying InputClass "libinput pointer catchall"
[ 17903.859] (II) Using input driver 'libinput' for '2.4G Mouse'
[ 17903.859] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 71 paused 0
[ 17903.859] (**) 2.4G Mouse: always reports core events
[ 17903.859] (**) Option "Device" "/dev/input/event7"
[ 17903.859] (II) event7  - 2.4G Mouse: is tagged by udev as: Mouse
[ 17903.860] (II) event7  - 2.4G Mouse: device is a pointer
[ 17903.860] (II) event7  - 2.4G Mouse: device removed
[ 17903.860] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2:1.1/0003:1EA7:0066.0003/input/input8/event7"
[ 17903.860] (II) XINPUT: Adding extended input device "2.4G Mouse" (type: MOUSE, id 19)
[ 17903.860] (**) Option "AccelerationScheme" "none"
[ 17903.860] (**) 2.4G Mouse: (accel) selected scheme none/0
[ 17903.860] (**) 2.4G Mouse: (accel) acceleration factor: 2.000
[ 17903.860] (**) 2.4G Mouse: (accel) acceleration threshold: 4
[ 17903.860] (II) event7  - 2.4G Mouse: is tagged by udev as: Mouse
[ 17903.860] (II) event7  - 2.4G Mouse: device is a pointer
[ 17903.861] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/mouse2)
[ 17903.861] (II) No input driver specified, ignoring this device.
[ 17903.861] (II) This device may have been added with another device file.
[ 17903.861] (II) config/udev: Adding input device 2.4G Mouse Consumer Control (/dev/input/event8)
[ 17903.861] (**) 2.4G Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 17903.861] (II) Using input driver 'libinput' for '2.4G Mouse Consumer Control'
[ 17903.861] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 72 paused 0
[ 17903.861] (**) 2.4G Mouse Consumer Control: always reports core events
[ 17903.861] (**) Option "Device" "/dev/input/event8"
[ 17903.862] (II) event8  - 2.4G Mouse Consumer Control: is tagged by udev as: Keyboard
[ 17903.862] (II) event8  - 2.4G Mouse Consumer Control: device is a keyboard
[ 17903.862] (II) event8  - 2.4G Mouse Consumer Control: device removed
[ 17903.862] (II) libinput: 2.4G Mouse Consumer Control: needs a virtual subdevice
[ 17903.862] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2:1.1/0003:1EA7:0066.0003/input/input9/event8"
[ 17903.862] (II) XINPUT: Adding extended input device "2.4G Mouse Consumer Control" (type: MOUSE, id 20)
[ 17903.862] (**) Option "AccelerationScheme" "none"
[ 17903.862] (**) 2.4G Mouse Consumer Control: (accel) selected scheme none/0
[ 17903.862] (**) 2.4G Mouse Consumer Control: (accel) acceleration factor: 2.000
[ 17903.862] (**) 2.4G Mouse Consumer Control: (accel) acceleration threshold: 4
[ 17903.862] (II) event8  - 2.4G Mouse Consumer Control: is tagged by udev as: Keyboard
[ 17903.862] (II) event8  - 2.4G Mouse Consumer Control: device is a keyboard
[ 17903.863] (II) config/udev: Adding input device ILITEK ILITEK-TP (/dev/input/event22)
[ 17903.863] (**) ILITEK ILITEK-TP: Applying InputClass "libinput touchscreen catchall"
[ 17903.863] (II) Using input driver 'libinput' for 'ILITEK ILITEK-TP'
[ 17903.920] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 73 paused 0
[ 17903.920] (**) ILITEK ILITEK-TP: always reports core events
[ 17903.920] (**) Option "Device" "/dev/input/event22"
[ 17903.920] (II) event22 - ILITEK ILITEK-TP: is tagged by udev as: Touchscreen
[ 17903.920] (II) event22 - ILITEK ILITEK-TP: device is a touch device
[ 17903.921] (II) event22 - ILITEK ILITEK-TP: device removed
[ 17903.921] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:222A:0001.0001/input/input26/event22"
[ 17903.921] (II) XINPUT: Adding extended input device "ILITEK ILITEK-TP" (type: TOUCHSCREEN, id 21)
[ 17903.921] (**) Option "AccelerationScheme" "none"
[ 17903.921] (**) ILITEK ILITEK-TP: (accel) selected scheme none/0
[ 17903.921] (**) ILITEK ILITEK-TP: (accel) acceleration factor: 2.000
[ 17903.921] (**) ILITEK ILITEK-TP: (accel) acceleration threshold: 4
[ 17903.921] (II) event22 - ILITEK ILITEK-TP: is tagged by udev as: Touchscreen
[ 17903.921] (II) event22 - ILITEK ILITEK-TP: device is a touch device
[ 17903.921] (II) config/udev: Adding input device ILITEK ILITEK-TP (/dev/input/mouse0)
[ 17903.921] (II) No input driver specified, ignoring this device.
[ 17903.921] (II) This device may have been added with another device file.
[ 17903.922] (II) config/udev: Adding input device ILITEK ILITEK-TP Mouse (/dev/input/event23)
[ 17903.922] (**) ILITEK ILITEK-TP Mouse: Applying InputClass "libinput pointer catchall"
[ 17903.922] (II) Using input driver 'libinput' for 'ILITEK ILITEK-TP Mouse'
[ 17903.922] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 74 paused 0
[ 17903.922] (**) ILITEK ILITEK-TP Mouse: always reports core events
[ 17903.922] (**) Option "Device" "/dev/input/event23"
[ 17903.922] (II) event23 - ILITEK ILITEK-TP Mouse: is tagged by udev as: Mouse
[ 17903.923] (II) event23 - ILITEK ILITEK-TP Mouse: device is a pointer
[ 17903.923] (II) event23 - ILITEK ILITEK-TP Mouse: device removed
[ 17903.923] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:222A:0001.0001/input/input28/event23"
[ 17903.923] (II) XINPUT: Adding extended input device "ILITEK ILITEK-TP Mouse" (type: MOUSE, id 22)
[ 17903.923] (**) Option "AccelerationScheme" "none"
[ 17903.923] (**) ILITEK ILITEK-TP Mouse: (accel) selected scheme none/0
[ 17903.923] (**) ILITEK ILITEK-TP Mouse: (accel) acceleration factor: 2.000
[ 17903.923] (**) ILITEK ILITEK-TP Mouse: (accel) acceleration threshold: 4
[ 17903.923] (II) event23 - ILITEK ILITEK-TP Mouse: is tagged by udev as: Mouse
[ 17903.923] (II) event23 - ILITEK ILITEK-TP Mouse: device is a pointer
[ 17903.923] (II) config/udev: Adding input device ILITEK ILITEK-TP Mouse (/dev/input/js0)
[ 17903.923] (II) No input driver specified, ignoring this device.
[ 17903.923] (II) This device may have been added with another device file.
[ 17903.924] (II) config/udev: Adding input device ILITEK ILITEK-TP Mouse (/dev/input/mouse1)
[ 17903.924] (II) No input driver specified, ignoring this device.
[ 17903.924] (II) This device may have been added with another device file.
[ 17903.924] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[ 17903.924] (II) No input driver specified, ignoring this device.
[ 17903.924] (II) This device may have been added with another device file.
[ 17903.924] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[ 17903.924] (II) No input driver specified, ignoring this device.
[ 17903.924] (II) This device may have been added with another device file.
[ 17903.924] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[ 17903.924] (II) No input driver specified, ignoring this device.
[ 17903.924] (II) This device may have been added with another device file.
[ 17903.924] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[ 17903.924] (II) No input driver specified, ignoring this device.
[ 17903.924] (II) This device may have been added with another device file.
[ 17903.924] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[ 17903.924] (II) No input driver specified, ignoring this device.
[ 17903.924] (II) This device may have been added with another device file.
[ 17903.924] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event15)
[ 17903.924] (II) No input driver specified, ignoring this device.
[ 17903.924] (II) This device may have been added with another device file.
[ 17903.925] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
[ 17903.925] (II) No input driver specified, ignoring this device.
[ 17903.925] (II) This device may have been added with another device file.
[ 17903.925] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event19)
[ 17903.925] (II) No input driver specified, ignoring this device.
[ 17903.925] (II) This device may have been added with another device file.
[ 17903.925] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event21)
[ 17903.925] (II) No input driver specified, ignoring this device.
[ 17903.925] (II) This device may have been added with another device file.
[ 17903.928] (**) 2.4G Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 17903.928] (II) Using input driver 'libinput' for '2.4G Mouse Consumer Control'
[ 17903.928] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[ 17903.928] (**) 2.4G Mouse Consumer Control: always reports core events
[ 17903.928] (**) Option "Device" "/dev/input/event8"
[ 17903.929] (II) libinput: 2.4G Mouse Consumer Control: is a virtual subdevice
[ 17903.929] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2:1.1/0003:1EA7:0066.0003/input/input9/event8"
[ 17903.929] (II) XINPUT: Adding extended input device "2.4G Mouse Consumer Control" (type: KEYBOARD, id 23)
[ 17903.929] (**) Option "xkb_model" "pc105"
[ 17903.929] (**) Option "xkb_layout" "cn"
[ 17904.193] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17904.193] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17904.193] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17904.193] (--) NVIDIA(GPU-0): 
[ 17904.343] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17904.343] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17904.343] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17904.343] (--) NVIDIA(GPU-0): 
[ 17904.640] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17904.640] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17904.640] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17904.640] (--) NVIDIA(GPU-0): 
[ 17904.640] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 17904.640] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 17904.640] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 17904.640] (--) NVIDIA(GPU-0): 
[ 17904.640] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 17904.640] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 17904.640] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 17904.787] (--) NVIDIA(GPU-1): 
[ 17904.788] (--) NVIDIA(GPU-1): DFP-6: disconnected
[ 17904.788] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[ 17904.788] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[ 17904.788] (--) NVIDIA(GPU-1): 
[ 17904.903] (II) NVIDIA(0): Setting mode "HDMI-0: 1920x1080_60_1 @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 17905.434] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17905.434] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17905.434] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17905.434] (--) NVIDIA(GPU-0): 
[ 17905.580] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17905.580] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17905.580] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17905.580] (--) NVIDIA(GPU-0): 
[ 17905.781] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17905.781] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17905.781] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17905.781] (--) NVIDIA(GPU-0): 
[ 17905.781] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 17905.781] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 17905.781] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 17905.781] (--) NVIDIA(GPU-0): 
[ 17905.781] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 17905.781] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 17905.781] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 17905.781] (--) NVIDIA(GPU-0): 
[ 17905.781] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 17905.781] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 17905.781] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 17905.781] (--) NVIDIA(GPU-0): 
[ 17905.781] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 17905.781] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 17905.781] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 17905.781] (--) NVIDIA(GPU-0): 
[ 17905.782] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 17905.782] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 17905.782] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 17905.782] (--) NVIDIA(GPU-0): 
[ 17905.927] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17905.927] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17905.927] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17905.927] (--) NVIDIA(GPU-0): 
[ 17905.927] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 17905.927] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 17905.927] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 17905.927] (--) NVIDIA(GPU-0): 
[ 17905.927] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 17905.927] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 17905.927] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 17905.927] (--) NVIDIA(GPU-0): 
[ 17905.927] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 17905.927] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 17905.927] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 17905.927] (--) NVIDIA(GPU-0): 
[ 17905.927] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 17905.927] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 17905.927] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 17905.927] (--) NVIDIA(GPU-0): 
[ 17905.927] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 17905.927] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 17905.927] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 17905.927] (--) NVIDIA(GPU-0): 
[ 17905.928] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 17905.928] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 17905.928] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 17905.928] (--) NVIDIA(GPU-0): 
[ 17905.928] (--) NVIDIA(GPU-1): DFP-0: disconnected
[ 17905.928] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[ 17905.928] (--) NVIDIA(GPU-1): DFP-0: 165.0 MHz maximum pixel clock
[ 17905.928] (--) NVIDIA(GPU-1): 
[ 17905.928] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 17905.928] (--) NVIDIA(GPU-1): DFP-1: Internal DisplayPort
[ 17905.928] (--) NVIDIA(GPU-1): DFP-1: 2670.0 MHz maximum pixel clock
[ 17905.928] (--) NVIDIA(GPU-1): 
[ 17905.928] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 17905.928] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[ 17905.928] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[ 17905.928] (--) NVIDIA(GPU-1): 
[ 17905.928] (--) NVIDIA(GPU-1): DFP-3: disconnected
[ 17905.928] (--) NVIDIA(GPU-1): DFP-3: Internal DisplayPort
[ 17905.928] (--) NVIDIA(GPU-1): DFP-3: 2670.0 MHz maximum pixel clock
[ 17905.928] (--) NVIDIA(GPU-1): 
[ 17906.527] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17906.527] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17906.527] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17906.527] (--) NVIDIA(GPU-0): 
[ 17906.527] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 17906.527] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 17906.527] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 17906.527] (--) NVIDIA(GPU-0): 
[ 17906.527] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 17906.527] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 17906.527] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 17906.527] (--) NVIDIA(GPU-0): 
[ 17906.527] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 17906.527] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 17906.527] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 17906.527] (--) NVIDIA(GPU-0): 
[ 17906.527] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 17906.527] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 17906.527] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 17906.527] (--) NVIDIA(GPU-0): 
[ 17906.527] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 17906.527] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 17906.527] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 17906.527] (--) NVIDIA(GPU-0): 
[ 17906.527] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 17906.527] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 17906.527] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 17906.527] (--) NVIDIA(GPU-0): 
[ 17906.672] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17906.672] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17906.672] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17906.672] (--) NVIDIA(GPU-0): 
[ 17906.672] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 17906.672] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 17906.672] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 17906.672] (--) NVIDIA(GPU-0): 
[ 17906.672] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 17906.672] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 17906.672] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 17906.672] (--) NVIDIA(GPU-0): 
[ 17906.672] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 17906.672] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 17906.672] (--) NVIDIA(GPU-0): DFP-3: 2670.0 MHz maximum pixel clock
[ 17906.672] (--) NVIDIA(GPU-0): 
[ 17906.672] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 17906.672] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 17906.672] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 17906.672] (--) NVIDIA(GPU-0): 
[ 17906.672] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 17906.672] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 17906.672] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[ 17906.672] (--) NVIDIA(GPU-0): 
[ 17906.672] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 17906.672] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 17906.672] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 17906.672] (--) NVIDIA(GPU-0): 
[ 17906.672] (--) NVIDIA(GPU-1): DFP-0: disconnected
[ 17906.672] (--) NVIDIA(GPU-1): DFP-0: Internal TMDS
[ 17906.672] (--) NVIDIA(GPU-1): DFP-0: 165.0 MHz maximum pixel clock
[ 17906.672] (--) NVIDIA(GPU-1): 
[ 17906.672] (--) NVIDIA(GPU-1): DFP-1: disconnected
[ 17906.672] (--) NVIDIA(GPU-1): DFP-1: Internal DisplayPort
[ 17906.672] (--) NVIDIA(GPU-1): DFP-1: 2670.0 MHz maximum pixel clock
[ 17906.672] (--) NVIDIA(GPU-1): 
[ 17906.672] (--) NVIDIA(GPU-1): DFP-2: disconnected
[ 17906.672] (--) NVIDIA(GPU-1): DFP-2: Internal TMDS
[ 17906.672] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[ 17906.672] (--) NVIDIA(GPU-1): 
[ 17906.673] (--) NVIDIA(GPU-1): DFP-6: disconnected
[ 17906.673] (--) NVIDIA(GPU-1): DFP-6: Internal TMDS
[ 17906.673] (--) NVIDIA(GPU-1): DFP-6: 165.0 MHz maximum pixel clock
[ 17906.673] (--) NVIDIA(GPU-1): 
[ 17907.373] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17907.373] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17907.373] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
[ 17907.373] (--) NVIDIA(GPU-0): 
[ 17907.518] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): connected
[ 17907.518] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): Internal TMDS
[ 17907.518] (--) NVIDIA(GPU-0): ROW AAA (DFP-0): 600.0 MHz maximum pixel clock
ncgnew
帖子: 11
注册时间: 2024-04-28 17:01
系统: ubuntu24.04

Re: 为什么 Xorg 会占用 CPU 并导致界面卡顿?

#2

帖子 ncgnew » 2024-07-08 20:08

换wayland,体验很不错
Weighteen
帖子: 2
注册时间: 2024-07-06 21:17
系统: Ubuntu

Re: 为什么 Xorg 会占用 CPU 并导致界面卡顿?

#3

帖子 Weighteen » 2024-07-08 21:53

ncgnew 写了: 2024-07-08 20:08 换wayland,体验很不错
那这个问题的原因是啥呢,总得查清楚撒 :Cry
头像
astolia
论坛版主
帖子: 6703
注册时间: 2008-09-18 13:11

Re: 为什么 Xorg 会占用 CPU 并导致界面卡顿?

#4

帖子 astolia » 2024-07-09 10:24

可能是你用的窗口管理器和n卡驱动相性不合,如果你用的是gnome桌面环境的话,可以换其他桌面试试
回复