Skip to content

Instantly share code, notes, and snippets.

@RubenKelevra
Created January 26, 2016 15: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 RubenKelevra/d48d4cdf4dc67ff5216f to your computer and use it in GitHub Desktop.
Save RubenKelevra/d48d4cdf4dc67ff5216f to your computer and use it in GitHub Desktop.
# x11-driver-video-sisimedia
# 2014-08-22
Section "Device"
Identifier "sis671"
Driver "sisimedia"
Screen 0
EndSection
Section "Monitor"
Identifier "tft"
Option "PreferredMode" "1280x800"
Gamma 1
EndSection
Section "Screen"
Identifier "Default Screen"
Device "sis671"
Monitor "tft"
DefaultDepth 24
SubSection "Display"
Virtual 1280 800
Depth 24
Modes "1280x800@60" "1024x768@60"
EndSubSection
EndSection
Section "ServerFlags"
Option "IgnoreABI" "True"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment