I can confirm that rolling back to driver 340.65 works. If you need help rolling back, you need to do the following.
If you're going to be using sudo, ensure you are part of the sudoers group.
$ su
# adduser <user> sudo # replace <user> with your username
# reboot # if necessary
Press Ctrl+Alt+F1 to launch a separate session. Login. Stop your window manager. In my case, it's Gnome 3.
$ sudo /etc/init.d/gdm3 stop
Remove your current Nvidia drivers.
$ sudo nvidia-uninstall
If you were having trouble with nvidia-installer-cleanup, run this:
$ sudo dpkg --configure -a
Install the Nvidia drivers that are part of the non-free source. You may need to add this to /etc/apt/sources.list.
$ sudo apt-get install libgl1-nvidia-glx:i386
Reboot.
I have the same issue.
Debian 8.2 (Jessie) 64-bit + Driver NVidia 352.63 (NVIDIA-Linux-x86_64-352.63.run)
Installing steam from repository (sudo aptitude install steam) after adding multiarch.
I tried to add "libgl1-nvidia-glx:i386" but Debian insist to install nvidia-driver too, and they are incompatible together. aptitude ask to uninstall NVIDIA-Linux-x86_64-352.63.run then install nvidia-driver. But nvidia-driver doesn't work for me. Debian can't start X after installing nvidia-driver so i really need to install ".run" driver.
Nothing extracted yet.
Having an issue similar to #3979.
Drivers are installed fine from what I can tell.
glxgearsworking fine. Any ideas on how to fix this?