Greetings to you all , As for myself , I think Linux is an excellent example of Open Source products . And among different distributions , I think Ubuntu , Fedora and OpenSUSE are all great choices for you .
However , there are still some trouble in enjoying the 3D effect on Linux because of the commercial copyright of the Video Drivers ,which means most of them cannot add those drivers to their CDs even they are free of charge in fact . Fortunately , Nowadays It’s more and more for us common users to install them manually .

Today , I ‘ll tell you how to install the official driver from Nvidia on coming-soon Fedora 11 .
[ad#PostRight]
The followings have list the comand ( red text high lighted ) in terminal of Fedora 11 for different version of Nvidia video card :
For GeForce 6, 7, 8, 9 & 200 series cards
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i586
xorg-x11-drv-nvidia-libs.x86_64
For GeForce FX cards
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
yum install akmod-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs.i586
xorg-x11-drv-nvidia-173xx-libs.x86_64
For GeForce 4 and below
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
yum install akmod-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs
[ad#UnderPost]
Unsuported
RIVA TNT
RIVA TNT2/TNT2 Pro
RIVA TNT2 Ultra
Vanta/Vanta LT
RIVA TNT2 Model 64/Model 64 Pro
Aladdin TNT2
GeForce 256
GeForce DDR
Quadro
GeForce2 GTS/GeForce2 Pro
GeForce2 Ti
GeForce2 Ultra
Quadro2 Pro
Supported an Unsupported Nvidia cards
http://us.download.nvidia.com/XFree86/Linux-x86_64/180.29/README/appendix-a.html
I found the post here , if you’d like to have a check :
