On Apr 27, 2004, at 2:20 AM, Sarah Reichelt wrote:


I realize that I probably won't be able to wake the screen from sleep, but I am tantalizingly close to being able to turn off the screen saver. Has anyone else managed to do this? If it can't be done, I guess I can always write myself a fake screen saver in Revolution, but I would rather let the system do all the work :-)

okay, I am being radical, but can't you kill the process using shell function?


you could fetch the process using:

ps -aux | grep "ScreenSaverEngine"

first word will be process ID (pid)

then to a:

kill --KILL <pid>

This is radical, but if the process is dead then screen saver cannot be on display right!?

Cheers
Andre

PS: I think that kill bill movie is making me a violent coder...

--
Andre Alves Garzia  2004
Soap Dog Studios - BRAZIL
http://studio.soapdog.org

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to