Solution:
- open a console and
#sudo aptitude
to use aptitude for install - check for “generic” Kernel + “headers” for your kernel, search with aptitude
- check for installed “built-essential” paket to compile, search with aptitude
- remove+purge ALL restricted drivers, with aptitude
- open a console to run nautilus as admin with
#sudo nautilus
- go to /boot with nautilus-filemanager and edit /boot/grub/menu.lst
- disable Framebuffer at /boot/grub/menu.lst (vga=normal)
- close editor and go with nautilus to /etc/modprobe.d
- check for /etc/modprobe.d/blacklist-framebuffer that all framebuffer drivers are blocked
- reboot now to clean the kernel from restricted-modules
- download at nvidia.com the driver, my PC is AMD-X2-64bit, the 64 bit driver 173 Version
- copy it to /usr/src/nvidia
- open a linux console again,and
#sudo -s
- cd /usr/src/nvidia/
- run now sh ./NVIDIA-Linux-x86_64-173.14.12-pkg2.run
- reboot and perhaps run dpkg-reconfigure xserver-xorg to fine tune it
- awesome to enjoy the 3D Screensavers…mail if you have problems…