設定TwinView選項
在Device之後要對TwinView加入下列的選項
Option "TwinView" #一定要有,否則以下的選項全部無效 Option "SecondMonitorHorizSync" "" #第2個Monitor的水平頻率 Option "SecondMonitorVertRefresh" " " #第2個Monitor的垂直頻率 Option "MetaModes" " " #設定MetaModes Option "TwinViewOrientation" "
" #設定Orientation Option "ConnectedMonitor" " " #設定ConnectedMonitor
Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768" #Modes given in pairs seperated by semi-colons. Option "MetaModes" "1600x1200 +0+0, 1024x768 +1600+0;" #Offset descriptions follow the conventions of the X "-geometry" commandline option. Both positive and negative offsets are valid, although negative offsets are only allowed when a virtual screen size is set explicitly in the X-config file.