我现在没有任何全面的日志,因为我绕过了这个问题,psmouse.proto=bare
但我真的很希望它回来。
当我使用时xinput
,它只是显示为 Elantech Touchpad,此外,xorg.log 显示:
[ 506.593] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event6)
[ 506.593] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[ 506.593] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[ 506.593] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[ 506.593] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad"
[ 506.593] (II) LoadModule: "synaptics"
[ 506.593] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[ 506.594] (II) Module synaptics: vendor="X.Org Foundation"
[ 506.594] compiled for 1.21.1.8, module version = 1.9.2
[ 506.594] Module class: X.Org XInput Driver
[ 506.594] ABI class: X.Org XInput driver, version 24.4
[ 506.594] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[ 506.594] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 506.594] (**) Option "Device" "/dev/input/event6"
[ 506.728] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3316 (res 31)
[ 506.728] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1837 (res 31)
[ 506.728] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[ 506.728] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[ 506.728] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[ 506.728] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[ 506.728] (**) Option "FingerLow" "30"
[ 506.728] (**) Option "FingerHigh" "50"
[ 506.728] (**) Option "MaxTapTime" "125"
[ 506.728] (**) Option "EmulateTwoFingerMinZ" "40"
[ 506.728] (**) Option "EmulateTwoFingerMinW" "8"
[ 506.728] (**) Option "VertEdgeScroll" "on"
[ 506.728] (**) Option "HorizEdgeScroll" "on"
[ 506.728] (**) Option "VertTwoFingerScroll" "on"
[ 506.728] (**) Option "HorizTwoFingerScroll" "on"
[ 506.728] (**) Option "TapButton1" "1"
[ 506.728] (**) Option "TapButton2" "3"
[ 506.728] (**) Option "TapButton3" "2"
[ 506.728] (**) Option "CircularScrolling" "on"
[ 506.728] (**) Option "CircScrollTrigger" "2"
[ 506.728] (**) Option "CoastingSpeed" "0"
[ 506.728] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 506.728] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 506.878] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[ 506.878] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 12)
[ 506.878] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 506.878] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[ 506.878] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.053
[ 506.878] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[ 506.878] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[ 506.878] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 506.878] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 506.878] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 506.878] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[ 506.878] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
但synclient -l
显示TouchpadOff=1
,TouchpadOff=0
乍一看没有任何作用,但synclient TouchpadOff\=0 && synclient -l |grep TouchpadOff
确实显示它在短时间内为 =0,但随后似乎又回到 =1。似乎有什么东西不断地推迟它,或者它本身存在一些错误。有什么方法可以找出是什么原因导致它一直拖延,或者两者中的哪一个?