Posts: 155
Threads: 5
Joined: Jul 2014
Reputation:
0
I can't answer your specific question (can someone else?), but ...
linux system, unlike window system, should not lock up. Pay attention to what you last run that created the lockup. Maybe you can see a pattern, i.e., always a music program, etc.
Also, keep track of what you updated - once in awhile, the problem is an update.
You can always kill specific program on a terminal, but if your screen locks up then that won't help.
Sheng-Chieh
Posts: 857
Threads: 47
Joined: Feb 2014
Reputation:
0
Hi Alex,
These commands may help or at least get you started.
This will get you to a terminal outside of the desktop environment.
Ctrl + Alt + F1
This will put you back into the desktop environment.
Ctrl + Alt + F7
Examine running process/programs. In a terminal type:
htop
With htop running it's possible to 'kill' a program that's causing problems.
Reboot the computer from a terminal
sudo shutdown -r now
Shutdown the computer from a terminal
sudo shutdown -h now
Posts: 143
Threads: 34
Joined: Aug 2014
Reputation:
0
Thank you Scott, I will try those in future, but I was aminly asking for the possibility of a gui interface.
Posts: 8,902
Threads: 545
Joined: Feb 2014
Reputation:
5
You could create a keyboard shortcut for Task Manager.
Menu > Settings > Keyboard, Applications Shortcuts tab.
Add, Command - xfce4-taskmanager, Ok, Ctrl+Alt+Delete
Posts: 1,094
Threads: 19
Joined: Feb 2014
Reputation:
0
If it locks up to point you can't do anything at all except force shutdown, it's best to do the following to shutdown gracefully. It's kind of like finger acrobatics or twister, but it works.
While holding down <Ctrl>+<Alt>+<SysRq> (same as PrtScn key), slowly press these keys in this order: R E I S U B (lowercase). Hold each of those letters down for at least a half second each -- that's how slow you want to type them.
Posts: 1,149
Threads: 22
Joined: Feb 2014
Reputation:
0
Hello!
I just hold the power button for 4+ seconds...
73 DE N4RPS
Rob
A gun in your hand is worth more than a whole police force on the phone.
Posts: 1,149
Threads: 22
Joined: Feb 2014
Reputation:
0
Hello! ;D
Sometimes, it isn't REALLY locked up, it's just 'thinking' - especially on low-resource systems. No matter how 'lightweight' an OS is, you can only do so much with 512MB RAM.
If you can toggle CAPS LOCK on and off, it's thinking. If you can't, it's locked up...
73 DE N4RPS
Rob
A gun in your hand is worth more than a whole police force on the phone.