Install nVidia Drivers Ubuntu Breezy Badger
Saturday, January 21st, 2006Fresh install of Ubuntu and my video card is not working, here is how I fixed it.
Installing Geforce MX 4000 PCI Drivers on Ubuntu Breezy Badger from command line as root:
- /etc/apt/sources.list a uncomment all commented sources
- Run -> apt-get install nvidia-glx nvidia-settings
- Run -> cp /etc/X11/xorg.conf /etc/X11/xorg.conf.default
- Run -> nvidia-glx-config enable
- Run -> vi /usr/share/applications/NVIDIA-Settings.desktop
- Add to NVIDIA-Settings.desktop:
[Desktop Entry]
Name=NVIDIA Settings
Comment=NVIDIA Settings
Exec=nvidia-settings
Icon=
Terminal=false
Type=Application
Categories=Application;System; - Cross your fingers and restart








