Skip to content

Instantly share code, notes, and snippets.

@PuZZleDucK
Created June 11, 2018 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PuZZleDucK/f1f115312992a9b20e1b82f2039d1eb3 to your computer and use it in GitHub Desktop.
Save PuZZleDucK/f1f115312992a9b20e1b82f2039d1eb3 to your computer and use it in GitHub Desktop.
Minimal xorg.conf
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 42.0 - 52.0
VertRefresh 55.0 - 65.0
Modeline "1024x768" 60.80 1024 1056 1128 1272 768 768 770 796
Modeline "800x600" 38.21 800 832 976 1008 600 612 618 631
Modeline "640x480" 24.11 640 672 760 792 480 490 495 50
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment