On 5/24/07, Kent West <[EMAIL PROTECTED]> wrote:

So obviously, I'm clueless about how to get dual-head working now that
xinerama appears to be unusable (with the "i810/intel" driver update
which breaks it). Anyone have any pointers to documentation that might
get my dual-head working again?

I also found the various pieces of documentation quite confusing. I
made things work by lengthy trial & error.  So I am including my setup
below, HTH.  My setup is this: a dual head NVIDIA Quadro FX 1500 and
two Sony SDM-S205F/K TFTs which are turned 90 degrees.

Section "ServerLayout"
   Identifier     "Default Layout"
   Screen       0 "Left Screen" 0 0
   Screen       1 "Right Screen" Above "Left Screen"
   Option         "Xinerama" "false"
   Option         "RandR" "on"
   Option         "Clone" "off"
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
EndSection

Section "Files"
   FontPath        "/usr/share/fonts/X11/misc"
   FontPath        "/usr/X11R6/lib/X11/fonts/misc"
   FontPath        "/usr/share/fonts/X11/cyrillic"
   FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath        "/usr/share/fonts/X11/Type1"
   FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath        "/usr/share/fonts/X11/100dpi"
   FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath        "/usr/share/fonts/X11/75dpi"
   FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load           "i2c"
   Load           "bitmap"
   Load           "ddc"
   Load           "extmod"
   Load           "freetype"
   Load           "glx"
   Load           "int10"
   Load           "vbe"
   Load           "nvidia"
EndSection

Section "InputDevice"
   Identifier     "Generic Keyboard"
   Driver         "kbd"
   Option         "CoreKeyboard"
   Option         "XkbRules" "xorg"
   Option         "XkbModel" "pc104"
   Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
   Identifier     "Configured Mouse"
   Driver         "mouse"
   Option         "CorePointer"
   Option         "Device" "/dev/input/mice"
   Option         "Protocol" "ImPS/2"
   Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
   Identifier     "LeftMonitor"
   VendorName     "Sony"
   ModelName      "SDM-S205F/K"
   Option         "DPMS"
EndSection

Section "Monitor"
   Identifier     "RightMonitor"
   VendorName     "Sony"
   ModelName      "SDM-S205F/K"
   Option         "DPMS"
EndSection

Section "Device"
   Identifier     "NVIDIA Quadro FX 1500"
   Driver         "nvidia"
   Screen         0
   Option         "TwinView"
   Option         "MetaModes"  "1600x1200,1600x1200;1200x1600,1200x1600;"
   Option         "TwinViewOrientation"      "Below"
   Option         "SecondMonitorHorizSync"   "UseEdidFreqs"
   Option         "SecondMonitorVertRefresh" "UseEdidFreqs"
   Option         "Rotate" "left"
EndSection

Section "Screen"
   Identifier     "Left Screen"
   Device         "NVIDIA Quadro FX 1500"
   Monitor        "LeftMonitor"
   DefaultDepth    24
   SubSection     "Display"
       Depth       24
       Modes      "1600x1200" "1200x1600"
   EndSubSection
EndSection

Section "Screen"
   Identifier     "Right Screen"
   Device         "NVIDIA Quadro FX 1500"
   Monitor        "RightMonitor"
   DefaultDepth    24
   SubSection     "Display"
       Depth       24
       Modes      "1600x1200" "1200x1600"
   EndSubSection
EndSection

--
                                                   Jens Peter Secher.
_DD6A 05B0 174E BFB2 D4D9 B52E 0EE5 978A FE63 E8A1 jpsecher gmail com_.
A. Because it breaks the logical sequence of discussion.
Q. Why is top posting bad?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to