Hello You can try this ... 1. Add " deb http.us.debian.org/debian sid main " to your /etc/sources.list 2. apt-get update 3. apt-get install xserver-xfree86 4. Download nvidia's driver sources ( NVIDIA_GLX-0.9-769.tar.gz and NVIDIA_kernel-0.9-769.tar.gz ) and install the driver. 5.Configure your card using the tool named xf86config
Changes to make in /etc/XF86config-4 6.Replace "nv" with "nvidia" in the Device section 7.In the Module section you should have < Load "glx" > and should not have <Load "dri"> < Load "GLcore"> 8. Make sure you have a symlink named "X" in /etc/X11 pointed to /usr/X11R6/bin/XFree86 -Jeffrin