I am using Mandrake 7.0 with the current Mandrake rpm's of XFree86 4.0. My
XF86Config file is at the end of this post. The equipment I am using are two
identical Voodoo3-2000 PCI cards, a Viewsonic 17-GS-2 monitor on the left
and a Nokia 44BS monitor on the right. (If this works, I might get another
17" monitor to replace the 15" Nokia.)
Here is what happens after I run startx:
The BIOS info for the second card appears on the right monitor. X starts on
the left monitor (grey screen and X cursor); the right monitor goes dark.
KDE runs on the left monitor with the following info:
name of display:: 0.0
Version number: 11.0
default screen number: 0
screen #0
dimensions: 2049x768
resolution 75x75
depths (1): 24
Some windows appear half off the left screen, or pop up on the blank right
screen - I can move the cursor to the right, hold the Alt key and drag them
to where I can see them.
So I'm confident the software is working correctly, but why is the right
screen blank (this configuration works well in Win98)? Any advice would be
appreciated.
Thanks,
Hoyt
XF86Config follows:
Section "Files"
FontPath "unix/:-1"
EndSection
Section "Module"
Load "extmod"
Load "xie"
Load "pex5"
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
Load "GLcore"
Load "dbe"
Load "record"
EndSection
Section "ServerFlags"
Option "DisableVidModeExtension"
Option "blank time" "10"
Option "standby time" "20"
Option "suspend time" "30"
Option "off time" "60"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseManPlusPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "3"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Mon_left"
VendorName "ViewSonic"
ModelName "17-GS-2"
VertRefresh 50-160
HorizSync 30-69
EndSection
Section "Monitor"
Identifier "Mon_right"
VendorName "Nokia"
ModelName "44BS"
VertRefresh 48-100
HorizSync 30-62
EndSection
Section "Device"
Identifier "3Dfx Interactive Voodoo3"
Driver "tdfx"
VendorName "3Dfx"
BoardName "Voodoo3"
BusID "PCI:0:9:0"
EndSection
Section "Device"
Identifier "3Dfx Voodoo3"
Driver "tdfx"
VendorName "3Dfx Interactive"
BoardName "Voodoo3"
BusID "PCI:0:11:0"
EndSection
Section "Screen"
Identifier "screenleft"
Device "3Dfx Interactive Voodoo3"
Monitor "Mon_left"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "screenright"
Device "3Dfx Voodoo3"
Monitor "Mon_right"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Section "DRI"
EndSection
Section "ServerLayout"
Identifier "Main Layout"
Screen "screenleft"
Screen "screenright" RightOf "screenleft"
option "xinerama" "on"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection