For Stereophiles and Xineramaphiles,

for those that asked me for our Xorg.config file (see below) for running a two 
screen setup (requires Nvidia Quadro card).

This file is set up for a stereo beamer and a LCD. 

You have to do some editing of your xorg.conf file (do that by creating
a copy and work in that):
- exactly duplicate your section "Device" (it should appear twice in the
file, i.e., dual head setup configuration) and make sure the following
setting appear (including the 3 options listed, they are most relevant):

Section "Device"
  BoardName    "Quadro FX 1400"
  BusID        "1:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Option       "IgnoreEDID"
  Option       "AllowDFPStereo"
  Option       "Stereo" "3"
  Screen       0
  VendorName   "NVidia"
EndSection
Section "Device"
  BoardName    "Quadro FX 1400"
  BusID        "1:0:0"
  Driver       "nvidia"
  Identifier   "Device[1]"
  Option       "IgnoreEDID"
  Option       "AllowDFPStereo"
  Option       "Stereo" "3"
  Screen       1
  VendorName   "NVidia"
EndSection

- Serverlayout has to be edited. This part is not trivial. It matters
which device is connected to which port of the card. You have to try and
find out for yourselve. You will have to restart the computer each time
you change something in order to initialise the memory of the card!

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "on"
  Screen       "Screen[1]" RightOf "Screen[0]"
  Screen       "Screen[0]"
EndSection

- duplicate and edit the monitor sections.

Once you edited the file, you have to:
- make sure (!!) your CRT screen can handle the frequencies otherwise you could 
destroy it
- switch to init 3 mode
- make a copy of your current Xorg.config file, otherwise you will hate 
yourselve
- swap the X config file in the /etc/X11 directory with the new file: it
makes a difference (and the card has a memory) to which port the CRT is
connected
- restart computer
- switch to init 5 mode
- use Sax to finetune your settings.

Good luck, it takes a bit of playing around with Sax,

Jeroen.



Our Xorg.config file:

##################################################################
# /.../
# SaX generated X11 config file
#
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (7.1)
#
Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
EndSection

Section "Module"
  Load         "freetype"
  Load         "type1"
  Load         "dbe"
  Load         "glx"
  Load         "extmod"
  Load         "v4l"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "pc105"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Logitech Optical USB Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  DisplaySize  380 300
  HorizSync    30-80
  Identifier   "Monitor[0]"
  ModelName    "1702FP (DIGITAL)"
  VendorName   "DELL"
  VertRefresh  56-76
  UseModes     "Modes[0]"
EndSection

Section "Monitor"
  DisplaySize  340 270
  HorizSync    30-130
  Identifier   "Monitor[1]"
  ModelName    "P1130"
  VendorName   "DELL"
  VertRefresh  50-122
  UseModes     "Modes[1]"
EndSection

Section "Monitor"
  Identifier   "Monitor[0]"
  Option       "CalcAlgorithm"
  UseModes     "Modes[2]"
EndSection

