您尚未登录。

#1 2020-06-14 10:58:40

konghui
会员
注册时间: 2018-03-29
帖子: 3

求助: 使用nvidia驱动时候如果在xorg指定nvidia配置则会导致startx卡死

大家好,我最近要给自己的电脑装对于的驱动显卡是GTX1650. CPU是AMD 4800H
装驱动的时候我是安装arch推荐的方式直接pacman -S nvidia装的
生成的Xorg.conf配置如下

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 440.82

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

我后来尝试使用最小的配置也不可以

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

但是如果我不修改xorg.conf的配置(留空)也能看到nvidia驱动是正常的在加载的, startx也可以正常启动桌面, nvidia-smi也能正常拿到结果

下面是启动有问题的时候X的输出的日志我看也没有很明显的错误

[    55.791] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    55.792] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    55.792] Build Operating System: Linux Arch Linux
[    55.792] Current Operating System: Linux archlinux 5.7.2-arch1-1 #1 SMP PREEMPT Wed, 10 Jun 2020 20:36:24 +0000 x8
6_64
[    55.792] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=40f4c8a3-3ad4-4532-9cac-031b3bd69966 rw log
level=3 quiet acpi_osi=Linux acpi_backlight=vendor
[    55.792] Build Date: 05 May 2020  05:08:17AM
[    55.792]  
[    55.792] Current version of pixman: 0.40.0
[    55.792] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    55.792] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    55.792] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 14 09:23:46 2020
[    55.794] (==) Using config file: "/etc/X11/xorg.conf"
[    55.794] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    55.794] (==) No Layout section.  Using the first Screen section.
[    55.794] (==) No screen section available. Using defaults.
[    55.794] (**) |-->Screen "Default Screen Section" (0)
[    55.794] (**) |   |-->Monitor "<default monitor>"
[    55.795] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    55.795] (**) |   |-->Device "Device0"
[    55.795] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    55.795] (==) Automatically adding devices
[    55.795] (==) Automatically enabling devices
[    55.795] (==) Automatically adding GPU devices
[    55.795] (==) Automatically binding GPU devices
[    55.795] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    55.795] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    55.795] 	Entry deleted from font path.
[    55.795] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    55.795] 	Entry deleted from font path.
[    55.795] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    55.795] 	Entry deleted from font path.
[    55.795] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    55.795] 	Entry deleted from font path.
[    55.795] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    55.795] 	Entry deleted from font path.
[    55.795] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    55.795] 	Entry deleted from font path.
[    55.795] (==) FontPath set to:
	
[    55.795] (==) ModulePath set to "/usr/lib/xorg/modules"
[    55.795] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    55.795] (II) Module ABI versions:
[    55.795] 	X.Org ANSI C Emulation: 0.4
[    55.795] 	X.Org Video Driver: 24.1
[    55.795] 	X.Org XInput driver : 24.1
[    55.795] 	X.Org Server Extension : 10.0
[    55.796] (++) using VT number 1

