ah yeah.
I can answer that one.
X is writing over your framebuffer...
shove a
kill -stop `pidof Xorg`
at the beginning
and...
kill -cont `pidof Xorg`
at the very end
That should stop the X
might also need a
while :; do eips ''; done
either in another shell or just tagged on.
You know this thing is not actually INTENDED for the PW right?
Thus the "titting around" is required.
Hope it helps.
(Which it will by the way, you are like two steps away from success)
EDIT: OH.... and before we have any more misunderstandings...
That is eips ''; as in two SINGLE quotes. not one Double. "
and those ` are backticks. Not single quote
Last edited by twobob; 09-21-2013 at 07:09 AM.
Reason: ` = backticks
|