Hello everyone.
I'm trying to setup my Matrox P650 on Fedora 11 with resolution 1920x1200 on DELL 2405FPW with no luck.
I have X.Org X Server 1.6.3.901 (1.6.4 RC 1) Release Date: 2009-8-25
a. I can not compile tuxx driver. Here are steps:
1. wget http://projects.tuxx-home.at/mtx/driver ... taller.run
2. chmod 755 matroxdriver_mtx-x86_32-1.4.6.2-installer.run
3. ./matroxdriver_mtx-x86_32-1.4.6.2-installer.run
This step gives compile error:
========================================
Matrox Linux Driver Install Script
========================================
Installation package v1.4.6.1
Refreshing ld database
Installing mtx_drv.so ...
Installing v4l_drv.so ...
Messages are being logged in file /tmp/make.log,
this might take some time.
Compiling mtx.ko ...
ERROR: There has been an error compiling the kernel module.
A log file has been created in the file /tmp/make.log
The program returned an error code (1)
Here is the version of my gcc:
[root@dp490 dell]# gcc -v
Using built-in specs.
Target: i586-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i586 --build=i586-redhat-linux
Thread model: posix
gcc version 4.4.1 20090725 (Red Hat 4.4.1-2) (GCC)
[root@dp490 dell]#