[    55.799] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    55.799] (II) xfree86: Adding drm device (/dev/dri/card1)
[    55.800] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[    55.800] (II) xfree86: Adding drm device (/dev/dri/card0)
[    55.801] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    55.803] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xor
g/modules"
[    55.806] (--) PCI: (1@0:0:0) 10de:1f99:17aa:3a43 rev 161, Mem @ 0xd0000000/16777216, 0xfcc0000000/268435456, 0xfcd
0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    55.806] (--) PCI:*(5@0:0:0) 1002:1636:17aa:3a3f rev 198, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd1
500000/524288, I/O @ 0x00001000/256
[    55.806] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    55.806] (II) LoadModule: "glx"
[    55.807] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    55.810] (II) Module glx: vendor="X.Org Foundation"
[    55.810] 	compiled for 1.20.8, module version = 1.0.0
[    55.810] 	ABI class: X.Org Server Extension, version 10.0
[    55.810] (II) LoadModule: "nvidia"
[    55.810] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    55.812] (II) Module nvidia: vendor="NVIDIA Corporation"
[    55.812] 	compiled for 1.6.99.901, module version = 1.0.0
[    55.812] 	Module class: X.Org Video Driver
[    55.812] (II) NVIDIA dlloader X Driver  440.82  Wed Apr  1 19:50:17 UTC 2020
[    55.813] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    55.813] (II) systemd-logind: releasing fd for 226:1
[    55.814] (II) Loading sub module "fb"
[    55.814] (II) LoadModule: "fb"
[    55.814] (II) Loading /usr/lib/xorg/modules/libfb.so
[    55.814] (II) Module fb: vendor="X.Org Foundation"
[    55.814] 	compiled for 1.20.8, module version = 1.0.0
[    55.814] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    55.814] (II) Loading sub module "wfb"
[    55.814] (II) LoadModule: "wfb"
[    55.814] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    55.815] (II) Module wfb: vendor="X.Org Foundation"
[    55.815] 	compiled for 1.20.8, module version = 1.0.0
[    55.815] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    55.815] (II) Loading sub module "ramdac"
[    55.815] (II) LoadModule: "ramdac"
[    55.815] (II) Module "ramdac" already built-in
[    55.815] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    55.815] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    55.815] (==) NVIDIA(0): RGB weight 888
[    55.815] (==) NVIDIA(0): Default visual is TrueColor
[    55.815] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    55.816] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    55.816] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    55.816] (**) NVIDIA(0): Enabling 2D acceleration
[    55.816] (II) Loading sub module "glxserver_nvidia"
[    55.816] (II) LoadModule: "glxserver_nvidia"
[    55.816] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    55.832] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    55.832] 	compiled for 1.6.99.901, module version = 1.0.0
[    55.832] 	Module class: X.Org Server Extension
[    55.832] (II) NVIDIA GLX Module  440.82  Wed Apr  1 19:47:36 UTC 2020
[    55.833] (II) NVIDIA: The X server supports PRIME Render Offload.
[    55.852] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    55.852] (--) NVIDIA(0):     DFP-0
[    55.852] (--) NVIDIA(0):     DFP-1
[    55.852] (--) NVIDIA(0):     DFP-2
[    55.852] (--) NVIDIA(0):     DFP-3
[    55.853] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1650 (TU117-A) at PCI:1:0:0 (GPU-0)
[    55.853] (--) NVIDIA(0): Memory: 4194304 kBytes
[    55.853] (--) NVIDIA(0): VideoBIOS: 90.17.4e.00.11
[    55.853] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    55.854] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    55.854] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    55.854] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[    55.854] (--) NVIDIA(GPU-0): 
[    55.854] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    55.854] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    55.854] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    55.854] (--) NVIDIA(GPU-0): 
[    55.854] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    55.854] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    55.854] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    55.854] (--) NVIDIA(GPU-0): 
[    55.854] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    55.854] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    55.854] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[    55.854] (--) NVIDIA(GPU-0): 
[    55.854] (==) NVIDIA(0): 
[    55.854] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    55.854] (==) NVIDIA(0):     will be used as the requested mode.
[    55.854] (==) NVIDIA(0): 
[    55.854] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    55.854] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    55.854] (II) NVIDIA(0): Validated MetaModes:
[    55.854] (II) NVIDIA(0):     "NULL"
[    55.854] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    55.854] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    55.854] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    55.855] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[    55.855] (II) NVIDIA:     access.
[    55.865] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    55.865] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    55.865] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    55.865] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    55.865] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    55.865] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    55.865] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    55.865] (II) NVIDIA(0):     Config Options in the README.
[    55.968] (II) NVIDIA(0): Setting mode "NULL"
[    55.978] (==) NVIDIA(0): Disabling shared memory pixmaps
[    55.978] (==) NVIDIA(0): Backing store enabled
[    55.978] (==) NVIDIA(0): Silken mouse disabled
[    55.978] (==) NVIDIA(0): DPMS enabled
[    55.979] (II) Loading sub module "dri2"
[    55.979] (II) LoadModule: "dri2"
[    55.979] (II) Module "dri2" already built-in
[    55.979] (II) NVIDIA(0): [DRI2] Setup complete
[    55.979] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    55.979] (II) Initializing extension Generic Event Extension
[    55.979] (II) Initializing extension SHAPE
[    55.979] (II) Initializing extension MIT-SHM
[    55.979] (II) Initializing extension XInputExtension
[    55.979] (II) Initializing extension XTEST
[    55.979] (II) Initializing extension BIG-REQUESTS
[    55.979] (II) Initializing extension SYNC
[    55.979] (II) Initializing extension XKEYBOARD
[    55.979] (II) Initializing extension XC-MISC
[    55.979] (II) Initializing extension SECURITY
[    55.979] (II) Initializing extension XFIXES
[    55.979] (II) Initializing extension RENDER
[    55.979] (II) Initializing extension RANDR
[    55.979] (II) Initializing extension COMPOSITE
[    55.979] (II) Initializing extension DAMAGE
[    55.979] (II) Initializing extension MIT-SCREEN-SAVER
[    55.979] (II) Initializing extension DOUBLE-BUFFER
[    55.979] (II) Initializing extension RECORD
[    55.979] (II) Initializing extension DPMS
[    55.979] (II) Initializing extension Present
[    55.979] (II) Initializing extension DRI3
[    55.979] (II) Initializing extension X-Resource
[    55.979] (II) Initializing extension XVideo
[    55.979] (II) Initializing extension XVideo-MotionCompensation
[    55.979] (II) Initializing extension GLX
[    55.979] (II) Initializing extension GLX
[    55.979] (II) Indirect GLX disabled.
[    55.979] (II) GLX: Another vendor is already registered for screen 0
[    55.979] (II) Initializing extension XFree86-VidModeExtension
[    55.979] (II) Initializing extension XFree86-DGA
[    55.979] (II) Initializing extension XFree86-DRI
[    55.979] (II) Initializing extension DRI2
[    55.979] (II) Initializing extension NV-GLX
[    55.979] (II) Initializing extension NV-CONTROL
[    56.014] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    56.014] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    56.014] (II) LoadModule: "libinput"
[    56.015] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    56.016] (II) Module libinput: vendor="X.Org Foundation"
[    56.016] 	compiled for 1.20.8, module version = 0.30.0
[    56.016] 	Module class: X.Org XInput Driver
[    56.016] 	ABI class: X.Org XInput driver, version 24.1
[    56.016] (II) Using input driver 'libinput' for 'Power Button'
[    56.017] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 33 paused 0
[    56.017] (**) Power Button: always reports core events
[    56.017] (**) Option "Device" "/dev/input/event2"
[    56.017] (**) Option "_source" "server/udev"
[    56.020] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    56.020] (II) event2  - Power Button: device is a keyboard
[    56.020] (II) event2  - Power Button: device removed
[    56.020] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    56.020] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    56.020] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    56.021] (II) event2  - Power Button: device is a keyboard
[    56.021] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    56.021] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    56.021] (II) Using input driver 'libinput' for 'Video Bus'
[    56.022] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 36 paused 0
[    56.022] (**) Video Bus: always reports core events
[    56.022] (**) Option "Device" "/dev/input/event3"
[    56.022] (**) Option "_source" "server/udev"
[    56.022] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    56.022] (II) event3  - Video Bus: device is a keyboard
[    56.023] (II) event3  - Video Bus: device removed
[    56.023] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/inp
ut/input3/event3"
[    56.023] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    56.023] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    56.023] (II) event3  - Video Bus: device is a keyboard
[    56.023] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    56.023] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    56.023] (II) Using input driver 'libinput' for 'Video Bus'
[    56.024] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 37 paused 0
[    56.024] (**) Video Bus: always reports core events
[    56.024] (**) Option "Device" "/dev/input/event4"
[    56.024] (**) Option "_source" "server/udev"
[    56.025] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    56.025] (II) event4  - Video Bus: device is a keyboard
[    56.025] (II) event4  - Video Bus: device removed
[    56.025] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/inp
ut/input4/event4"
[    56.025] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    56.026] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    56.026] (II) event4  - Video Bus: device is a keyboard
[    56.026] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    56.026] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    56.026] (II) Using input driver 'libinput' for 'Power Button'
[    56.027] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 38 paused 0
[    56.027] (**) Power Button: always reports core events
[    56.027] (**) Option "Device" "/dev/input/event1"
[    56.027] (**) Option "_source" "server/udev"
[    56.027] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    56.027] (II) event1  - Power Button: device is a keyboard
[    56.027] (II) event1  - Power Button: device removed
[    56.027] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    56.027] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    56.028] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    56.028] (II) event1  - Power Button: device is a keyboard
[    56.028] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    56.028] (II) No input driver specified, ignoring this device.
[    56.028] (II) This device may have been added with another device file.
[    56.028] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[    56.028] (II) No input driver specified, ignoring this device.
[    56.028] (II) This device may have been added with another device file.
[    56.029] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event11)
[    56.029] (II) No input driver specified, ignoring this device.
[    56.029] (II) This device may have been added with another device file.
[    56.029] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[    56.029] (II) No input driver specified, ignoring this device.
[    56.029] (II) This device may have been added with another device file.
[    56.029] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[    56.029] (II) No input driver specified, ignoring this device.
[    56.029] (II) This device may have been added with another device file.
[    56.029] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[    56.029] (II) No input driver specified, ignoring this device.
[    56.029] (II) This device may have been added with another device file.
[    56.029] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event16)
[    56.029] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    56.029] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    56.030] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 39 paused 0
[    56.030] (**) Integrated Camera: Integrated C: always reports core events
[    56.030] (**) Option "Device" "/dev/input/event16"
[    56.030] (**) Option "_source" "server/udev"
[    56.031] (II) event16 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    56.031] (II) event16 - Integrated Camera: Integrated C: device is a keyboard
[    56.031] (II) event16 - Integrated Camera: Integrated C: device removed
[    56.031] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3:1.0/input/
input19/event16"
[    56.031] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[    56.032] (II) event16 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    56.032] (II) event16 - Integrated Camera: Integrated C: device is a keyboard
[    56.032] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event24)
[    56.032] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    56.032] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    56.033] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 40 paused 0
[    56.033] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    56.033] (**) Option "Device" "/dev/input/event24"
[    56.033] (**) Option "_source" "server/udev"
[    56.034] (II) event24 - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    56.034] (II) event24 - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    56.034] (II) event24 - Logitech Wireless Keyboard PID:4023: device removed
[    56.034] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[    56.034] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1/3-1.1/3-1.1:1.
1/0003:046D:C534.0006/0003:046D:4023.0008/input/input48/event24"
[    56.034] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 11)
[    56.034] (**) Option "AccelerationScheme" "none"
[    56.034] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[    56.034] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[    56.034] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[    56.035] (II) event24 - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    56.035] (II) event24 - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    56.036] (II) config/udev: Adding input device Logitech Wireless Mouse PID:4058 (/dev/input/event25)
[    56.036] (**) Logitech Wireless Mouse PID:4058: Applying InputClass "libinput pointer catchall"
[    56.036] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse PID:4058'
[    56.037] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 41 paused 0
[    56.037] (**) Logitech Wireless Mouse PID:4058: always reports core events
[    56.037] (**) Option "Device" "/dev/input/event25"
[    56.037] (**) Option "_source" "server/udev"
[    56.038] (II) event25 - Logitech Wireless Mouse PID:4058: is tagged by udev as: Mouse
    56.038] (II) event25 - Logitech Wireless Mouse PID:4058: device removed
