Advertisement
rokytnji

vesa generic /etc/X11/xorg.conf

Jun 19th, 2015
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Configured Video Device"
  3. Driver "vesa"
  4. EndSection
  5.  
  6. Section "Monitor"
  7. Identifier "Configured Monitor"
  8. HorizSync 42.0 - 52.0
  9. VertRefresh 55.0 - 65.0
  10. Modeline "1024x768" 60.80 1024 1056 1128 1272 768 768 770 796
  11. Modeline "800x600" 38.21 800 832 976 1008 600 612 618 631
  12. Modeline "640x480" 24.11 640 672 760 792 480 490 495 50
  13. EndSection
  14.  
  15. Section "Screen"
  16. Identifier "Default Screen"
  17. Monitor "Configured Monitor"
  18. Device "Configured Video Device"
  19. DefaultDepth 24
  20. Subsection "Display"
  21. Depth 24
  22. Modes "1024x768" "800x600" "640x480"
  23. EndSubsection
  24. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement