标题好长,可就是这样.因为新的RPI系统用了别的INPUT接管方式,没办法,回退呗.
原贴:https://www.raspberrypi.org/forums/viewtopic.php?t=179706&p=1143284
- Install evdev package.
$ sudo apt-get install xserver-xorg-input-evdev
- Make sure that /etc/X11/xorg.conf.d is empty.
- Just be sure that evdev.conf has a higher number than 40-libinput.conf. For example, rename 10-evdev.conf to 45-evdev.conf. this forces evdev to load after libinput.
- Finally, /usr/share/X11/xorg.conf.d should contain something like:
10-quirks.conf 40-libinput.conf 45-evdev.conf 70-synaptics.conf 99-fbturbo.conf
- Calibrate touchscreen.