[    56.038] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1/3-1.1/3-1.1:1.
1/0003:046D:C534.0006/0003:046D:4058.0009/input/input49/event25"
[    56.038] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse PID:4058" (type: MOUSE, id 12)
[    56.038] (**) Option "AccelerationScheme" "none"
[    56.038] (**) Logitech Wireless Mouse PID:4058: (accel) selected scheme none/0
[    56.038] (**) Logitech Wireless Mouse PID:4058: (accel) acceleration factor: 2.000
[    56.038] (**) Logitech Wireless Mouse PID:4058: (accel) acceleration threshold: 4
[    56.039] (II) event25 - Logitech Wireless Mouse PID:4058: is tagged by udev as: Mouse
[    56.039] (II) event25 - Logitech Wireless Mouse PID:4058: device is a pointer
[    56.040] (II) config/udev: Adding input device Logitech Wireless Mouse PID:4058 (/dev/input/mouse3)
[    56.040] (II) No input driver specified, ignoring this device.
[    56.040] (II) This device may have been added with another device file.
[    56.040] (II) config/udev: Adding input device CATEX TECH. 84M-LED (/dev/input/event19)
[    56.040] (**) CATEX TECH. 84M-LED: Applying InputClass "libinput keyboard catchall"
[    56.040] (II) Using input driver 'libinput' for 'CATEX TECH. 84M-LED'
[    56.041] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 42 paused 0
[    56.041] (**) CATEX TECH. 84M-LED: always reports core events
[    56.041] (**) Option "Device" "/dev/input/event19"
[    56.041] (**) Option "_source" "server/udev"
[    56.042] (II) event19 - CATEX TECH. 84M-LED: is tagged by udev as: Keyboard
[    56.042] (II) event19 - CATEX TECH. 84M-LED: device is a keyboard
[    56.042] (II) event19 - CATEX TECH. 84M-LED: device removed
[    56.042] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.0/0003:0
483:4051.0002/input/input23/event19"
[    56.042] (II) XINPUT: Adding extended input device "CATEX TECH. 84M-LED" (type: KEYBOARD, id 13)
[    56.043] (II) event19 - CATEX TECH. 84M-LED: is tagged by udev as: Keyboard
[    56.043] (II) event19 - CATEX TECH. 84M-LED: device is a keyboard
[    56.043] (II) config/udev: Adding input device CATEX TECH. 84M-LED Consumer Control (/dev/input/event20)
[    56.043] (**) CATEX TECH. 84M-LED Consumer Control: Applying InputClass "libinput keyboard catchall"
[    56.043] (II) Using input driver 'libinput' for 'CATEX TECH. 84M-LED Consumer Control'
[    56.044] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 43 paused 0
[    56.044] (**) CATEX TECH. 84M-LED Consumer Control: always reports core events
[    56.044] (**) Option "Device" "/dev/input/event20"
[    56.044] (**) Option "_source" "server/udev"
[    56.045] (II) event20 - CATEX TECH. 84M-LED Consumer Control: is tagged by udev as: Keyboard
[    56.045] (II) event20 - CATEX TECH. 84M-LED Consumer Control: device is a keyboard
[    56.045] (II) event20 - CATEX TECH. 84M-LED Consumer Control: device removed
[    56.045] (II) libinput: CATEX TECH. 84M-LED Consumer Control: needs a virtual subdevice
[    56.045] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.2/0003:0
483:4051.0004/input/input24/event20"
[    56.045] (II) XINPUT: Adding extended input device "CATEX TECH. 84M-LED Consumer Control" (type: MOUSE, id 14)
[    56.045] (**) Option "AccelerationScheme" "none"
[    56.045] (**) CATEX TECH. 84M-LED Consumer Control: (accel) selected scheme none/0
[    56.045] (**) CATEX TECH. 84M-LED Consumer Control: (accel) acceleration factor: 2.000
[    56.045] (**) CATEX TECH. 84M-LED Consumer Control: (accel) acceleration threshold: 4
[    56.046] (II) event20 - CATEX TECH. 84M-LED Consumer Control: is tagged by udev as: Keyboard
[    56.046] (II) event20 - CATEX TECH. 84M-LED Consumer Control: device is a keyboard
[    56.046] (II) config/udev: Adding input device CATEX TECH. 84M-LED System Control (/dev/input/event21)
[    56.046] (**) CATEX TECH. 84M-LED System Control: Applying InputClass "libinput keyboard catchall"
[    56.046] (II) Using input driver 'libinput' for 'CATEX TECH. 84M-LED System Control'
[    56.047] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 44 paused 0
[    56.047] (**) CATEX TECH. 84M-LED System Control: always reports core events
[    56.047] (**) Option "Device" "/dev/input/event21"
    56.047] (**) Option "_source" "server/udev"
