Post Reply

Forums -> Multiple monitors -> XFree86 with 2ndary monitor on mach64
spray_john   2002-05-30 23:41
I'm having some trouble getting my old mach64 pci card to function with a gateway vivitron 15 monitor as a secondary display in XFree86. Primary card is a Geforce256.
The "ati" driver is loaded successfully, but the monitor immediately goes into powersave mode. However, I am able to move my pointer into the secondary workspace (not that it's displayed, I just know because it doesn't stop at the right edge of my main monitor).
Also, when I attempt to enable xinerama, I recieve the message "Panoramix error: Incompatible screens. No common visuals". Is this likely to be purely due to the different colour depths and resolutions, or is it possible that xinerama simply cannot handle this combination of cards/drivers?

I'm running XFree86-4.1.0-3 on kernel 2.4.18.
My XFree86config-4 file:


Section "ServerLayout"
Identifier "layout1"
Screen "Screen0" LeftOf "Screen1"
Screen "Screen1"
# Option "Xinerama" "on"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "v4l"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "SAM1058"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30 - 70
VertRefresh 50 - 160
Option "dpms"
EndSection

Section "Device"
Identifier "NVIDIA GeForce 256 (generic)"
Driver "nvidia"
BoardName "Unknown"
# BusID "PCI:01:00:0"
# Screen 0
EndSection

Section "Monitor"
Identifier "Vivitron15"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31 - 64
VertRefresh 50 - 120
# Option "dpms"
EndSection

Section "Device"
Identifier "Mach64"
Driver "ati"
BoardName "Unknown"
# BusID "PCI:00:11:0"
# Screen 1
EndSection

Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection

Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 256 (generic)"
Monitor "SAM1058"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Mach64"
Monitor "Vivitron15"
DefaultDepth 8
#Subsection "Display"
# Depth 16
# Modes "800x600" "640x480"
#EndSubSection
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
#Modes "640x480"
EndSubSection
EndSection

Thanks.
Forums -> Multiple monitors -> XFree86 with 2ndary monitor on mach64

Post Reply