Skip to content

Instantly share code, notes, and snippets.

@vastus
Created February 5, 2014 00:27
Show Gist options
  • Save vastus/8815214 to your computer and use it in GitHub Desktop.
Save vastus/8815214 to your computer and use it in GitHub Desktop.
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Device0"
Driver "vesa" # driver
EndSection
Section "Screen"
Identifier "Screen0" # Collapse Monitor and Device section to Screen section
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24 #Choose the depth (16||24)
SubSection "Display"
Depth 24
Modes "1440x900_60.00" #Choose the resolution
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment