From 56a5272c1684ff09ea40ee9eb39368e6511daa5c Mon Sep 17 00:00:00 2001 From: goodtft Date: Thu, 13 Sep 2018 17:35:28 +0800 Subject: [PATCH] Update MPI3508_480_320-show fix xserver-xorg-input-evdev pending on Pi Zero --- MPI3508_480_320-show | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/MPI3508_480_320-show b/MPI3508_480_320-show index c67df03..c3c2829 100644 --- a/MPI3508_480_320-show +++ b/MPI3508_480_320-show @@ -22,13 +22,7 @@ if test $version -lt 970;then echo "reboot" else echo "need to update touch configuration" -if test $version -ge 1023;then -echo "install xserver-xorg-input-evdev_2.10.5-1" -sudo dpkg -i -B xserver-xorg-input-evdev_2.10.5-1_armhf.deb -else -echo "install xserver-xorg-input-evdev_1%3a2.10.3-1" -sudo dpkg -i -B xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb -fi +sudo apt-get install xserver-xorg-input-evdev sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf echo "reboot" fi