I am running Linux Mint 12 with Cinnamon and sometimes when I leave my computer idle for a while, it will lock the screen. Usually, when I move the mouse a login prompt will pop up, but sometimes it doesn't. Then it's just a black screen with the time and my full name on a bar at the top of the screen. I can move the mouse, but nothing happens when I click on anything. When this happens I am forced to hard shutdown my computer, which is obviously not good. Does anyone know how to solve this?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Solving the issue would involve understanding why it is happening. You should start by looking through your logs to see if there are any obvious errors; begin with To avoid having to do the hard shutdown, next time it happens, switch to a console with CtrlAltF1 (or any of the F_ keys between 1 and 6) and login and restart the display manager with:
You can then switch back to the console that |
|||||||||||||
|
acpidso that when you press your power button it will trigger a clean shutdown. Also, I've been experimenting with Cinnamon too, and I get this issue sometimes too so you're not alone. – Matthew Scharley Mar 5 '12 at 6:50shutdown -r now(that is, reboot). Also, see the "Magic SysRq" key, as suggested by @jasonwryan, which is a last resort before a hard shutdown/reboot (REISUB). – njsg Mar 5 '12 at 10:05Ctrl+Alt+F1in that state, does it bring you to a text console? If you pressAlt+SysRq+S, does it cause some brief disk activity? – Gilles Mar 5 '12 at 22:49