- Code: Select all
inxi -v1
System: Host mintmic Kernel 3.2.0-3-amd64 x86_64 (64 bit) Distro Linux Mint Debian Edition
CPU: Single core AMD Athlon 64 4000+ (-UP-) clocked at 1000.00 MHz
Graphics: Card NVIDIA NV43 [GeForce 6600 GT] X.Org 1.12.1.902 Res: 1280x1024@85.0hz
GLX Renderer GeForce 6600 GT/AGP/SSE2 GLX Version 2.1.2 NVIDIA 302.17
Disks: HDD Total Size: 245.9GB (-)
Info: Processes 105 Uptime 15 min Memory 731.8/1001.8MB Client Shell inxi 1.4.23
How can i rollback to previous nvidia drivers?
Edit 24.09.2012
I downgraded nvidia binary drivers.
Here is what to do if u want rollback nvidia drivers.
- Find and download appropriate drivers form nvidia site i used NVIDIA 295.75
- Do the .run file executable
- Code: Select all
chmod +x NVIDIA-Linux-....run
- Switch to the console CTRL+ALT+F1
- Log in
- stop window menager
- Code: Select all
/etc/init.d/mdm stop
- Remove current nvidia drivers.
- Code: Select all
sudo aptitude purge nvidia~i
- Execute NVIDIA instalation script.
- Code: Select all
sudo ./NVIDIA-Linux-x86_64-295.75.run
- Code: Select all
export CC=gcc-4.x
where x stands for appropriate version.
I run into the problem with /tmp directory being to small. Its because /tmp directory is set as a ramdisk and its size is limited. In my case it was 210MB which was not good enough. I have set "RAMTMP=no" option at "/etc/default/rcS" which disable using ramdisk for /tmp.

