Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Wed, 23 Jun 1999 21:25:12 +0200

Re: LibGII+XGGI

Peter Åstrand wrote:
> 
> Sorry if this is a FAQ, but:
> 
> How do I specify what mouse-type to use for XGGI? I suppose it is using
> libgii, but can't find suitable documentation. I have a MS Wheelmouse,
> specified as IMPS/2 in XF86Config.

$ cat > ~/.ggi/input/linux-mouse
mouse IMPS/2
mdev /dev/psaux
^D
$

Or as root if you want it global:
# cat > prefix/etc/ggi/input/linux-mouse
mouse IMPS/2
mdev /dev/psaux
^D
#
(where prefix is the directory where you installed LibGII)

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]