From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Sun, 28 Jan 2007 09:46:05 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] Installation keyboard troubles In-Reply-To: <140e7ec30701280638s7702bd3djf7551550e0df5c95@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 0904865a-ead2-11e9-9d60-3106f5b1d025 yes, perhaps this demonstrates that i don't understand what i was supposed to do, but i had trouble with a usb mouse when i got a new machine in october. my solution was to set mouseport=usb in plan9.ini and modify termrc to use this for mouse startup rather than the traditional code: [...] if(test -f /dev/mousectl && ~ $mouseport ps2 ps2intellimouse 0 1 2 usb){ if(~ $mouseport usb) usbstart if not aux/mouse $mouseport # parse vgasize into fields vgasize=`{echo $vgasize} if(! ~ $"monitor '' && ! ~ `{cat /dev/user} none) aux/vga -l $vgasize if(~ $accupoint 1) pipefile -dr /bin/aux/accupoint /dev/mouse } - erik