Hi all
If you are using an NVDIA graphics card with an old(ish) CPU then you may find that your OpenGL will not work.
This is because as from driver version 169.07 NVIDIA has dropped support for CPUs that do not have SSE capabilities. Such processors are AMD Durons, Athlons and pre-Pentium 3s.
One of my systems has got an AMD Duron 750MHZ and running "glxgears" from a terminal will result in a "illegal instruction" error.
The only workaround for this right now is to download an archived driver from NVIDIA's website. The driver that I found to be most adequate is this:-
http://www.nvidia.com/object/linux_d...100.14.19.html
It's not really an old driver as it dates to 2007. This driver will still give full support for non SSE capable CPUs. It uses version 1.13 of the NVIDIA X Server Settings application whilst the current is 1.14.
To install:-
1) Download the driver to your desktop
2) Launch a terminal window and enter:-
3) Change to the directory of your desktop, such as:-Code:sudo /etc/init.d/gdm stop
4) Run the installer:-Code:cd /home/MYUSERNAME/Desktop
5) Follow the simple onscreen instructions!Code:sudo sh NVIDIA-Linux-x86-100.14.19-pkg1.run
If the installer asks to download a kernel module for your system I find it's just as good to tell it no and the installer will build a new one for you.
Now, my Xubuntu 8.04 install is running like a dream with excellent 2D and 3D capabilities!



Adv Reply



Bookmarks