• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Trouble with GeForce3 and Mandrake 8.2

pm

Elite Member Mobile Devices
I spent quite a while on this and I'm stumped. Mandrake 8.2 does not seem to like my PNY (MSI) GeForce3 card. I can get it working in FBDev and SVGA modes, but then the resolutions are limited and the speed/performance is not very usable. I tried different servers, different resolutions, etc.

I tried searching and I didn't turn up much. Does anyone have any suggestions? (other than try a different distro. 🙂 )
 
I've never had any problems with either the current or previous nvidia drivers.

Suggestion the first is to use a different distro. The only distro I give a second of consideration is Slackware 8. Others swear by Debian Woody. Mandrake has the same problems that make me hate Windows so much: it's damn near impossible to fix problems when they come up.
Suggestion the second is to use the tar.gz packages. This procedure never fails me:

1. Exit X (the graphical environment) if you're in it. Use the "Logout" or "Exit" option of your window manager if it has one, else just hit ctrl-alt-backspace.
2. Unpack the NVIDIA-kernel and NVIDIA-GLX tarballs.
tar xzvf NVIDIA-kernel<tab>
tar xzvf NVIDIA-GLX<tab>
3. Enter kernel driver directory
cd NVIDIA-kernel<tab>
4. Build driver.
make
5. Enter GLX driver directory
cd ../NVIDIA-GLX<tab>
6. Install GLX driver.
make install
7. Open up XFree86 config
vim /etc/X11/XF86Config (add -4 to the end if you're using mandrake)
8. Go down until you find a block like this:


<< Section "Device"
Identifier "NVIDIA GeForce"
Driver "nv"
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
>>



Replace the "nv" with "nvidia".
9. If you want a nice little cursor shadow, like in Win2K and WinXP, Add this line before the "EndSection" line in the block I mentioned in step 8:
Option "CursorShadow" "1"
10. Start your X server.
startx

When X starts, you should see an nVidia logo for a second or so before your normal wallpaper takes over.
 
I'm having similar problems with my GeForce2 GTS and Mandrake 8.2.

I can't install the Nvidia kernel from rpm b/c it says that kernel 2.4.18 is required while I have kernel 2.4.34.
I haven't used the tarball b/c I don't know if it will do any better. 😛

Maybe I'll try it again when I get back from work using the tar baby and see what happens.

UT still works w/ software rendering, though. 🙂
 
Back
Top