Hi Michael Here is a copy of an xorg.conf that will get both screens to act as one screen, I had no luck getting it to display a useful resolution.
I'm still hoping to get Xinerama to work. Section "Files" RgbPath "/usr/X11R6/share/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/OTF" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "GLcore" Load "dbe" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 410 260 # mm Identifier "Monitor0" VendorName "HSD" ModelName "HW191D" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync 30.0 - 80.0 VertRefresh 49.0 - 75.0 Option "DPMS" Modeline "1440x900" 106.50 1440 1528 1672 1904 900 903 909 934 EndSection Section "Monitor" #DisplaySize 410 260 # mm Identifier "Monitor1" VendorName "HSD" ModelName "HW191D" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync 30.0 - 80.0 VertRefresh 49.0 - 75.0 Option "DPMS" Modeline "1440x900" 106.50 1440 1528 1672 1904 900 903 909 934 EndSection Section "Device" Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "GeForce 7900 GTX" BusID "PCI:1:0:0" Option "DualHead" "True" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Modes "1440x900" Depth 24 EndSubSection EndSection Section "ServerLayout" Identifier "X.org Configured" Screen "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection On Nov 8, 2007 8:14 PM, michael hamerski <[EMAIL PROTECTED]> wrote: > > Just wondering if you have had any success ? > > > > I updated to -current and also xenocara but it hasn't worked. I have > > managed to get some form of dual screen through nv(4)'s Option > > "DualHead" "Yes". > > > > hi, > > could you mail me a copy of your xorg.conf, I can't seem to get it to > pick up my second pciid? > > thx, > > mike