Subject: Re: good news & bad news...
To: Adam K Kirchhoff <adamk@voicenet.com>
From: Warner Losh <imp@harmony.village.org>
List: port-hpcmips
Date: 10/07/2001 17:02:35
In message <Pine.LNX.4.10.10110071819360.1434-100000@sorrow.ashke.com> Adam K Kirchhoff writes:
: There's a new (minor) twist, however:  I can't seem to get rid of the
: mouse pointer from WinCE.  With the old kernel, just clearing the screen
: would get rid of it.  With the new kernel, nothing seems to get rid of it.
: The easy solution is to just move the mouse pointer to the corner in WinCE
: before the computer boots.  Does anyone know of another possible solution?

echo "exit 0" > .xinitrc
setenv XDEVICE /dev/ttyE0
startx

:-)

Warner