Skip to content

Instantly share code, notes, and snippets.

@3v1n0
Created January 26, 2013 16:14
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 3v1n0/4643084 to your computer and use it in GitHub Desktop.
Save 3v1n0/4643084 to your computer and use it in GitHub Desktop.
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions"
ModulePath "/usr/lib/xorg/modules"
ModulePath "/usr/lib/x86_64-linux-gnu/xorg/extra-modules"
ModulePath "/usr/lib/xorg/extra-modules"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "Dummy Monitor"
EndSection
Section "Device"
Identifier "Dummy Card"
Option "NoDDC" "true"
Option "IgnoreEDID" "true"
Driver "dummy"
EndSection
Section "Screen"
DefaultDepth 24
Identifier "Dummy Screen"
Device "Dummy Card"
Monitor "Dummy Monitor"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment