12

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.

gabesz
  • 121

9 Answers9

6

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.

user278680 May 11 at 16:42

Eliah Kagan
  • 117,780
3

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.

Nir
  • 413
1

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!

quanfoo
  • 111
  • Your issue sounds like mine, and it looks like you changed your mind on the audio controller fix... Any luck in the past couple years at fixing this? – Josh.F Nov 10 '16 at 15:33
  • As much as I remember, I upgraded to a newer Ubuntu version and the issue was solved. – quanfoo Nov 11 '16 at 04:24
1

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.

Luke
  • 11
0

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.

Joseph
  • 111
0

I had the same problem. I've installed the latest nvidia drivers from here, and now everything works fine.

MJB
  • 1,804
bta
  • 11
0

found another thread where a workaround is "sudo pm-suspend". Seems to work well for me. I'm using Intel Ivy Bridge graphics.

0

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.

Matt West
  • 151
0

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.

fixitmanarizona
  • 190
  • 1
  • 7