Uwe Buckesfeld wrote:
> Antonio,
>
> you could try opening a console and simply run a "ping
> some.machine.onyour.network", maybe that helps.
>
> Uwe
I have no idea if that will solve it, but you can try to write a small
script which every ten seconds or so moves the mouse by zero pixels in an
endless loop.
Code:
#/bin/bash
while :
do
xvkbd -no-keypad -text "\x+0" 2>/dev/null
sleep 10
done
so consider that just as a funny idea.
--
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.3 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram