Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Tue, 18 May 1999 21:33:27 +0000

Re: Accel & GGI & kgicon

teunis wrote:
> 
> Is there any specific reason why the accel IOCTL's in libggi now cause
> segmentation faults?

Most likely you have not the same version of libggi.so, fbdev.so and
genkgi.so. It works fine here.

> incidentally, what's with the "failed to set serial parameters for mouse
> device"?

It's a warning which means exactly what it says...
If your mouse device  happens to be a pipe trying to set serial
parameters will ofcourse always fail, and you'll see the warning.
We should probably detect if the device is a pipe and skip the serial
stuff then though.

> I've got GGI_INPUT set to
> GGI_INPUT='(linux-mouse:msc,/dev/gpmdata):(linux-mouse:mman,/dev/ttyS0)'
> which is valid on my computer....

You have three mice on your computer? Otherwise this is the reason for
the
"Resource temporarily unavailable" you reported. If you make /dev/mouse 
a symlink to gpmdata LibGGI will autodetect that and use it. And in any
case you should not specify all your mice with GGI_INPUT - the default
mouse should be configured according to libgii/doc/inputs.txt.

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