OK I have exhausted my sleep deprived mind, who wants to tackle this one and tell me what obvious thing I forgot?
I just replaced my monitors with 2 nice Samsung LCDs. I know they work because my original xorg would work with twinview across both, however it had some other problems with using virtual displays etc.
They also both work on the plain console.
I just can't get both of them to work correctly with twinview on X11.
Any ideas?
Seablade
I just replaced my monitors with 2 nice Samsung LCDs. I know they work because my original xorg would work with twinview across both, however it had some other problems with using virtual displays etc.
They also both work on the plain console.
I just can't get both of them to work correctly with twinview on X11.
Code:
Section "ServerFlags" \tOption\t"Xinerama"\t"False" EndSection #New TwinView Layout Section "ServerLayout \tIdentifier\t"TwinView" \tScreen\t\t0\t"TwinView" 0 0 \tInputDevice\t"Keyboard1" "CoreKeyboard" \tOption \t\t"OffTime" "10" EndSection Section "Files" \tFontPath "/usr/share/fonts/misc/" \tFontPath "/usr/share/fonts/TTF/" \tFontPath "/usr/share/fonts/Type1/" \tFontPath "/usr/share/fonts/75dpi/" \tFontPath "/usr/share/fonts/100dpi/" \tFontPath "/usr/share/fonts/local/" EndSection Section "Module" #\tLoad "dri" #Don't load at the same time as glx \tLoad "dbe" \t# Double buffer extension \tSubSection "extmod" \tOption\t "omit xfree86-dga" # don't initialise the DGA extension \tEndSubSection \tLoad "type1" #\tLoad "speedo" \tLoad "freetype" #\tLoad "xtt" \tLoad "glx" EndSection Section "InputDevice" \tIdentifier "Keyboard1" \tDriver "kbd" \tOption\t "AutoRepeat" "500 30" \tOption\t "XkbModel" "pc104" \tOption\t "XkbLayout" "us" EndSection Section "InputDevice" \tIdentifier "Mouse0" \tDriver "mouse" \tOption\t "Protocol" "Auto" \tOption\t "Device" "/dev/input/mouse0" \tOption \t "Buttons" "5" \tOption "ZAxisMapping" "4 5" EndSection Section "InputDevice" \tIdentifier "Keyboard0" \tDriver "kbd" \tOption\t "XkbModel" "pc104" \tOption\t "XkbLayout" "us" EndSection #Newer Twinview Monitor Setup Section "Monitor" \tIdentifier\t"DFP-0" \tHorizSync\t31.5-64.3 \tVertRefresh\t50.0-70.0 \tOption\t\t"DPMS" \tOption "IgnoreEDID" "1" EndSection Section "Monitor" \tIdentifier\t"DFP-1" \tHorizSync\t31.5-64.3 \tVertRefresh\t50.0-70.0 \tOption\t\t"DPMS" \tOption "IgnoreEDID" "1" EndSection Section "Monitor" \tIdentifier\t"Monitor 0" \tHorizSync\t31.5-64.3 \tVertRefresh\t50.0-70.0 \tOption\t\t"DPMS" \tOption "IgnoreEDID" "1" EndSection Section "Device" \tIdentifier\t"TwinView Device" \tDriver\t\t"nvidia" \tVendorName\t"XFX" \tBoardName\t"GeForce" \tVideoRam\t262144 \tScreen\t\t0 \tBusID\t\t"PCI:2:0:0" \tOption\t\t"AllowGLXWithComposite" "On" \tOption\t\t"RenderAccel" "true" \tOption\t\t"backingstore" "true" #\tOption\t\t"HWcursor" #\tOption\t\t"CursorShadow" #\tOption\t\t"CursorShadowAlpha" "32" #\tOption\t\t"CursorShadowXOffset" "3" #\tOption\t\t"CursorShadowYOffset" "3" \tOption\t\t"DPMS" "True" \tOption\t\t"HorizSync" "CRT-0:31.5-64.3; CRT-1: 31.5-64.3" \tOption\t\t"VertRefresh" "CRT-0: 50.0-70.0; CRT-1:50.0-70.0" \tOption\t\t"ConnectedMonitor" "CRT-0, CRT-1" EndSection #New TwinView Screen Section Section "Screen" \tIdentifier\t"TwinView" \tDevice\t\t"TwinView Device" \tMonitor\t\t"Monitor 0" \tDefaultDepth\t24 \tSubSection\t"Display" \t\tViewport\t0 0 \t\tDepth\t\t24 \t\tModes\t\t"1440x900" \tEndSubSection \tOption\t\t"ConnectedMonitor"\t\t"crt, crt" \tOption\t\t"NoPowerConnectorCheck" \tOption\t\t"TwinView"\t\t\t"1" \tOption\t\t"MetaModes" \t\t\t"1440x900,1440x900" \tOption\t\t"TwinViewOrientation" \t\t"LeftOf" \tOption\t\t"SecondMonitorHorizSync" \t"UseEDIDFreqs" \tOption\t\t"SecondMonitorVertRefresh" \t"UseEDIDFreqs" EndSection Section "Extensions" \tOption "Composite" "true" EndSection
Any ideas?
Seablade





