Skip to content

Instantly share code, notes, and snippets.

@alepez
Created June 20, 2013 15:33
Show Gist options
  • Save alepez/5823808 to your computer and use it in GitHub Desktop.
Save alepez/5823808 to your computer and use it in GitHub Desktop.
nvidia twinview as ONE monitor, fullscreen
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "Xinerama" "true"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "true"
EndSection
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "true"
Option "TwinviewXineramaInfo" "true"
Option "TwinViewXineramaInfoOverride" "3840x1200+0+0"
Option "metamodes" "DFP-0: 1920x1200 +0+0, DFP-2: 1920x1200 +1920+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment