Advertisement
Guest User

Untitled

a guest
Dec 7th, 2011
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Configured Video Device"
  3. Driver "intel"
  4. EndSection
  5.  
  6. Section "Monitor"
  7. Identifier "VGA1"
  8. Option "PreferredMode" "1280x1024"
  9. Option "LeftOf" "LVDS1"
  10. EndSection
  11.  
  12. Section "Monitor"
  13. Identifier "LVDS1"
  14. Option "PreferredMode" "1680x1050"
  15. EndSection
  16.  
  17. Section "Screen"
  18. Identifier "Default Screen"
  19. Monitor "LVDS1"
  20. Device "Configured Video Device"
  21. SubSection "Display"
  22. Depth 24
  23. Modes "1680x1050" "1280x1024"
  24. Virtual 2048 2048
  25. EndSubSection
  26. EndSection
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement