Click to See Complete Forum and Search --> : NVIDIA Linux driver
pepper
08-14-2002, 03:18 PM
I have a NVIDIA GeForce 2 MX400 video card. I just looked at the video drivers on that web site. I am not sure if the linux drivers are for my video card. Can someone please tell me if those drivers are For my card?
thanks,
Pepper
mdwatts
08-14-2002, 03:35 PM
Yes they are...
bwkaz
08-14-2002, 03:35 PM
nVidia's chips use a "Unified Driver Architecture". That means that no matter which nVidia chip (translation: which card) you use, the same driver works.
Pretty neat, huh?
pepper
08-14-2002, 06:12 PM
thanks, I am about to download the linux driver for my video card. I noticed a link right before the redhat drivers. The file is named NVchooser.sh. How do I execute a .sh file.
thanks,
pepper
mdwatts
08-14-2002, 06:15 PM
sh NVchooser.sh
<edit>
I guess I should also add that you can probably use
./NVchooser.sh
chmod +x NVchooser.sh
if it is not set as executable.