Created
December 16, 2013 19:34
-
-
Save coolnalu/7992954 to your computer and use it in GitHub Desktop.
Ubuntu 11.10 monitor won’t wakeup after fall asleep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## vim /etc/X11/xorg.conf and add | |
| Section "ServerFlags" | |
| Option "BlankTime" "0" | |
| Option "StandbyTime" "0" | |
| Option "SuspendTime" "0" | |
| Option "OffTime" "0" | |
| Option "DontZap" "false" | |
| Option "dpms" "false" | |
| EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment