Hello,
Thx for reply.
Of course, i disabled the default DRI Module in my xorg.conf:
...
Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "dbe"
#Load "dri"
Load "freetype"
Load "type1"
EndSection
...
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV25 [GeForce4 Ti 4200]"
BusID "PCI:1:0:0"
EndSection
...
#Section "DRI"
# Mode 0666
#EndSection
The libGL.so.* is in my /usr/lib/ folder:
~: ls -l /usr/lib/libG*
-rw-r--r-- 1 root root 653 2007-01-30 20:58 /usr/lib/libGL.la
lrwxrwxrwx 1 root root 10 2007-01-30 20:58 /usr/lib/libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 17 2007-01-30 20:58 /usr/lib/libGL.so.1 -> libGL.so.1.0.7184
-rwxr-xr-x 1 root root 488960 2007-01-30 20:58 /usr/lib/libGL.so.1.0.7184
lrwxrwxrwx 1 root root 21 2007-01-30 20:58 /usr/lib/libGLcore.so.1 -> libGLcore.so.1.0.7184
-rwxr-xr-x 1 root root 7626156 2007-01-30 20:58 /usr/lib/libGLcore.so.1.0.7184
The confusing is, that the error message doesn't say what kind of error happend. I only get:
QGL_Init: Can't load libGL.so.1 from /etc/ld.so.conf or current dir:
failed
EDIT:
Now i've installed the latest driver for my System:
NVIDIA-Linux-x86-1.0-9631-pkg1.run
The 97xx drivers doesn't support my GPU anymore.
I've added by the way in my ld.so.conf the /usr/lib folder and reloaded it as root with ldconfig.
But i still get the same error

.
BTW: I use Kernel 2.4.xx