Results 1 to 7 of 7
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 ...
- 01-23-2008 #1Just Joined!
- Join Date
- Jan 2008
- Location
- Redding, CA
- Posts
- 20
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.
- 01-23-2008 #2
Sounds like an admirable project that goes to the heart of how open source works, even when it is used to install software that isn't open source! I'll look at possibly trying it on my Fedora Core 7/BLAGG machine. Good luck with the project!
- 01-24-2008 #3Linux Enthusiast
- Join Date
- Oct 2004
- Posts
- 609
Good initiative, therefor, sticky

And good luck with it.
- 01-24-2008 #4Just Joined!
- Join Date
- Jan 2008
- Location
- Redding, CA
- Posts
- 20
I updated it - in theory it should now pick up the proper nvidia driver and default to it. I still need to find the pci id list for the fglrx driver (haven't looked yet).
- 01-31-2008 #5
Does it only search and not install anything? If so I'll run it on my Fedora 8 box.
Glenn
Powered by Fedora 16 and Arch Linux
- 01-31-2008 #6
I'll give it a run on my FC4, FC6 and FC8 machines

All with NVidia cards..
---[ MS09-99896 - Vulnerability in All MS Windows OS ; Using Windows Could Allow Remote Code Execution. ]---
Hardware: Asus P4P800, 1GB, P4-3Ghz, Asus V9950, Maxtor ATA HD\'s, 3Com GBit lan, Audigy ZS Plat.
- 02-01-2008 #7Just Joined!
- Join Date
- Jan 2008
- Location
- Redding, CA
- Posts
- 20
I updated it - it was broken in several ways.
I just built a new box and put Fedora on it and fixed it.
I tested it (and fixed it) in x86_64 with a 6800 card.
It does install stuff, btw.
ati detection is weak because I can not find a pci id list for supported ati cards.
for nvidia cards, it should detect the proper driver that is needed.


Reply With Quote