我刚刚完成了将ubuntu 16.04更新到16.10的工作,并且遇到了几个问题,其中最令人讨厌的是新的触控板配置。
Xorg启动时,触控板将使用绝对触摸坐标,例如图形输入板。
Xorg.log表示以下内容:
72.992] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event7)
72.992] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
72.992] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
72.992] (**) ETPS/2 Elantech Touchpad: always reports core events
72.992] (**) evdev: ETPS/2 Elantech Touchpad: Device: "/dev/input/event7"
72.992] (--) evdev: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
72.992] (--) evdev: ETPS/2 Elantech Touchpad: Found 1 mouse buttons
72.992] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute axes
72.992] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute multitouch axes
72.992] (--) evdev: ETPS/2 Elantech Touchpad: Found x and y absolute axes
72.993] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute touchpad.
72.993] (II) evdev: ETPS/2 Elantech Touchpad: Configuring as touchpad
72.993] (**) evdev: ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
72.993] (**) evdev: ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
72.993] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event7"
72.993] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 15)
72.993] (II) evdev: ETPS/2 Elantech Touchpad: initialized for absolute axes.
72.993] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
72.993] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
72.993] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
72.993] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
72.994] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
72.994] (II) No input driver specified, ignoring this device.
72.994] (II) This device may have been added with another device file.
系统设置GUI具有用于触控板和鼠标的单个配置选项卡,因此我不知道如何正确地对其进行重新配置。我应该更改xorg.conf文件吗?如何?
在终端中运行
sudo apt install xserver-xorg-input-all
然后重启。
出于某种原因,升级时删除了用户空间驱动程序。
本文收集自互联网,转载请注明来源。
如有侵权,请联系[email protected] 删除。
我来说两句