How to surpress screen savers on Linux?
- by Die in Sente
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.