Ok, my Nvidia 9500 GT card is burned
, i tried to use the build in 4500 HD intel GLX card instead ,
Although I am using the intel driver, the GLX extension from Nvidia was being picked up. This is because the alternatives tool is still linked to nvidia for glx lib.
Fixed it with following commands -
sudo apt-get purge nvidia*
sudo apt-get install –reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
sudo update-alternatives –remove gl_conf /usr/lib/nvidia-current/ld.so.conf


