Jonathan Isom wrote: > recently mouse input has been added. What is happening is the mouse is > moving the input on start. I don't know if the is a way to turn it > off for users > that don't want it. However you could find a console program to move the > mouse at start.
In case it could help anybody, here is a solution which uses just that, a console program to move the mouse cursor to upper left corner when X starts. I've added the line below in my .xsession before starting freevo; /usr/bin/xte 'mousemove 0 0' & xte is part of the xautomation package. -- /* Andreas - Mostly harmless */ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