Section "Monitor"
  Identifier   "Monitor[1]"
  Option       "CalcAlgorithm"
  UseModes     "Modes[3]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline      "1280x1024" 136.57 1280 1368 1504 1728 1024 1025 1028 1068
  Modeline      "1280x1024" 134.72 1280 1368 1504 1728 1024 1025 1028 1068
  Modeline      "1280x1024" 132.75 1280 1368 1504 1728 1024 1025 1028 1067
  Modeline      "1280x960" 128.13 1280 1368 1504 1728 960 961 964 1002
  Modeline      "1280x960" 126.27 1280 1368 1504 1728 960 961 964 1001
  Modeline      "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001
  Modeline      "1280x800" 105.78 1280 1360 1496 1712 800 801 804 835
  Modeline      "1280x800" 104.35 1280 1360 1496 1712 800 801 804 835
  Modeline      "1280x800" 102.80 1280 1360 1496 1712 800 801 804 834
  Modeline      "1152x864" 103.59 1152 1224 1352 1552 864 865 868 902
  Modeline      "1152x864" 102.08 1152 1224 1352 1552 864 865 868 901
  Modeline      "1152x864" 99.64 1152 1224 1344 1536 864 865 868 901
  Modeline      "1280x768" 101.60 1280 1360 1496 1712 768 769 772 802
  Modeline      "1280x768" 99.17 1280 1352 1488 1696 768 769 772 801
  Modeline      "1280x768" 97.81 1280 1352 1488 1696 768 769 772 801
  Modeline      "1024x768" 80.71 1024 1080 1192 1360 768 769 772 802
  Modeline      "1024x768" 79.52 1024 1080 1192 1360 768 769 772 801
  Modeline      "1024x768" 78.43 1024 1080 1192 1360 768 769 772 801
  Modeline      "1280x600" 77.82 1280 1344 1480 1680 600 601 604 626
  Modeline      "1280x600" 76.04 1280 1336 1472 1664 600 601 604 626
  Modeline      "1280x600" 75.00 1280 1336 1472 1664 600 601 604 626
  Modeline      "1024x600" 62.26 1024 1080 1184 1344 600 601 604 626
  Modeline      "1024x600" 61.42 1024 1080 1184 1344 600 601 604 626
  Modeline      "1024x600" 59.86 1024 1072 1176 1328 600 601 604 626
  Modeline      "800x600" 48.18 800 840 920 1040 600 601 604 626
  Modeline      "800x600" 47.53 800 840 920 1040 600 601 604 626
  Modeline      "800x600" 46.87 800 840 920 1040 600 601 604 626
  Modeline      "768x576" 44.83 768 808 888 1008 576 577 580 601
  Modeline      "768x576" 43.52 768 800 880 992 576 577 580 601
  Modeline      "768x576" 42.93 768 800 880 992 576 577 580 601
  Modeline      "640x480" 30.25 640 664 728 816 480 481 484 501
  Modeline      "640x480" 29.84 640 664 728 816 480 481 484 501
  Modeline      "640x480" 29.43 640 664 728 816 480 481 484 501
EndSection

Section "Modes"
  Identifier   "Modes[1]"
  Modeline      "1024x768" 139.05 1024 1104 1216 1408 768 769 772 823
  Modeline      "1024x768" 137.90 1024 1104 1216 1408 768 769 772 823
  Modeline      "1024x768" 136.57 1024 1104 1216 1408 768 769 772 822
  Modeline      "1024x600" 107.41 1024 1096 1208 1392 600 601 604 643
  Modeline      "1024x600" 106.51 1024 1096 1208 1392 600 601 604 643
  Modeline      "1024x600" 105.62 1024 1096 1208 1392 600 601 604 643
  Modeline      "800x600" 83.95 800 856 944 1088 600 601 604 643
  Modeline      "800x600" 83.25 800 856 944 1088 600 601 604 643
  Modeline      "800x600" 82.55 800 856 944 1088 600 601 604 643
  Modeline      "768x576" 77.13 768 824 904 1040 576 577 580 618
  Modeline      "768x576" 76.36 768 824 904 1040 576 577 580 617
  Modeline      "768x576" 75.72 768 824 904 1040 576 577 580 617
  Modeline      "640x480" 52.41 640 680 744 848 480 481 484 515
  Modeline      "640x480" 51.97 640 680 744 848 480 481 484 515
  Modeline      "640x480" 51.43 640 680 744 848 480 481 484 514
  Modeline      "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066
EndSection

Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" 
"1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" 
"1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" 
"1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" 
"1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      15
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  Device       "Device[1]"
  Identifier   "Screen[1]"
  Monitor      "Monitor[1]"
EndSection

Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "800x600" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "800x600" 
  EndSubSection
  Device       "Device[1]"
  Identifier   "Screen[1]"
  Monitor      "Monitor[1]"
EndSection

Section "Device"
  BoardName    "Quadro FX 1400"
  BusID        "1:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Option       "IgnoreEDID"
  Option       "AllowDFPStereo"
  Option       "Stereo" "3"
  Screen       0
  VendorName   "NVidia"
EndSection

Section "Device"
  BoardName    "Quadro FX 1400"
  BusID        "1:0:0"
  Driver       "nvidia"
  Identifier   "Device[1]"
  Option       "IgnoreEDID"
  Option       "AllowDFPStereo"
  Option       "Stereo" "3"
  Screen       1
  VendorName   "NVidia"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "on"
  Screen       "Screen[1]" LeftOf "Screen[0]"
  Screen       "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection
##############################################################

Reply via email to