PDA

View Full Version : 3123 drivers installed, no HW Acceleration


red5
03-13-03, 03:03 AM
I had no problems installing older 3123 nvidia drivers from source RPMs. I have modified the XF86Config file as needed. However, when I "startx" i get a delay of about 30 seconds (blank, black screen) then the nVidia logo is displayed for a split second and X starts.

I then go to check display settings. Underneath the Display Card selection/settings the checkbox which should be used to turn on Hardware accelerated 3D, is greyed-out (unselectable).

I opened Tux racer to see if Hardware acceleration is ON, but it does not.

-aurox Red Hat 8.0
-kernel 2.4.18_17.8.0

-Athlon XP 1600+
-Ennyah GeForce4 MX440 64Mb

-NVIDIA_kernel-1.0-3123.src.rpm
-NVIDIA_GLX-1.0-3123.src.rpm

Any suggestions?

bwkaz
03-13-03, 08:41 AM
Your hardware acceleration checkbox thingy is grayed out because RH's wonderful ( :rolleyes: ) GUI programs don't understand this driver. Had you searched the boards for "3d acceleration grayed out", you would have seen that, as I remember posting it many, many times. ;)

The 30-second delay is a known issue with a lot of cards. I don't know what would fix it, though some have reported that 4191 helps, and others have reported that reinstalling fontconfig helps.

When you say "tuxracer doesn't open", what exactly do you mean? What error do you get? (run it from a terminal)

red5
03-13-03, 09:18 AM
Sorry. Grammar bad.

I meant to say that I opened Tux racer to test id 3D acceleration was working, and that it's was not working.

:angel2:

bwkaz
03-13-03, 01:14 PM
OK, ... hmm. What does ldd $(which tuxracer) tell you? What do you get when you ls -l the files on the right of the arrows in the output?

The ldd program will tell you something like "libGL.so.1 -> /usr/lib/libGL.so.1 [0xXXXXX]" -- the part that's important is the /usr/lib/libGL.so.1 part. This should be a symlink to the nVidia 3123 libGL.so. There should also be a libGLcore.so.1 somewhere in the list -- as long as there is, then the libraries should be OK.

What FPS are you getting in tuxracer itself? You can edit ~/.tuxracer/options to turn on FPS reporting.

red5
03-14-03, 02:00 AM
I did a clean instal of Red Hat 8.0, installed new 4191 drivers from source rpms, modified the xf86config filed... and

everything if fine. drivers work. hardware acceleration works.

Thanx for your help :)

bwkaz
03-14-03, 08:12 AM
Well... OK, whatever. :)