| Video Driver Installer On another forum, someone complained about Fedora not being set up for installation of 3rd party video drivers.
After I explained how easy it was, the response was that was still too hard.
So I wrote a shell script that should (in theory) just do it using the rpm.livna.org package repositories.
Problem is I do not run Fedora, I run CentOS - so I've only been able to dry run test the script.
Also - the script can use improvement - the function
select_driver
should use lspci and -
1) Warn user if it does not find appropriate hardware
2) Default to appropriate driver if it does
If brave souls would like to test the shell script and help with the proper auto-detection of video card, I'd greatly appreciate it.
The shell script is here: http://www.pennywasted.info/video.sh.txt
n00b warning - it might work now if you try it but be warned it might not, so it should at this point be tested be people who have some idea of what the script does. |