diff --git a/MPI3508_480_320-show b/MPI3508_480_320-show index b098bb4..e4af91f 100644 --- a/MPI3508_480_320-show +++ b/MPI3508_480_320-show @@ -17,11 +17,17 @@ 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 cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf echo "reboot" fi else echo "this is not raspberrypi kernel, no need to update touch configure, reboot" fi -sudo reboot \ No newline at end of file +sudo reboot