1,330
edits
Line 1: | Line 1: | ||
== graphics cards and drivers == | == graphics cards and drivers == | ||
* [ | * [http://www.nvidia.com NVidia] (proprietary driver download for Linux at [http://www.nvidia.com/object/unix.html]; "Latest cards" list at [http://www.nvidia.com/object/IO_18897.html], "Legacy cards" list at [http://www.nvidia.com/object/IO_32667.html]). | ||
The proprietary driver works well but it needs a bit of care. On RedHat systems that are regularly booted, the following lines in /etc/rc.local result in the necessary parts of the driver being re-installed automatically after booting: | The proprietary driver works well but it needs a bit of care. On RedHat systems that are regularly booted, the following lines in /etc/rc.local result in the necessary parts of the driver being re-installed automatically after booting: | ||
if [ ! -h /usr/lib/xorg/modules/extensions/libglx.so ]; then | if [ ! -h /usr/lib/xorg/modules/extensions/libglx.so ]; then |