[    56.048] (II) event21 - CATEX TECH. 84M-LED System Control: is tagged by udev as: Keyboard
[    56.048] (II) event21 - CATEX TECH. 84M-LED System Control: device is a keyboard
[    56.048] (II) event21 - CATEX TECH. 84M-LED System Control: device removed
[    56.048] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.2/0003:0
483:4051.0004/input/input25/event21"
[    56.048] (II) XINPUT: Adding extended input device "CATEX TECH. 84M-LED System Control" (type: KEYBOARD, id 15)
[    56.049] (II) event21 - CATEX TECH. 84M-LED System Control: is tagged by udev as: Keyboard
[    56.049] (II) event21 - CATEX TECH. 84M-LED System Control: device is a keyboard
[    56.049] (II) config/udev: Adding input device CATEX TECH. 84M-LED Keyboard (/dev/input/event22)
[    56.049] (**) CATEX TECH. 84M-LED Keyboard: Applying InputClass "libinput keyboard catchall"
[    56.049] (II) Using input driver 'libinput' for 'CATEX TECH. 84M-LED Keyboard'
[    56.050] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 45 paused 0
[    56.050] (**) CATEX TECH. 84M-LED Keyboard: always reports core events
[    56.050] (**) Option "Device" "/dev/input/event22"
[    56.050] (**) Option "_source" "server/udev"
[    56.051] (II) event22 - CATEX TECH. 84M-LED Keyboard: is tagged by udev as: Keyboard
[    56.051] (II) event22 - CATEX TECH. 84M-LED Keyboard: device is a keyboard
[    56.051] (II) event22 - CATEX TECH. 84M-LED Keyboard: device removed
[    56.051] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.2/0003:0
483:4051.0004/input/input26/event22"
[    56.051] (II) XINPUT: Adding extended input device "CATEX TECH. 84M-LED Keyboard" (type: KEYBOARD, id 16)
[    56.052] (II) event22 - CATEX TECH. 84M-LED Keyboard: is tagged by udev as: Keyboard
[    56.052] (II) event22 - CATEX TECH. 84M-LED Keyboard: device is a keyboard
[    56.052] (II) config/udev: Adding input device CATEX TECH. 84M-LED Mouse (/dev/input/event23)
[    56.052] (**) CATEX TECH. 84M-LED Mouse: Applying InputClass "libinput pointer catchall"
[    56.052] (II) Using input driver 'libinput' for 'CATEX TECH. 84M-LED Mouse'
[    56.053] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 46 paused 0
[    56.053] (**) CATEX TECH. 84M-LED Mouse: always reports core events
[    56.053] (**) Option "Device" "/dev/input/event23"
[    56.053] (**) Option "_source" "server/udev"
[    56.054] (II) event23 - CATEX TECH. 84M-LED Mouse: is tagged by udev as: Mouse
[    56.054] (II) event23 - CATEX TECH. 84M-LED Mouse: device is a pointer
[    56.054] (II) event23 - CATEX TECH. 84M-LED Mouse: device removed
[    56.054] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.2/0003:0
483:4051.0004/input/input27/event23"
[    56.054] (II) XINPUT: Adding extended input device "CATEX TECH. 84M-LED Mouse" (type: MOUSE, id 17)
[    56.054] (**) Option "AccelerationScheme" "none"
[    56.054] (**) CATEX TECH. 84M-LED Mouse: (accel) selected scheme none/0
[    56.054] (**) CATEX TECH. 84M-LED Mouse: (accel) acceleration factor: 2.000
[    56.054] (**) CATEX TECH. 84M-LED Mouse: (accel) acceleration threshold: 4
[    56.055] (II) event23 - CATEX TECH. 84M-LED Mouse: is tagged by udev as: Mouse
[    56.055] (II) event23 - CATEX TECH. 84M-LED Mouse: device is a pointer
[    56.056] (II) config/udev: Adding input device CATEX TECH. 84M-LED Mouse (/dev/input/mouse2)
[    56.056] (II) No input driver specified, ignoring this device.
[    56.056] (II) This device may have been added with another device file.
[    56.056] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8910) Keyboard (/dev/input/event28)
[    56.056] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: Applying InputClass "libinput keyboard catchall"
[    56.056] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910) Keyboard'
[    56.057] (II) systemd-logind: got fd for /dev/input/event28 13:92 fd 47 paused 0
[    56.057] (**) ITE Tech. Inc. ITE Device(8910) Keyboard: always reports core events
[    56.057] (**) Option "Device" "/dev/input/event28"
[    56.057] (**) Option "_source" "server/udev"
[    56.058] (II) event28 - ITE Tech. Inc. ITE Device(8910) Keyboard: is tagged by udev as: Keyboard
[    56.058] (II) event28 - ITE Tech. Inc. ITE Device(8910) Keyboard: device is a keyboard
[    56.058] (II) event28 - ITE Tech. Inc. ITE Device(8910) Keyboard: device removed
[    56.058] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-4/3-4:1.0/0003:0
48D:C100.0007/input/input34/event28"
[    56.058] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910) Keyboard" (type: KEYBOARD, id 
18)
[    56.059] (II) event28 - ITE Tech. Inc. ITE Device(8910) Keyboard: is tagged by udev as: Keyboard
[    56.059] (II) event28 - ITE Tech. Inc. ITE Device(8910) Keyboard: device is a keyboard
[    56.059] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8910) Consumer Control (/dev/input/event2
9)
[    56.059] (**) ITE Tech. Inc. ITE Device(8910) Consumer Control: Applying InputClass "libinput keyboard catchall"
[    56.059] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910) Consumer Control'
[    56.060] (II) systemd-logind: got fd for /dev/input/event29 13:93 fd 48 paused 0
[    56.060] (**) ITE Tech. Inc. ITE Device(8910) Consumer Control: always reports core events
[    56.060] (**) Option "Device" "/dev/input/event29"
[    56.060] (**) Option "_source" "server/udev"
[    56.061] (II) event29 - ITE Tech. Inc. ITE Device(8910) Consumer Control: is tagged by udev as: Keyboard
[    56.061] (II) event29 - ITE Tech. Inc. ITE Device(8910) Consumer Control: device is a keyboard
[    56.061] (II) event29 - ITE Tech. Inc. ITE Device(8910) Consumer Control: device removed
[    56.061] (II) libinput: ITE Tech. Inc. ITE Device(8910) Consumer Control: needs a virtual subdevice
[    56.061] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-4/3-4:1.0/0003:0
48D:C100.0007/input/input35/event29"
[    56.061] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910) Consumer Control" (type: MOUSE
, id 19)
[    56.061] (**) Option "AccelerationScheme" "none"
[    56.061] (**) ITE Tech. Inc. ITE Device(8910) Consumer Control: (accel) selected scheme none/0
[    56.061] (**) ITE Tech. Inc. ITE Device(8910) Consumer Control: (accel) acceleration factor: 2.000
[    56.061] (**) ITE Tech. Inc. ITE Device(8910) Consumer Control: (accel) acceleration threshold: 4
[    56.062] (II) event29 - ITE Tech. Inc. ITE Device(8910) Consumer Control: is tagged by udev as: Keyboard
[    56.062] (II) event29 - ITE Tech. Inc. ITE Device(8910) Consumer Control: device is a keyboard
[    56.062] (II) config/udev: Adding input device ITE Tech. Inc. ITE Device(8910) Wireless Radio Control (/dev/input/
event30)
[    56.062] (**) ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: Applying InputClass "libinput keyboard catch
all"
[    56.062] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910) Wireless Radio Control'
[    56.063] (II) systemd-logind: got fd for /dev/input/event30 13:94 fd 49 paused 0
[    56.063] (**) ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: always reports core events
[    56.063] (**) Option "Device" "/dev/input/event30"
[    56.063] (**) Option "_source" "server/udev"
[    56.065] (II) event30 - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: is tagged by udev as: Keyboard
[    56.065] (II) event30 - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device is a keyboard
[    56.065] (II) event30 - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device removed
[    56.065] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-4/3-4:1.0/0003:0
48D:C100.0007/input/input36/event30"
[    56.065] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910) Wireless Radio Control" (type:
 KEYBOARD, id 20)
