Guest User

Untitled

a guest
May 4th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. # xorg.conf (X.Org X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. # sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. ## prevent the screen from blanking/turning off ##
  18.  
  19. Section "ServerFlags"
  20. Option "blank time" "0"
  21. Option "standby time" "0"
  22. Option "suspend time" "0"
  23. Option "off time" "0"
  24. Option "dpms" "false"
  25. EndSection
Advertisement
Add Comment
Please, Sign In to add comment