Finally fixed this!!
Blacklist usbtouchscreen as above but put the following in
/etc/pm/sleep.d/20touchscreen
#!/bin/sh
#
# apmd proxy script for touch screen
case "${1}" in
resume|thaw)
/sbin/rmmod hid_multitouch && /sbin/modprobe hid_multitouch
;;
esac
--
You received this bug notif
UPDDATE #2
for the apm script just use
#!/bin/sh
rmmod hid_multitouch && modprobe hid_multitouch
The conditional isn't necessary!
Appologies for the confusion
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xinput in Ubuntu.
https://b
*** UPDATED// SLEEPY *
The fix may be a little more complicated.
I had to add an 'apmd' script.
(1.) Blacklist usbtouchscreen in the file: "/etc/modprobe.d/blacklist.conf"
ie. add an entry to the end of the file "blacklist usbtouchscreen"
ie. "sudo gedit /etc/modprobe.d/blackl
The fix may be a little more complicated.
I had to add an 'apmd' script.
(1.) Blacklist usbtouchscreen in the file: "/etc/modprobe.d/blacklist.conf"
ie. add an entry to the end of the file "blacklist usbtouchscreen"
ie. "sudo gedit /etc/modprobe.d/blacklist.conf"
(2.) Create a fi
4 matches
Mail list logo