Created
June 20, 2013 15:33
-
-
Save alepez/5823808 to your computer and use it in GitHub Desktop.
nvidia twinview as ONE monitor, fullscreen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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