Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Sat, 26 Jun 1999 09:52:45 +0000

Re: Problems with GII

Isaac Connor wrote:
> 
> I recently got a Millenium I, and so have my Fixed freq monitor going.  So
> I am trying to run XGGI on it.  The problem I am having is with GII, it
> won't take any settings for the mouse.  It ignores Env variables, and the
> settings in ~/.ggi/input/mouse and /usr/local/etc/ggi/input/mouse
> 
> Setting GGI_DEBUG tells me that no arguments were given (or so it thinks),
> and it tries to autodetect, which it does incorrectly.
> 
> So, has anyone else had this problem?  Is the error in the docs, or is
> this a bug?

It's an error in reading the docs. ;-)

>From libgii/doc/inputs.txt:

In that case
we first try to read ~/.ggi/input/linux-mouse and then
                                  ^^^^^^^^^^^
$prefix/etc/ggi/input/linux-mouse. In the first file found
                      ^^^^^^^^^^^
we look for the following entries:
mouse <moustype>
mdev <file>
If none of the files are found we first try to autodetect
the mouse, and as a last resort we try parsing
/etc/vga/libvga.config to find out the necessary info.

//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]