Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 8
|
Kernel (uname -r):
|
2.6.10-1.760_FC3
|
|
Distribution:
|
Fedor Core 3
|
It works great with Fedora too, but it's a little harder to get set up. Once you install the drivers, you have to edit your /etc/X11/xorg.conf config, and comment or remove the line saying "load "dri"", and change the video driver from "nv" to "nvidia". And for me at least, to make it load at boot, you have to put it the following commands after installing:
#/sbin/modprobe nvidia
#cd /dev
#cp -a nvidia* /etc/udev/devices
#chown root.root /etc/udev/devices/nvidia*
Then to be able to have 3d acceleration as a normal user you have to put in:
#chmod 777 /dev/nvidia*
Once you do that you should have everything working fine.
|