9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Latchesar Ionkov <lucho@gmx.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] VGA and laptops
Date: Thu, 28 Sep 2000 07:21:11 -0400	[thread overview]
Message-ID: <20000928072111.A15227@gmx.net> (raw)
In-Reply-To: <20000926132304.A7D67199CC@mail>; from jmk@plan9.bell-labs.com on Tue, Sep 26, 2000 at 09:23:01AM -0400

On Tue, Sep 26, 2000 at 09:23:01AM -0400, jmk@plan9.bell-labs.com said:
> saroj@bear.com:
> 	Which laptops are safe bets as of today for installing Plan 9?
> 	I know that lab guys use Thinkpad 600E, but the successor series
> 	600X laptops have problems. (Some guy posted a message, but
> 	nobody replied to that message).
> 
> I believe we did get the 600X to work, we had the discussion offline.
> However, I think even the 600X series has been superseded.
> 
> The most recent laptop we've used is the Toshiba Portégé 3440CT. It has
> a couple of annoying features (no PS/2 port on the case, don't know how
> to make all 4 mouse buttons on the keypad work) but is otherwise very
> nice.

Small buttons of the keypad mouse work as the wheel button of PS/2
Intellimouse. The mouse sends 4 instead of 3 bytes of info to the aux port.
The last byte contains 1 (0x01) or -1 (0xFF) if the left or right button is
pressed. The most annoying feature is that these buttons have autorepeat.
They send events every 150ms (400ms between first and second event) while
they are pressed.

I modified the kernel I am running to map these two buttons to button 2 and
created a program (stealing some code from pipefile.c) to replace button 2
presses that are within 150ms with one press and one release. Using the
small buttons as button 2 is still annoying but is better than nothing.

If my changes are of interest for anyone, I'll clean them up and post them.

Thanks,
	Lucho



  parent reply	other threads:[~2000-09-28 11:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-26 13:23 jmk
2000-09-26 20:29 ` Christopher Nielsen
2000-09-28 11:21 ` Latchesar Ionkov [this message]
2000-09-29  4:01   ` rob pike
2000-09-29 16:50     ` Latchesar Ionkov
  -- strict thread matches above, loose matches on Subject: below --
2000-09-27  0:37 jmk
2000-09-26 20:48 nigel
2000-09-26 18:33 nigel
2000-09-26 18:49 ` Matt
2000-09-26 13:25 jmk
2000-09-26 16:37 ` Latchesar Ionkov
2000-09-26 18:05   ` Matt
2000-09-26  9:13 saroj
2000-09-26 13:29 ` Latchesar Ionkov
2000-09-27 10:52 ` Axel Belinfante

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000928072111.A15227@gmx.net \
    --to=lucho@gmx.net \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).