Advertisement
alanwww1

xorg.conf for Intel GPU with HDTV_modelines

Mar 9th, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Device0"
  3. Driver "intel"
  4. VendorName "INTEL Corporation"
  5. EndSection
  6.  
  7. Section "Screen"
  8. Identifier "Screen0"
  9. Device "Device0"
  10. Monitor "HDMI2"
  11. DefaultDepth 24
  12. SubSection "Display"
  13. Depth 24
  14. Modes "1920x1080@50p" "1920x1080@59.94p" "1920x1080@24p" "1920x1080@60p"
  15. EndSubSection
  16. EndSection
  17.  
  18. Section "Monitor"
  19. Identifier "HDMI2"
  20. HorizSync 14.0 - 70.0
  21. VertRefresh 24.0 - 62.0
  22. Option "DPMS" "true"
  23. Modeline "1920x1080@24p" 74.230 1920 2560 2604 2752 1080 1084 1089 1125 +hsync +vsync
  24. Modeline "1920x1080@50p" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  25. Modeline "1920x1080@59.94p" 148.352 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync
  26. Modeline "1920x1080@60p" 148.500 1920 2008 2056 2200 1080 1084 1089 1125 +hsync +vsync
  27. EndSection
  28.  
  29. Section "Extensions"
  30. # fixes tearing
  31. Option "Composite" "Disable"
  32. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement