Quote:
Originally Posted by hawhill
Would you mind trying the same version again, after a full device reboot? Just to make sure it's not another process running havoc.
@reprep: Yep, the screensaver is a function of the Java framework. When you say the message ain't going away, does that mean that even after triggering the power switch again it won't go away?
|
Is "top" installed on these machines?
Is there an easy way that a user could view it?
Or would this require one of the terminal emulators to be installed?
Hmm... "ps aux" would give more information, but would probably require the posting of a screen capture so we could translate for the end user.
Edit:
If available -
ps aux >/mnt/us/ps.txt
or
top -bn1 >/mnt/us/top.txt
would generate a text file the end user could post for us to read.