[Desktop-packages] [Bug 1275416] Re: touchscreen do not work after suspend/resume

2014-12-15 Thread Shane Sanders
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

[Desktop-packages] [Bug 1275416] Re: touchscreen do not work after suspend/resume

2014-09-13 Thread Shane Sanders
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

[Desktop-packages] [Bug 1275416] Re: touchscreen do not work after suspend/resume

2014-09-13 Thread Shane Sanders
*** 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

[Desktop-packages] [Bug 1275416] Re: touchscreen do not work after suspend/resume

2014-09-13 Thread Shane Sanders
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