Skip to content

Instantly share code, notes, and snippets.

@roolo
Created January 14, 2011 00:30
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 roolo/778916 to your computer and use it in GitHub Desktop.
Save roolo/778916 to your computer and use it in GitHub Desktop.
Ubuntu - External monitor - Blogpost - attachments
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Screen 0
EndSection
Section "Device"
Identifier "External screen device"
Driver "nvidia"
Screen 1
EndSection
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
Option "TwinView" "1"
Device "Default Device"
EndSection
Section "Screen"
Identifier "External Screen"
DefaultDepth 24
Device "External screen device"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment