Advertisement
FireBurn

xorg.conf

Dec 21st, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Section "Monitor"
  2. Identifier "Default Monitor"
  3. UseModes "Default Modes"
  4. Option "PreferredMode" "1920x1080@60"
  5. EndSection
  6.  
  7. Section "Modes"
  8. Identifier "Default Modes"
  9. modeline "1920x1080@60" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  10. EndSection
  11.  
  12. Section "Device"
  13. Identifier "Default Device"
  14. Driver "vmware"
  15. Option "IgnoreEDID" "1"
  16. EndSection
  17.  
  18. Section "Screen"
  19. Identifier "Default Screen"
  20. Monitor "Default Monitor"
  21. Device "Default Device"
  22. EndSection
  23.  
  24. Section "ServerLayout"
  25. Identifier "Default Layout"
  26. Screen "Default Screen"
  27. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement