User`s guide
Starting the X Window System
007-5483-001 57
Passive stereo uses the TwinView clone mode stereo and is not compatible with any other
TwinView settings.
Note: Stereo is not compatible with the “Composite extension being set”.
Please refer to the NVIDIA README file for other stereo options and limitations.
Setting up Multiple X Servers on a Single Graphics Card
The NVIDIA graphics card can be configured such that each connected display device
functions as a separate X server. To configure multiple X servers:
First, create two separate Device sections, each listing the BusID of the graphics card to
be shared and listing the driver as "nvidia", and assign each a separate screen:
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
# Edit the BusID with the location of your graphics card
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "nvidia1"
Driver "nvidia"
# Edit the BusID with the location of your graphics card
BusId "PCI:1:0:0"
Screen 1
EndSection