From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 1 Jun 2004 08:28:33 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Help getting Plan9 to recognize my mouse In-Reply-To: <3129.165.247.33.194.1086091101.squirrel@wish.cooper.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4.3.2.7.2.20040601010513.00b3c870@206.46.170.10> <3129.165.247.33.194.1086091101.squirrel@wish.cooper.edu> Topicbox-Message-UUID: 8e0a2616-eacd-11e9-9e20-41e7f4b1d025 You can log in as none and then it won't start the gui, so you can then do something. For example, try running "echo $mouseport" and make sure it says ps2. If it does not, you need to edit your plan9.ini to add that. 9fat: echo 'mouseport=ps2' >>/n/9fat/plan9.ini is probably sufficient. Russ