I downloaded the 4.4.2 drivers from this site and ran the installer:
- Code: Select all
matroxdriver_mga-x86_32-4.4.2-installer.run
I did not replace the existing mga_drv.so, since the one that came with Fedora 6 appeared to be newer. Do I need to replace it?
Here's ls and sum output for both mga_drv.so and mga_hal_drv.so.
- Code: Select all
$ cd /usr/lib/xorg/modules/drivers
$ ls -l mga*
-rwxr-xr-x 1 root root 165664 Dec 11 13:07 mga_drv.so
-rwxr-xr-x 1 root root 392051 Apr 25 2006 mga_hal_drv.so
$ sum -r mga*
30734 162 mga_drv.so
65489 383 mga_hal_drv.so
I ran "/usr/bin/X -configure" and moved /xorg.conf.new to /etc/X11/xorg.conf.
I added the following to /etc/gdm/custom.conf (based on other posts I read), because I THINK I saw some message about that when I did the X -configure, but not 100% positive.
- Code: Select all
[servers]
/usr/bin/X -ignoreABI
I've attached my /etx/X11/xorg.conf and /var/log/Xorg.0.log.
Thanks.


