I might be wrong, but your xorg.conf is missing
Load "dri" and the Dri section as well no ?
Well, according to Xorg.0.log, that is loaded by default, the relevant part
Code: Select all
...
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "dbe"
...
Other parts dealing with dri:
Code: Select all
...
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.6.3.901, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "mtx"
...
Code: Select all
...
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib64/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) config/hal: Adding input device Logitech Optical USB Mouse
...
So maybe the latter is not as it should be. I google a bit on the error message, but did not get any wiser until now.
Indeed, there is no "DRI" section, that is because this xorg.conf is copied from the matrox-wizard generated configuration file for the most part. Should i add one, and what should be in there?
I also checked if the libs are all there. Seems so:
Code: Select all
wolf ruud # cd /usr/
wolf usr # find -name libGL.so*
./lib64/libGL.so
./lib64/opengl/xorg-x11/lib/libGL.so.1.3.0
./lib64/opengl/xorg-x11/lib/libGL.so.1
./lib64/opengl/xorg-x11/lib/libGL.so
./lib32/libGL.so
./share/matrox/backup/libGL.so.1
./share/matrox/backup/libGL.so.1.2
./share/matrox/backup/libGL.so
./share/matrox/backup/libGL.so_1
./share/matrox/backup/libGL.so.1_1
./share/matrox/backup/libGL.so.1.2_1
./share/matrox/backup/libGL.so_2
./share/matrox/backup/libGL.so_3
./share/matrox/current/libGL.so.1.3.0
./share/matrox/current/lib64/libGL.so.1.3.0
So, i am still open for suggestions...