Another option is to use an xorg.conf file. Something like:
Code:
Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Option "Xinerama" "0" EndSection Section "Files" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GT 610" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "Twinview" "1" Option "TwinviewXineramaInfoOrder" "DFP-0" Option "metamodes" "DFP-0: 1920x1080 +1920+0, DFP-1: 1920x1080 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection
Leave a comment: