After wake up the login screen appears, but I cannot type the password to log in. Furthermore, the buttons on the system panel (e. g. to shut down) are disabled, so clicking does not take effect. I'm using Samsung RV509, 64 bit.
9 Answers
The OP provided the solution in a comment:
I've found the solution. I shouldn't have used the open source Xorg driver instead of the proprietary Nvidia driver that seems to work correctly.
- 119,640
I had the exact problem of disabled keys & mouse after resuming from suspend. I've managed to solve it by switching from default display drivers to the NVIDIA 331.38 drivers. you can switch it easily on the HUD --> additional drivers. You would need to restart after you make the change.
- 413
I'm running Ubuntu 14.10 on GA-H81M-D3H motherboard without any separate GPU, and it's frozen after suspending randomly. All that remains is the log-in screen that you can neither move your mouse nor enter the tty mode. I figured out that the problem happened every time I triggered the audio on the system. Then I went to the bios setup -> peripherals -> audio controller, and changed its settings from "auto" to "enabled". It's now working!
- 111
I also had the same problem. Using HUD-->additional drivers, I was able to switch from the Xorg driver to the NVIDIA driver. (The number was different for mine than the 331.38 but this makes sense, I guess). Solved my problem of the login screen being frozen after waking from suspend.
- 11
I've had a similar problem, after wake up sometime i could move the mouse but the GUI was freezed and only when i pressed CTRL+ALT+F1 i could use the terminal. Other times instead it freezed totally.
After long research ( changing bios settings, grub settings, graphic drivers , DMs etc) i tried both lxde and gnome with metacity and both didn't had problems with suspend.
So i have to think that compiz is bugged with suspend mode. Try to use another desktop manager or change compiz with metacity if you can.
- 111
- 1
- 4
found another thread where a workaround is "sudo pm-suspend". Seems to work well for me. I'm using Intel Ivy Bridge graphics.
I had a similar problem on Ubuntu Gnome 15.10. This is what worked for me:
sudo gedit /etc/default/grub
Edit the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash'"
Replace it with: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi='!Windows 2013' acpi_osi='!Windows 2012'"
sudo update-grub
Then you have to reboot twice. I know. You have to do it twice, though.
That fixed the issue for me, hopefully, this helps someone else.
- 171
Has anyone thought the problem might be suspending with unmounted drives (partitions or USB drives) showing. I had this problem recently, and no other changes than having unmounted drives @ suspend caused the problem. When any detected drives/partitions were mounted, the suspend feature worked flawlessly. This is probably a duplicate but I'm not searching for it. Thanks.
- 310