Re: touchpads in Linux

From: David Efflandt (efflandt_at_xnet.com)
Date: 09/20/03


Date: Sat, 20 Sep 2003 08:14:26 +0000 (UTC)

On Sat, 20 Sep 2003 03:11:18 GMT, Faheem Mitha <faheem@email.unc.edu> wrote:
> Dear people,
>
> I'm trying to find a good touchpad (as a standalone device) to use
> with Linux in the place of a regular mouse. After spending quite a lot
> of time surfing the web, I am more confused than ever.
>
> The best general reference I found
> http://www.tifaq.org/mice/touchpads.html
>
> The main touchpads available all seem to have the name Glidepoint. The
> major manufacturer of these appears to be Cirque, which has the
> Easycat, Smartcat etc. However, Cirque has also licensed the
> technology to Alps, which makes their own Glidepoint.
>
> If you are using one of these products under Linux, I'd be greatly
> obliged if you could tell me how well it works, and whether you would
> recommend it for use under Linux. Thanks.
>
> Please feel free to cc any reply to my email address if you wish.
>
> Faheem.

I have an old 3-button Alps Desktop Glidepoint (not sure if Alps is still
selling them). You only need to tell to tell gpm (for console) or X that
it is a Glidepoint if you want to use special features (double-tap to
select). Otherwise it works fine without doing anything special if you do
not what or need the double-tap. Although, I guess my SuSE 8.2 recognized
it during install and put this in its XF86Config:

Section "InputDevice"
  Driver "mouse"
  Identifier "Mouse[1]"
  Option "Device" "/dev/psaux"
  Option "InputFashion" "Mouse"
  Option "Name" "PS/2-Mouse;GlidePointPS/2"
  Option "Protocol" "GlidePointPS/2"
  Option "ZAxisMapping" "4 5"
EndSection

I also have a 2-button Fellows Glidepoint - Standard Touchpad 99840 which
seems to have internal circuitry for the double tap to select. I do not
recall if this is from Cirque. In SuSE 7.3 it works fine as a totally
standard ps/2 mouse (Emulate3Buttons is needed because it only has 2):

Section "InputDevice"
  Driver "mouse"
  Identifier "Mouse[1]"
  Option "Device" "/dev/psaux"
  Option "Emulate3Buttons" "on"
  Option "Emulate3Timeout" "50"
  Option "InputFashion" "Mouse"
  Option "Name" "AutoDetected"
  Option "Protocol" "ps/2"
  Option "Vendor" "AutoDetected"
EndSection

The built-in touchpad on my laptop works just like the Fellows as standard
ps/2 mouse (SuSE 8.0):

Section "InputDevice"
  Driver "mouse"
  Identifier "Mouse[1]"
  Option "ButtonNumber" "2"
  Option "Device" "/dev/mouse"
  Option "Emulate3Buttons" "on"
  Option "Name" "AutoDetected"
  Option "Protocol" "ps/2"
  Option "Vendor" "AutoDetected"
EndSection

-- 
David Efflandt - All spam ignored  http://www.de-srv.com/
http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://cgi-help.virtualave.net/  http://hammer.prohosting.com/~cgi-wiz/


Relevant Pages

  • Re: touchpads in Linux
    ... >> with Linux in the place of a regular mouse. ... >> The main touchpads available all seem to have the name Glidepoint. ... Cirque has also licensed the ... > The built-in touchpad on my laptop works just like the Fellows as standard ...
    (comp.os.linux.hardware)
  • Re: Ive had it up to here with Vista
    ... Monitor out of range...OK so it doesn't recognize my ... Or the touchpad does, but not the ... WELL then I wonder where's the sound---seems that in Linux I can only use ... I try my USB soundcard and lo and behold, ...
    (alt.guitar)
  • Re: Why not XML based configurationfiles?
    ... I would go further and suggest that, in this context, "Linux" is ... > every once in a while and might come up with a standard (which ... If it's trivial to write a tool to rewrite config files, ... Remember that the costs are distributed... ...
    (comp.os.linux.misc)
  • RE: C++ lib compatibility between Red Hat 9 and 7.3
    ... What he's wanting is a standard C++ ABI. ... same Mathematica binaries run on pretty much every Linux out there. ... >> all of your apps and they neither compile and definitely won't run. ...
    (RedHat)
  • Re: Do you think its SEXY? N.B. not spam. :)
    ... It's not cross platform i.e. ... for DOS or Windows to work with it on Linux. ... of cc65) is trying to be as much as possible standard C compliant. ... Unises and Windows versions and stepping around the doogie on the ...
    (comp.sys.cbm)