Linked by Thom Holwerda on Fri 14th Sep 2012 22:30 UTC
Thread beginning with comment 535324
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[7]: Comment by jigzat
by lemur2 on Mon 17th Sep 2012 07:47
in reply to "RE[6]: Comment by jigzat"
"It is a relatively simple matter to avoid hardware, such as nvidia graphics, which still require reverse-engineered drivers.
Using Nvidia graphics cards in linux does NOT require reverse-engineered drivers. Nvidia provides 32 & 64 bit linux drivers, and communicates well with users to resolve bugs and add features/support. "
If one uses the binary blob driver provided by nvidia, one cannot upgrade to Wayland in the near future.
Nvidia's binary blob driver is NOT shipped with Linux distributions, one has to download it separately and actually compile a piece of wrapper code. Any issues the driver causes cannot be addressed by the Linux kernel developers. This is most decidedly NOT recommended for non-expert users.
Every time one updates the kernel, one has to recompile the open source wrapper which sits between the binary blob and the kernel. This requires that one has Linux kernel source code installed. It is an utter pain.
For this and other reasons, it is not recommended to use the nvidia binary blob driver. Since the open source nouveau driver is limited due to the need to reverse engineer, that driver although better does not deliver anywhere near the capabilities of the card.
Since it is a is a relatively simple matter to avoid nvidia graphics and use instead a graphics card which does have a functional, well-performed open source driver which ships as part of the Linux kernel itself, (i.e. Intel or AMD/ATI graphics), then using such hardware for desktop Linux systems is overwhelmingly to be recommended.
Edited 2012-09-17 07:48 UTC
RE[8]: Comment by jigzat
by Morgan on Mon 17th Sep 2012 13:34
in reply to "RE[7]: Comment by jigzat"
Though I agree with your sentiment, this
Every time one updates the kernel, one has to recompile the open source wrapper which sits between the binary blob and the kernel. This requires that one has Linux kernel source code installed. It is an utter pain.
is not true at all of most distributions. Pretty much any distro that has a dependency-tracking package manager has the user covered on kernel updates with binary drivers. They may not be the bleeding edge, but it's a simple matter of running the package manager's update feature. Hell, even Arch Linux works that way, and its developers enjoy making newbies feel like total shit as a daily pastime.
Even on the distros that do require manual installation of binary drivers, such as Slackware, it's not that difficult. For Nvidia, the driver you download from them does it all for you in a script. Just re-run the script on any kernel updates and you're gold.
RE[8]: Comment by jigzat
by jigzat on Mon 17th Sep 2012 17:43
in reply to "RE[7]: Comment by jigzat"





Member since:
2011-08-08
Using Nvidia graphics cards in linux does NOT require reverse-engineered drivers. Nvidia provides 32 & 64 bit linux drivers, and communicates well with users to resolve bugs and add features/support.