-1

I was trying to install Nividia GTX 950 M driver. For that i need to do Ctrl+Alt+F1 and then stop XWindows(sudo service lightdm stop). It got stopped and then i started running the installation of Nvidia driver.Once the driver installation went fine - it asked me to restart the laptop. After laptop at the unity login screen my password is not working. I checked everything - caps lock etc....but it's just not working....at the same time if i do Ctrl+Alt+F1 - the same password is working. When checking my installation of Nvidia graphics card using the command

less /var/log/Xorg.0.log | grep 'vendor'

i can find that it has installed Nvidia graphics driver properly and uninstalled default "Nouveau" driver.

I am wondering...what's going wrong...If i do Ctrl+Alt+F7 - my password is not working.....what could go wrong?

I am using Ubuntu 14.0.4 Desktop - 64 bit version on intel Core I7 - quad core laptop with 16 GB RAM, 4 GB Graphics card(Nvidia GTX 950M)

Ashu
  • 4,004

1 Answers1

0

As it was a very fresh install and I had enough troubles with Ubuntu Desktop 14.0.4 LTS - I decided to uninstall it and then install Ubuntu Desktop 15.10. No login loop issue, no wifi driver related issue and grub2 is also working fine. Only one issue is remaining now that is nvidia graphics card driver which is making ubuntu freeze. That is the only one to deal with now. Thanks everybody for providing tips for various questions and issues in askubuntu.com. It's really helpful. able to fix the final issue also(though not fully) by loading the driver from ppa rather than nvidia site. askubuntu thread only

Final update. login loop and no vertical sidebar and title in unity desktop issue is also resolved now. Installed nvidia driver from ppa and then performed the following steps:

dconf reset -f /org/compiz/

then

setsid unity

Everything working fine now.

Ashu
  • 4,004