3DLabs Releases Linux Drivers
wilfie writes "3DLabs have released linux drivers for their for Wildcat III and Wildcat 4 Graphics accelerators. Being closed source they'll taint your kernel, but what the heck. Press release with penguin-friendly quotes available too." DataSquid has a note about ATI's Linux support: "While on the job hunt, I came across this posting at ATI seeking a project team lead. Last on the list of key responsibilities is "Act as a leader to improve the overall quality of Linux support at ATI." Good news? Certainly better news than what was suggested before."
The point, of course, is that when you post on the lkml saying "Wah wah my kernel's dead", they can come back and say "Sorry - we can't fix that because you're running code in your kernel which we don't have access to". Or possibly something less polite :-) But anyway, that's why the taint flag exists.
Paranoia isn't an infectious condition, it's a way of life
Another point of the taint flag is that you cannot make a binary distribution of a tainted kernel. Under the GPL, if you distribute any modifications of the original kernel, you must include the source, which you can't do if you have closed-source drivers.
I hereby place the above post in the public domain.
In nVidia's case they licensed code from SGI or some company like that. If they GPL'd the code their would be a lawsuit which I don't think they want. Now you could atleast release the spec for the cards , so the community could create its own drivers. That is proabably why many companies don't get involved in Linux for drivers, because the community already made them.
Guess you haven't tried RedHat out in quite a while. The telnet server hasn't ever even been installed by default, let alone turned on since the RedHat 6.2 days. Sendmail is installed and turned on by default, but it is only bound to 127.0.0.1, so you can't even connect to it remotely unless you explicitly turn it on.
Hardly. RedHat out of the box in workstation install has no services running by default (except ntp), and the default firewall config only allows in ssh anyway. Even in custom or developer install, only ssh is on.