Hello, "proprietary" means it came from the manufacturer itself, which is nvidia, if you go to their web site, try to look for your specific driver and your linux distribution... installing this to your fedora box breaks system setup... if there is a kernel update then you must compile or reinstall the "proprietary" nvidia driver again. My Fedora 14x64bit is currently running the latest "Proprietary" NVIDIA driver.
I don't know how to make a script (still learning) but this is how installed mine..
1. Download nvidia linux driver
http://us.download.nvidia.com/XFree8...-260.19.12.run
2. edit /etc/inittab #change runlevel to 3 and save
3. edit /boot/grub/grub.conf #add/edit "rdblacklist=nouveau" to the end of the kernel line, this will stop the system from loading nouveau driver. save and reboot.
4. System restarts, log in as root, go to your download folder where you downloaded Nvidia driver and install GCC, kernel-devel*, yum -y install gcc kernel-devel*
5. Run nvidia installer as 'sh ./NVIDIA-Linux-x86_64-260.19.12.run
if evrything goes ok, edit /etc/inittab runlevel to 5 (X11) , save and reboot..
Remember doing this is NOT advisable , it will break your fedora installation.. i have not tried to reverse this process,you may need to reinstall your fedora in order to use a stable nvidia driver from fedora/rpmfusion..
I have done this in my F13x64bit and F14x64bit, no problems encountered yet.. I guess i'll be doing this till they have a fix on current bugs...
im still learning linux...
---------- Post added at 07:36 PM GMT ---------- Previous post was at 07:36 PM GMT ----------
Hello, "proprietary" means it came from the manufacturer itself, which is nvidia, if you go to their web site, try to look for your specific driver and your linux distribution... installing this to your fedora box breaks system setup... if there is a kernel update then you must compile or reinstall the "proprietary" nvidia driver again. My Fedora 14x64bit is currently running the latest "Proprietary" NVIDIA driver.
I don't know how to make a script (still learning) but this is how installed mine..
1. Download nvidia linux driver
http://us.download.nvidia.com/XFree8...-260.19.12.run
2. edit /etc/inittab #change runlevel to 3 and save
3. edit /boot/grub/grub.conf #add/edit "rdblacklist=nouveau" to the end of the kernel line, this will stop the system from loading nouveau driver. save and reboot.
4. System restarts, log in as root, go to your download folder where you downloaded Nvidia driver and install GCC, kernel-devel*, yum -y install gcc kernel-devel*
5. Run nvidia installer as 'sh ./NVIDIA-Linux-x86_64-260.19.12.run
if evrything goes ok, edit /etc/inittab runlevel to 5 (X11) , save and reboot..
Remember doing this is NOT advisable , it will break your fedora installation.. i have not tried to reverse this process,you may need to reinstall your fedora in order to use a stable nvidia driver from fedora/rpmfusion..
I have done this in my F13x64bit and F14x64bit, no problems encountered yet.. I guess i'll be doing this till they have a fix on current bugs...
im still learning linux...