Linux – How to turn off all screensaver/display power saving methods under Scientific Linux 6.1

gnomepower-managementscientific-linux

How can I ensure that my screen won't go "black" after given time?

Best Answer

If you want to set this system-wide (and desktop-manager agnostic), you'll want to create an entry in /etc/X11/xorg.conf.d/ for your monitor, and set: Option "DPMS" off. Per-user, you could put an xset dpms off in the system startup.

Related Question