Advertisement
Guest User

Untitled

a guest
Jul 12th, 2010
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Section "Monitor"
  2. Identifier "Monitor0"
  3. EndSection
  4.  
  5. Section "Device"
  6. Identifier "Device0"
  7. Driver "vesa" #Choose the driver used for this monitor
  8. EndSection
  9.  
  10. Section "Screen"
  11. Identifier "Screen0" #Collapse Monitor and Device section to Screen section
  12. Device "Device0"
  13. Monitor "Monitor0"
  14. DefaultDepth 24 #Choose the depth (16||24)
  15. SubSection "Display"
  16. Depth 24
  17. Modes "1024x768_75.00" #Choose the resolution
  18. EndSubSection
  19. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement