I’m having this problem since 13.2 came out. I updated by removing 13.1 repos and adding 13.2 repos. Thing went mostly fine but now it can’t wake up from sleep.
Steps to reproduce:
I put it to sleep.
I turn it on.
The “login” screen shows up, but keyboard just doesn’t work(I can’t type anything) and mouse clicks don’t work(I can’t click to anything, but mouse moves).
So basically I can’t login back after a sleep. All I can do is to move to another TTY and kill Xorg.
Please help, this is incredibly frustrating. I use this feature maybe a hundred time a day.
systemctl suspend fails in same way. Sleep works, but when I turn it on it doesn’t response to key presses or mouse clicks. (it skips the login screen though, so it directly shows my desktop but gets stuck in same way)
powersave isn’t working:
➜ ~ powersave -u
Error org.freedesktop.DBus.Error.UnknownMethod: Method "Suspend" with signature "" on interface "org.freedesktop.UPower" doesn't exist
Sleep and hibernate are two different things. Sleep is a suspend to RAM. It is just a low power usage state for the cpu. So if you turn off the power the info is all gone. Poof
Hibernate copies the active memory to swap and then restores things from swap on the next power up. It should actually shut things down.
So exactly what are you doing and what are you using and also what desktop
I use sleep. I never talked about hibernate in this thread. (although I’d expect that to fail too)
I’m using KDE openSUSE 13.2.
EDIT: As mentioned in my previous message, this problem happens when I just switch ttys using ctrl + alt + fn keys and then come back to tty8(the one at F8).
This keeps getting worse. Just happened while I was debugging something … I was just typing stuff at GDB and suddenly … keyboard and mouse stopped working and I had to kill Xorg again. I’m going to switch to another distro this weekend unless I find a solution until that time. This significantly effects my work.
UPDATE: This is happening again!!! I updated Xorg and drivers using the X11 repo and things worked fine for a few days. But now it’s happening again and I really don’t have time for fresh installation!! PLEASE HELP!