Skip to content

Instantly share code, notes, and snippets.

@dmitrykolesnikovich
Created January 19, 2022 22:05
Show Gist options
  • Save dmitrykolesnikovich/5dee2991677a1eb196f55d3d945a001f to your computer and use it in GitHub Desktop.
Save dmitrykolesnikovich/5dee2991677a1eb196f55d3d945a001f to your computer and use it in GitHub Desktop.
xorg.conf
Section "Device"
Identifier "Configured Video Device"
Driver "dummy"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-48.5
VertRefresh 50-70
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x800"
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment