Disable screen blank in X

From RSWiki
Revision as of 13:27, 20 March 2007 by Robert (talk | contribs) (New page: When watching DVD's or whatever on your machine, you may find that Xorg blanks the screen after 10 minutes of inactivity. To disable this simply add the following to your xorg.conf Sect...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When watching DVD's or whatever on your machine, you may find that Xorg blanks the screen after 10 minutes of inactivity.

To disable this simply add the following to your xorg.conf

Section "ServerFlags"
    Option        "blank time" "0"
    Option        "standby time" "0"
    Option        "suspend time" "0"
    Option        "off time" "0"
EndSection