[kde-linux] touchpad features disabled after resume

paul s kde-linux.mail.kde.org at queuemail.com
Mon May 3 23:54:08 UTC 2010


hi -

on this computer...

http://www.smolts.org/client/show/pub_734339f1-74c4-4607-a763-2ef2378ab19e

after resume the touchpad features(scrolling, tapping, etc) are disabled 
and need to go to [ System Settings --> Keyboard & Mouse --> Touchpad 
--> General ] and toggle the touchpad on --> off --> on --> CTRL-A to 
get that functionality to return.

i have /etc/pm/sleep.d/10-mactel-bcm5974

case "$1" in
         hibernate|suspend)
                 modprobe -r bcm5974
                 ;;
         thaw|resume)
                 modprobe bcm5974
                 ;;
         *) exit $NA
                 ;;
esac

which is, what i would imagine, makes the touchpad active upon resume.

is there some dcop call that i can add to toggle this automatically? it 
seems to be kde specific since i started using kcm_touchpad-0.3.1-1.fc12 
instead of the fdi configuration.

I also have an issue where smart mode(Disable touchpad while typing) is 
grayed out. however running /usr/bin/syndaemon -i 0.7 -d at login is an 
effect patch, but why would it be greyed out?

cheers
paul



More information about the kde-linux mailing list