I did a quick Google search and first found this
Quote:
TwinViewOrientation
This option controls the positioning of the second display device relative to the first within the virtual X screen, when offsets are not explicitly given in the MetaModes. The possible values are:
"RightOf" (the default)
"LeftOf"
"Above"
"Below"
"Clone"
|
so then I googled again based on a few key words and found this:
Quote:
MetaModes
- This option sets up what mode(s) should be used on each monitor. The nVidia driver will create the minimal bounding box of the Metamode. The individual monitors modes will not be communicated. The modes must be given in pairs seperated by semi-colons.
Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
You can specify NULL as the mode (or leave it blank), if you wish one monitor not to be active in a MetaMode. You can optionally specify an offset after the mode.
Option "MetaModes" "1600x1200, NULL; NULL, 1024x768"
Option "MetaModes" "1600x1200; , 1024x768"
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.
Option "MetaModes" "1600x1200 +0+0, 1024x768 +1600+0;"
When no offsets are give for a MetaMode, it will be calculated automatically based on the value of the TwinViewOrientation option. If the virtual screen size is not specified in your X-config file, it will be computed from the size of the bounding box of the MetaModes. You can also optionally add a "Panning Domain" specification.
Option "MetaModes" "1024x768 @1600x1200, 800x600 @1600x1200;"
The panning domain is the area which will be able to be panned to by moving your mouse to the edge of the screen. The most useful use of panning domains is to remove dead areas which are generated by moitors running at different resolutions.
Option "MetaModes" "1600x1200, 1024x768 @1024x1200"
Option "MetaModes" "1600x1200 @1900x1200 +0+0, 1024x768 @1900x768 +0+1200"
|
It is rather confusing and I don't quite get it myself, but I hope that helps some.