Hello all,
I recently tried to install the proprietary nvidia drivers. Before I was using the nouveau driver which was working well for office etc. I used the driver manager to switch to the proprietary one (version 384). After the successful installation and a reboot the driver appeared to have been installed properly. However I noticed some display errors. Overall it looked fine but there were strange artifacts on mouseover (eg in the launcher or on the buttons on windows). So I tried a newer driver version from a PPA using:
That too seemed to work and after a reboot the nvidia x-settings claimed I was using the new driver version. However the annoying display errors were still present so I decided to revert back to the nouveau driver for now. That is where the current problem starts. I reselected nouveau in the driver manager and issued a reboot.
After that reboot I can not login anymore because neither my mouse nor keyboard are working. Booting seems to work fine but once I arrive at the login screen the mouse and keyboard are just dead. The screens not frozen (I can see the cursor blinking) and navigating the BIOS and GRUB works.
So far I have figured out how to use GRUB to boot into recovery mode. First I tried getting rid of all the nvidia stuff
Purging worked. The problem still exists.
Does anyone have any suggestions what to try next?
Im using 16.04 on my E570 ThinkPad which has a GeForce GTX 950M.
I recently tried to install the proprietary nvidia drivers. Before I was using the nouveau driver which was working well for office etc. I used the driver manager to switch to the proprietary one (version 384). After the successful installation and a reboot the driver appeared to have been installed properly. However I noticed some display errors. Overall it looked fine but there were strange artifacts on mouseover (eg in the launcher or on the buttons on windows). So I tried a newer driver version from a PPA using:
Code:
sudo add-apt-repository ppa:graphics-drivers sudo apt-get update sudo apt-get nvidia-390
After that reboot I can not login anymore because neither my mouse nor keyboard are working. Booting seems to work fine but once I arrive at the login screen the mouse and keyboard are just dead. The screens not frozen (I can see the cursor blinking) and navigating the BIOS and GRUB works.
So far I have figured out how to use GRUB to boot into recovery mode. First I tried getting rid of all the nvidia stuff
Code:
sudo apt-get remove --purge nvidia-*
Does anyone have any suggestions what to try next?
Im using 16.04 on my E570 ThinkPad which has a GeForce GTX 950M.
Comment