How to surpress screen savers on Linux?

Posted by Die in Sente on Stack Overflow See other posts from Stack Overflow or by Die in Sente
Published on 2010-04-09T21:09:45Z Indexed on 2010/04/09 21:13 UTC
Read the original article Hit count: 281

Filed under:
|

I need to prevent the screen saver from running while my application is running.

I know how to do this on the Windows versions, with SendInput calls, but I need to do something similar for Linux ports.

It looks complicated, because ideally, I'd like something that would work on multiple Linux distros (SuSe, Red Hat, Ubunutu...) and it looks like there are at least 3 different screen-saver frameworks: xscreensaver, gnome-screensaver, and something else in KDE.

© Stack Overflow or respective owner

Related posts about linux

Related posts about screen-saver