NVIDIA GeForce4 MX 420 under Ubuntu Dapper Drake

April 9th, 2007 by David Craddock

My GeForce4 MX 420 didn’t work properly with OpenGL under a fresh install of Dapper Drake. Fixing it, however, proved to be really easy:

1) Install the nvidia package:

$ apt-get install nvidia

2) Edit /etc/X11/xorg.conf and replace the ‘driver’ where it says ‘nv’ with “nvidia”:

Section “Device”
Identifier “NVIDIA Corporation NV17 [GeForce4 MX 420]”
#Driver “nv”
Driver “nvidia”
BusID “PCI:1:0:0″
EndSection

3) Kill X with control-alt-backspace

4) Login again and test if it works by running glxgears and glxinfo on the console

Posted in Uncategorized | No Comments »

The topic of this blog

April 2nd, 2007 by David Craddock

This blog will be about my perspective on technology. Anything that catches my interest will be fair game, but mainly it will revolve around internet technology and the development of such.

It will allow me to create an online presence, and to improve my writing skills.

I hope you will find the time to check back on this blog and watch it progress.

Posted in Uncategorized | No Comments »