Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Mon, 10 May 1999 06:47:17 +0000

Re: XGGI

> > I have now tried to get my mouse working without much success... Shouldn't
> > this more or less be a matter of copying the settings from XF86Config?

No, XFree uses a quite different config file.

> > That doesn't work at all for me. In XF86Config I have
> > Protocol "MouseSystems"
> > Device "/dev/mouse" # symlink to ttyS1
> > ClearDTR # If this is not included, the mouse doesn't work at all

Try:
mouse "MouseSystems" ClearDTR
mdev /dev/mouse
in /etc/vga/libvga.config

> We just happen to use the SVGAlib config file, to avoid making up yet
> another config-file.

Not completely true. We first look for ~/.ggi/input/linux-mouse and
then for $prefix/etc/ggi/input/linux-mouse. Then we try to autodetect
the mouse (currently only for PS/2, busmice and the GPM repeater),
and only as a last resort we check the SVGAlib config file.

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