I'm running Ubuntu 16.04 and have and Nvidia Geforce GTX960 in the laptop. I was getting funny "white rectangles" surrounding the windows, so I figured it was just updating the graphics driver. I dutifully looked up and installed the latest.
Except upon reboot, when it comes up and asks for my password, I get a never ending circle of events. I type in the password, it thinks for a moment, accept my password, goes blank, and then comes back to ask again for my password.
No, the password is correct, because when I do Ctrl+Alt+F1, I can get right in, but still can't get in through the normal GUI.
I went to the suggested pages, and it was a bit of a help. However, it took several more attempts and a LOT of reading in the nvidia archives to find the actual issues.
So, when installing with the code from Nvidia "...run" the script first does a check to find linux-source code, which it subsequently uses to rebuild the driver on the spot. However, reading their "how to" docs very thoroughly, i found that one has to revise the file /etc/x11/xorg.conf so that the "Device" section line identifying the driver says "nvidia" instead of "nouveau" (what mine said).
– Mitch Oldroyd Apr 23 '17 at 18:03Thanks again
– Mitch Oldroyd Apr 23 '17 at 18:09