You are not logged in.

#1 2011-01-09 16:44:36

tacostick
Member
Registered: 2010-07-20
Posts: 27

Wonky Pm-Utils Resume Scripts

Whenever I resume from pm-suspend, I find that bluetoothd has been started and my touchpad settings have been changed.

In /etc/pm/sleep.d, I've created an executable file, 66synclient, which does:

#!/bin/sh
for n in 1 2 3; do
synclient TapButton$n=$n
done

to fix the touchpad. (It works fine when manually run.) I also symlinked it to /usr/lib/pm-utils/sleep.d/66synclient to see if that worked. Oh, and I straight up deleted /usr/lib/pm-utils/sleep.d/49bluetooth or whichever one had bluetooth in the name. Yet the problems persist.

Is there a mysterious third directory of sleep.d files for pm-utils? Or am I missing something else? Lemme know if you need any more information.

Edit: One other thing that happens after I resume: I get a nice on-screen display when I change my screen brightness, like the one for volume changing. For some reason this only gets activated after a resume.

Last edited by tacostick (2011-01-09 17:57:44)

Offline

Board footer

Powered by FluxBB