From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 19 Mar 2007 14:01:55 -0400 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] qemu mouse In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: 2908239e-ead2-11e9-9d60-3106f5b1d025 On 3/18/07, Eric Van Hensbergen wrote: > On my laptop I have a Plan 9 partition and Linux partition. When I > boot the Plan9 partition natively, everything is fine. When I try to > boot the Plan9 partition from within qemu a few things mess up, but > the one I can't seem to fix is the mouse. The mouse goes all crazy, > jumping around and eventually banishing itself offscreen. I've tried > all sorts of variations of commands sent to mousectl, but none of them > seem to fix it. I don't remembering having this problem when I boot > Plan 9 images installed within qemu. Anybody else run into this or > have any ideas on how to fix? you probably need to set mouseport=ps2 instead of mouseport=ps2intellimouse in plan9.ini. or something like that -- plan 9 and qemu certainly disagree about what the protocol is. russ