Advertisement
Guest User

/usr/share/X11/xorg.conf.d/10-monitor.conf

a guest
Apr 29th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Section "Monitor"
  2. Identifier "DVI-0"
  3. Modeline "1368x768" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
  4. Option "PreferredMode" "1368x768"
  5. EndSection
  6.  
  7. Section "Screen"
  8. Identifier "Screen0"
  9. Monitor "DVI-0"
  10. DefaultDepth 24
  11. SubSection "Display"
  12. Modes "1368x768"
  13. EndSubSection
  14. EndSection
  15.  
  16. Section "Device"
  17. Identifier "Device0"
  18. Driver "ati"
  19. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement