Advertisement
Guest User

xorg.conf_chromiumos

a guest
Mar 23rd, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4.  
  5. Section "ServerFlags"
  6. Option "NoTrapSignals" "true"
  7. Option "DontZap" "false"
  8.  
  9. # Disable DPMS timeouts.
  10. Option "StandbyTime" "0"
  11. Option "SuspendTime" "0"
  12. Option "OffTime" "0"
  13.  
  14. # Disable screen saver timeout.
  15. Option "BlankTime" "0"
  16. EndSection
  17.  
  18. Section "Monitor"
  19. Identifier "DefaultMonitor"
  20. EndSection
  21.  
  22. Section "Device"
  23. Identifier "DefaultDevice"
  24. Option "monitor-LVDS1" "DefaultMonitor"
  25. EndSection
  26.  
  27. Section "Screen"
  28. Identifier "DefaultScreen"
  29. Monitor "DefaultMonitor"
  30. Device "DefaultDevice"
  31. EndSection
  32.  
  33. Section "ServerLayout"
  34. Identifier "DefaultLayout"
  35. Screen "DefaultScreen"
  36. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement