Advertisement
Guest User

Untitled

a guest
May 15th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Video Card"
  3. Driver "nvidia"
  4. EndSection
  5.  
  6. Section "Monitor"
  7. Identifier "Generic Monitor"
  8.  
  9. HorizSync 28-93.75
  10. VertRefresh 50-60
  11. # Option "DPMS"
  12. EndSection
  13.  
  14. Section "Screen"
  15. Identifier "Default Screen"
  16. Device "Generic Video Card"
  17. Monitor "Generic Monitor"
  18. DefaultDepth 24
  19. SubSection "Display"
  20. Depth 24
  21. Modes "640x480"
  22. EndSubSection
  23. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement