Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Matrox G400 and RH9

1 view
Skip to first unread message

Jim Wiggs

unread,
Oct 7, 2003, 4:15:25 PM10/7/03
to
Folks,

I recently had to do a full reinstall on a dual PII box, and
decided to install RH9. The box has a G400 w/16 MB RAM on it,
and dual monitors which were previously working fine under RH 7.3
using the drivers from Matrox. We installed the latest Matrox
drivers after putting RH9 on the box, and encountered lots of
problems. GL-based screensavers would kill X; Mozilla 1.2.1,
1.3, 1.4, and Firebird 0.6.1 all froze within a few minutes of
starting. Eventually, we could not start them at all. We pulled
the Matrox drivers off and went back to single-monitor mode, and
the problems went away. However, I refuse to go without the
second monitor on the box.

Extensive searches of Google and Google Groups turned up
information that you could run XFree86 4.X with dual heads on a
Matrox card without using the Matrox drivers, but I have not been
able to get it to work. The best I've managed is to get X to
start one head with what should be a dual-monitor XF86Config file,
but without crashing the box. The Xinerama "On" setting in the
ServerFlags section does not seem to be turning xinerama on, and
the output in /var/log/XFree86.0.log complains that we need
mga_hal.o from Matrox to do dual-head. Can anyone help out here?
I'm looking for a step-by-step if it's available, but if not, any
clues would be appreciated. Current XF86Config file is appended
below.

thanks,
Jim Wiggs

-----begin text-----
Section "ServerLayout"
Option "Xinerama"
Identifier "Xinerama configured."
Screen "Display 1" LeftOf "Display 2"
Screen "Display 2" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# RgbPath "/etc/X11/rgb.txt"

FontPath "unix/:7100" # local font
server
# if the local font server has problems, we can fall back on
these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/truetype"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "dbe"
# Load "v4l"
Load "glx"
Load "extmod"
Load "type1"
Load "freetype"
# Load "dri"
EndSection

Section "ServerFlags"
Option "allowmouseopenfail"
Option "Xinerama"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

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

Section "InputDevice"
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
Identifier "Display 1"
VendorName "ViewSonic"
ModelName "PS775"
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 160.0
ModeLine "1024x480" 65.0 1024 1032 1176 1344 480 488 494
563 -hsync -vsync
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection

Section "Monitor"
Identifier "Display 2"
VendorName "IBM"
ModelName "P200"
HorizSync 30.0 - 95.0
VertRefresh 50 - 160.0
EndSection

Section "Device"
Identifier "MATROX CARD 1"
Driver "mga"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "MATROX CARD 2"
Driver "mga"
VendorName "Matrox"
BoardName "G400Max"
VideoRam 32768
Option "AGPMode" "1"
# Option "DPMS" "on"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Display 1"
Device "MATROX CARD 1"
Monitor "Display 1"
DefaultDepth 24
DefaultFbBPP 32
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Display 2"
Device "MATROX CARD 2"
Monitor "Display 2"
DefaultDepth 24
DefaultFbBPP 32
SubSection "Display"
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
------end text------

0 new messages