Skip to content

Instantly share code, notes, and snippets.

@coolnalu
Created December 16, 2013 19:34
Show Gist options
  • Select an option

  • Save coolnalu/7992954 to your computer and use it in GitHub Desktop.

Select an option

Save coolnalu/7992954 to your computer and use it in GitHub Desktop.
Ubuntu 11.10 monitor won’t wakeup after fall asleep
## 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