Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /usr/share/X11/xorg.conf.d/10-monitor.conf
  2. Section "Monitor"
  3.   Identifier "CRT-0"
  4.   HorizSync 14-20
  5.   VertRefresh 40-70
  6.   Option "DMPS" "False"
  7.   Option "DefaultModes" "False"
  8.   UseModes "CRTmodes"
  9. EndSection
  10.  
  11. Section "Screen"
  12.   Identifier "Screen0"
  13.   Device "VGA-1-1"
  14.   Monitor "CRT-0"
  15.   DefaultDepth 24
  16.   SubSection "Display"
  17.     Depth 24
  18.   EndSubSection
  19. EndSection
  20.  
  21. Section "Modes"
  22.   Identifier "CRTModes"
  23. # 1024x768x60.00 @ 15.750kHz
  24.     Modeline "1024x576x24.96"  19.404000  1024 1056 1144 1232  576 587 593 631  -HSync -VSync      interlace
  25. # 600x480x60.00 @ 15.625kHz
  26.     Modeline "720x576x25.00"  13.875000  720 744 808 888  576 586 592 625  -HSync -VSync interlace
  27. # 800x600x50.00 @ 15.750kHz
  28.    Modeline "800x576x24.96"  15.120000  800 824 896 960  576 587 593 631  -HSync -VSync     interlace
  29.  
  30. Modeline "512x288_50,0Hz 15,7KHz (60Hz)" 9.922 512 520 567 632 288 291 294 314  -hsync -vsync
  31. Modeline "PAL  768x288 (50Hz)" 14.726 768 790 859 944 288 290 293 312 -hsync -vsync
  32. Modeline "PAL  720x288 (50Hz)" 13.853 720 741 806 888 288 290 293 312 -hsync -vsync
  33. Modeline "NTSC 640x240 (60Hz)" 12.312 640 662 719 784 240 244 247 262 -hsync -vsync
  34. Modeline "NTSC 720x240 (60Hz)" 13.820 720 744 809 880 240 244 247 262 -hsync -vsync
  35.  
  36. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement