Hi,
Have just done a full upgrade using Adept from Breezy to Dapper. All works fine except the Matrox G400 dualhead card I was using on Breezy has now gone to a single screen (which is working fine btw). Seems the Matrox driver (x86-4.3.0) doesn't like the new X system now it's gone to version 7. I tried to re-install the drivers in desperation and it refused saying incompatible. The previously installed driver is still there and referenced corrected in the xorg.conf. Here's the message the install came up with:
========================================
Matrox Linux Driver Install Script
========================================
ERROR: The X server drivers included in this installation package
do not support the current version of your X server.
Has anyone any ideas how to work around this to get the 2nd screen working on this version of X? Here's an extract from the xorgconf file:
Section "Device"
Identifier "Matrox Graphics, Inc. MGA G400 AGP 1"
Driver "mga"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Matrox Graphics, Inc. MGA G400 AGP 2"
Driver "mga"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "BenQ FP931"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Compaq TFT5015m"
Option "DPMS"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0"
Screen "Screen1" RightOf "Screen0"
Option "Xinerama" "on"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Am considering putting another graphics card in the pc but it'll be an older pci card. Would prefer to use the Mtrox as the image quality is really good.
Thanks for any help.
Allan.
Comment