Yukiteru

Intel Xorg.conf

Jul 23rd, 2013
74
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 "Monitor"
  3. Option "DMPS"
  4. Option "DPI" "96 x 96"
  5. EndSection
  6.  
  7. Section "Device"
  8. Identifier "Intel Graphics"
  9. Driver "intel"
  10. Option "AccelMethod" "sna"
  11. Option "TearFree" "true"
  12. EndSection
  13.  
  14. Section "Screen"
  15. Identifier "Screen0"
  16. Device "Intel Graphics"
  17. Monitor "Monitor"
  18. DefaultDepth 24
  19. SubSection "Display"
  20. Modes "1280x1024"
  21. Depth 24
  22. EndSubSection
  23. EndSection
  24.  
  25. Section "Extensions"
  26. Option "Composite" "Enable"
  27. EndSection
Advertisement
Add Comment
Please, Sign In to add comment