[    56.066] (II) event30 - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: is tagged by udev as: Keyboard
[    56.066] (II) event30 - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device is a keyboard
[    56.066] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
[    56.066] (II) No input driver specified, ignoring this device.
[    56.066] (II) This device may have been added with another device file.
[    56.066] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event13)
[    56.066] (II) No input driver specified, ignoring this device.
[    56.066] (II) This device may have been added with another device file.
[    56.066] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event14)
[    56.066] (II) No input driver specified, ignoring this device.
[    56.066] (II) This device may have been added with another device file.
[    56.066] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event15)
[    56.066] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    56.067] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    56.067] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 50 paused 0
[    56.067] (**) Ideapad extra buttons: always reports core events
[    56.067] (**) Option "Device" "/dev/input/event15"
[    56.067] (**) Option "_source" "server/udev"
[    56.068] (II) event15 - Ideapad extra buttons: is tagged by udev as: Keyboard
[    56.069] (II) event15 - Ideapad extra buttons: device is a keyboard
[    56.069] (II) event15 - Ideapad extra buttons: device removed
[    56.069] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input15/
event15"
[    56.069] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 21)
[    56.070] (II) event15 - Ideapad extra buttons: is tagged by udev as: Keyboard
[    56.070] (II) event15 - Ideapad extra buttons: device is a keyboard
[    56.071] (II) config/udev: Adding input device MSFT0001:00 06CB:7F28 Mouse (/dev/input/event17)
[    56.071] (**) MSFT0001:00 06CB:7F28 Mouse: Applying InputClass "libinput pointer catchall"
[    56.071] (II) Using input driver 'libinput' for 'MSFT0001:00 06CB:7F28 Mouse'
[    56.073] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 51 paused 0
[    56.073] (**) MSFT0001:00 06CB:7F28 Mouse: always reports core events
[    56.073] (**) Option "Device" "/dev/input/event17"
[    56.073] (**) Option "_source" "server/udev"
[    56.074] (II) event17 - MSFT0001:00 06CB:7F28 Mouse: is tagged by udev as: Mouse Pointingstick
[    56.074] (II) event17 - MSFT0001:00 06CB:7F28 Mouse: device is a pointer
[    56.075] (II) event17 - MSFT0001:00 06CB:7F28 Mouse: device removed
[    56.075] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:06CB:7F28.00
01/input/input20/event17"
[    56.075] (II) XINPUT: Adding extended input device "MSFT0001:00 06CB:7F28 Mouse" (type: MOUSE, id 22)
[    56.075] (**) Option "AccelerationScheme" "none"
[    56.075] (**) MSFT0001:00 06CB:7F28 Mouse: (accel) selected scheme none/0
[    56.075] (**) MSFT0001:00 06CB:7F28 Mouse: (accel) acceleration factor: 2.000
[    56.075] (**) MSFT0001:00 06CB:7F28 Mouse: (accel) acceleration threshold: 4
[    56.075] (II) event17 - MSFT0001:00 06CB:7F28 Mouse: is tagged by udev as: Mouse Pointingstick
[    56.075] (II) event17 - MSFT0001:00 06CB:7F28 Mouse: device is a pointer
[    56.076] (II) config/udev: Adding input device MSFT0001:00 06CB:7F28 Mouse (/dev/input/mouse0)
[    56.076] (II) No input driver specified, ignoring this device.
[    56.076] (II) This device may have been added with another device file.
[    56.077] (II) config/udev: Adding input device MSFT0001:00 06CB:7F28 Touchpad (/dev/input/event18)
[    56.077] (**) MSFT0001:00 06CB:7F28 Touchpad: Applying InputClass "libinput touchpad catchall"
[    56.077] (**) MSFT0001:00 06CB:7F28 Touchpad: Applying InputClass "touchpad catchall"
[    56.077] (**) MSFT0001:00 06CB:7F28 Touchpad: Applying InputClass "Default clickpad buttons"
[    56.077] (II) LoadModule: "synaptics"
[    56.077] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    56.078] (II) Module synaptics: vendor="X.Org Foundation"
[    56.078] 	compiled for 1.20.8, module version = 1.9.1
[    56.078] 	Module class: X.Org XInput Driver
[    56.078] 	ABI class: X.Org XInput driver, version 24.1
[    56.078] (II) Using input driver 'synaptics' for 'MSFT0001:00 06CB:7F28 Touchpad'
[    56.079] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 52 paused 0
[    56.079] (**) MSFT0001:00 06CB:7F28 Touchpad: always reports core events
[    56.079] (**) Option "Device" "/dev/input/event18"
[    56.079] (II) synaptics: MSFT0001:00 06CB:7F28 Touchpad: found clickpad property
[    56.079] (--) synaptics: MSFT0001:00 06CB:7F28 Touchpad: x-axis range 0 - 1224 (res 12)
[    56.079] (--) synaptics: MSFT0001:00 06CB:7F28 Touchpad: y-axis range 0 - 804 (res 12)
[    56.079] (II) synaptics: MSFT0001:00 06CB:7F28 Touchpad: device does not report pressure, will use touch data.
[    56.079] (II) synaptics: MSFT0001:00 06CB:7F28 Touchpad: device does not report finger width.
[    56.079] (--) synaptics: MSFT0001:00 06CB:7F28 Touchpad: buttons: left double triple
[    56.079] (--) synaptics: MSFT0001:00 06CB:7F28 Touchpad: Vendor 0x6cb Product 0x7f28
[    56.079] (--) synaptics: MSFT0001:00 06CB:7F28 Touchpad: invalid pressure range.  defaulting to 0 - 255
[    56.079] (--) synaptics: MSFT0001:00 06CB:7F28 Touchpad: invalid finger width range.  defaulting to 0 - 15
[    56.079] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    56.079] (--) synaptics: MSFT0001:00 06CB:7F28 Touchpad: touchpad found
[    56.079] (**) MSFT0001:00 06CB:7F28 Touchpad: always reports core events
[    56.079] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:06CB:7F28.00
01/input/input21/event18"
[    56.079] (II) XINPUT: Adding extended input device "MSFT0001:00 06CB:7F28 Touchpad" (type: TOUCHPAD, id 23)
[    56.079] (**) synaptics: MSFT0001:00 06CB:7F28 Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    56.079] (**) synaptics: MSFT0001:00 06CB:7F28 Touchpad: (accel) MaxSpeed is now 1.75
[    56.079] (**) synaptics: MSFT0001:00 06CB:7F28 Touchpad: (accel) AccelFactor is now 0.137
[    56.080] (**) MSFT0001:00 06CB:7F28 Touchpad: (accel) keeping acceleration scheme 1
[    56.080] (**) MSFT0001:00 06CB:7F28 Touchpad: (accel) acceleration profile 1
[    56.080] (**) MSFT0001:00 06CB:7F28 Touchpad: (accel) acceleration factor: 2.000
[    56.080] (**) MSFT0001:00 06CB:7F28 Touchpad: (accel) acceleration threshold: 4
[    56.080] (--) synaptics: MSFT0001:00 06CB:7F28 Touchpad: touchpad found
[    56.080] (II) config/udev: Adding input device MSFT0001:00 06CB:7F28 Touchpad (/dev/input/mouse1)
[    56.080] (**) MSFT0001:00 06CB:7F28 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    56.080] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    56.080] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    56.080] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    56.081] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 53 paused 0
[    56.081] (**) AT Translated Set 2 keyboard: always reports core events
[    56.081] (**) Option "Device" "/dev/input/event5"
[    56.081] (**) Option "_source" "server/udev"
[    56.081] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    56.081] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    56.082] (II) event5  - AT Translated Set 2 keyboard: device removed
[    56.082] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    56.082] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 24)
[    56.083] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    56.083] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    56.084] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    56.084] (II) No input driver specified, ignoring this device.
[    56.084] (II) This device may have been added with another device file.
[    56.085] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    56.085] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    56.085] (II) systemd-logind: returning pre-existing fd for /dev/input/event24 13:88
[    56.085] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    56.085] (**) Option "Device" "/dev/input/event24"
[    56.085] (**) Option "_source" "_driver/libinput"
[    56.085] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[    56.085] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-1/3-1.1/3-1.1:1.
1/0003:046D:C534.0006/0003:046D:4023.0008/input/input48/event24"
[    56.085] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 25)
[    56.086] (**) CATEX TECH. 84M-LED Consumer Control: Applying InputClass "libinput keyboard catchall"
[    56.086] (II) Using input driver 'libinput' for 'CATEX TECH. 84M-LED Consumer Control'
[    56.086] (II) systemd-logind: returning pre-existing fd for /dev/input/event20 13:84
[    56.086] (**) CATEX TECH. 84M-LED Consumer Control: always reports core events
[    56.086] (**) Option "Device" "/dev/input/event20"
[    56.086] (**) Option "_source" "_driver/libinput"
[    56.086] (II) libinput: CATEX TECH. 84M-LED Consumer Control: is a virtual subdevice
[    56.086] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.2/0003:0
483:4051.0004/input/input24/event20"
[    56.086] (II) XINPUT: Adding extended input device "CATEX TECH. 84M-LED Consumer Control" (type: KEYBOARD, id 26)
[    56.086] (**) ITE Tech. Inc. ITE Device(8910) Consumer Control: Applying InputClass "libinput keyboard catchall"
[    56.086] (II) Using input driver 'libinput' for 'ITE Tech. Inc. ITE Device(8910) Consumer Control'
[    56.086] (II) systemd-logind: returning pre-existing fd for /dev/input/event29 13:93
[    56.086] (**) ITE Tech. Inc. ITE Device(8910) Consumer Control: always reports core events
[    56.086] (**) Option "Device" "/dev/input/event29"
[    56.086] (**) Option "_source" "_driver/libinput"
[    56.086] (II) libinput: ITE Tech. Inc. ITE Device(8910) Consumer Control: is a virtual subdevice
[    56.086] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-4/3-4:1.0/0003:0
48D:C100.0007/input/input35/event29"
[    56.086] (II) XINPUT: Adding extended input device "ITE Tech. Inc. ITE Device(8910) Consumer Control" (type: KEYBO
ARD, id 27)
[    63.750] (**) Option "fd" "33"
[    63.750] (II) event2  - Power Button: device removed
[    63.751] (**) Option "fd" "36"
[    63.751] (II) event3  - Video Bus: device removed
[    63.751] (**) Option "fd" "37"
[    63.751] (II) event4  - Video Bus: device removed
[    63.751] (**) Option "fd" "38"
[    63.751] (II) event1  - Power Button: device removed
[    63.752] (**) Option "fd" "39"
[    63.752] (II) event16 - Integrated Camera: Integrated C: device removed
[    63.752] (**) Option "fd" "40"
[    63.752] (**) Option "fd" "41"
[    63.752] (II) event25 - Logitech Wireless Mouse PID:4058: device removed
[    63.753] (**) Option "fd" "42"
[    63.753] (II) event19 - CATEX TECH. 84M-LED: device removed
[    63.753] (**) Option "fd" "43"
[    63.753] (**) Option "fd" "44"
[    63.753] (II) event21 - CATEX TECH. 84M-LED System Control: device removed
[    63.754] (**) Option "fd" "45"
[    63.754] (II) event22 - CATEX TECH. 84M-LED Keyboard: device removed
[    63.754] (**) Option "fd" "46"
[    63.754] (II) event23 - CATEX TECH. 84M-LED Mouse: device removed
[    63.754] (**) Option "fd" "47"
[    63.754] (II) event28 - ITE Tech. Inc. ITE Device(8910) Keyboard: device removed
[    63.755] (**) Option "fd" "48"
[    63.755] (**) Option "fd" "49"
[    63.755] (II) event30 - ITE Tech. Inc. ITE Device(8910) Wireless Radio Control: device removed
[    63.755] (**) Option "fd" "50"
[    63.755] (II) event15 - Ideapad extra buttons: device removed
[    63.755] (**) Option "fd" "51"
[    63.755] (II) event17 - MSFT0001:00 06CB:7F28 Mouse: device removed
[    63.756] (**) Option "fd" "53"
[    63.756] (II) event5  - AT Translated Set 2 keyboard: device removed
[    63.756] (**) Option "fd" "40"
[    63.756] (II) event24 - Logitech Wireless Keyboard PID:4023: device removed
[    63.756] (**) Option "fd" "43"
[    63.756] (II) event20 - CATEX TECH. 84M-LED Consumer Control: device removed
[    63.756] (**) Option "fd" "48"
[    63.756] (II) event29 - ITE Tech. Inc. ITE Device(8910) Consumer Control: device removed
[    63.830] (II) systemd-logind: got pause for 13:81
[    63.830] (II) systemd-logind: got pause for 13:67
[    63.830] (II) systemd-logind: got pause for 13:87
[    63.830] (II) systemd-logind: got pause for 13:93
[    63.830] (II) systemd-logind: got pause for 13:83
[    63.830] (II) systemd-logind: got pause for 13:82
[    63.830] (II) systemd-logind: got pause for 13:88
[    63.830] (II) systemd-logind: got pause for 13:65
[    63.830] (II) systemd-logind: got pause for 13:89
[    63.830] (II) systemd-logind: got pause for 13:94
[    63.830] (II) systemd-logind: got pause for 13:69
[    63.830] (II) systemd-logind: got pause for 13:84
[    63.830] (II) systemd-logind: got pause for 13:86
[    63.830] (II) systemd-logind: got pause for 13:66
[    63.830] (II) systemd-logind: got pause for 13:80
[    63.830] (II) systemd-logind: got pause for 13:68
[    63.830] (II) systemd-logind: got pause for 226:0
[    63.830] (II) systemd-logind: got pause for 13:79
[    63.830] (II) systemd-logind: got pause for 13:85
[    63.830] (II) systemd-logind: got pause for 13:92
[  3380.056] (II) UnloadModule: "libinput"
[  3380.056] (II) systemd-logind: not releasing fd for 13:93, still in use
[  3380.056] (II) UnloadModule: "libinput"
[  3380.056] (II) systemd-logind: not releasing fd for 13:84, still in use
[  3380.056] (II) UnloadModule: "libinput"
[  3380.056] (II) systemd-logind: not releasing fd for 13:88, still in use
[  3380.056] (II) UnloadModule: "libinput"
[  3380.056] (II) systemd-logind: releasing fd for 13:69
[  3380.104] (II) UnloadModule: "synaptics"
[  3380.104] (II) systemd-logind: releasing fd for 13:82
[  3380.131] (II) UnloadModule: "libinput"
[  3380.131] (II) systemd-logind: releasing fd for 13:81
[  3380.164] (II) UnloadModule: "libinput"
[  3380.164] (II) systemd-logind: releasing fd for 13:79
[  3380.194] (II) UnloadModule: "libinput"
[  3380.194] (II) systemd-logind: releasing fd for 13:94
[  3380.224] (II) UnloadModule: "libinput"
[  3380.224] (II) systemd-logind: releasing fd for 13:93
[  3380.241] (II) UnloadModule: "libinput"
[  3380.241] (II) systemd-logind: releasing fd for 13:92
[  3380.304] (II) UnloadModule: "libinput"
[  3380.304] (II) systemd-logind: releasing fd for 13:87
[  3380.345] (II) UnloadModule: "libinput"
[  3380.345] (II) systemd-logind: releasing fd for 13:86
[  3380.371] (II) UnloadModule: "libinput"
[  3380.371] (II) systemd-logind: releasing fd for 13:85
[  3380.401] (II) UnloadModule: "libinput"
[  3380.401] (II) systemd-logind: releasing fd for 13:84
[  3380.431] (II) UnloadModule: "libinput"
[  3380.431] (II) systemd-logind: releasing fd for 13:83
[  3380.471] (II) UnloadModule: "libinput"
[  3380.471] (II) systemd-logind: releasing fd for 13:89
[  3380.531] (II) UnloadModule: "libinput"
[  3380.531] (II) systemd-logind: releasing fd for 13:88
[  3380.558] (II) UnloadModule: "libinput"
[  3380.558] (II) systemd-logind: releasing fd for 13:80

在启动卡住之后是可以切换到另外一个tty的,但是再回切之后,整个系统就会卡死。
大家知道是什么原因吗?

最近编辑记录 konghui (2020-06-14 11:08:04)

离线

#2 2020-09-27 17:57:19

hzhangxyz
会员
注册时间: 2018-08-11
帖子: 4

Re: 求助: 使用nvidia驱动时候如果在xorg指定nvidia配置则会导致startx卡死

不如装个bumblebee傻瓜式解决如何?

离线

#3 2020-09-27 21:41:27

hounh
会员
注册时间: 2015-03-15
帖子: 47

Re: 求助: 使用nvidia驱动时候如果在xorg指定nvidia配置则会导致startx卡死

hzhangxyz 说:

不如装个bumblebee傻瓜式解决如何?

现在不是更推荐 nvidia官方的解决方案了吗 ,叫啥来着。

离线

#4 2020-09-27 21:51:22

SamLukeYes
会员
所在地: Canton, China
注册时间: 2020-07-19
帖子: 320
个人网站

Re: 求助: 使用nvidia驱动时候如果在xorg指定nvidia配置则会导致startx卡死

hounh 说:
hzhangxyz 说:

不如装个bumblebee傻瓜式解决如何?

现在不是更推荐 nvidia官方的解决方案了吗 ,叫啥来着。

nvidia-prime

离线

页脚