Index: [thread] [date] [subject] [author]
  From: teunis <teunis@computersupportcentre.com>
  To  : GGI Developers <ggi-develop@eskimo.com>
  Date: Tue, 18 May 1999 12:35:09 -0700 (MST)

Accel & GGI & kgicon

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

incidentally, what's with the "failed to set serial parameters for mouse
device"?  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....

Sorry to keep pestering y'all with this but...

G'day, eh? :)
	- Teunis

sigil:/usr/src/CVS/degas/lib/libggi/programs/demos# gdb .libs/stars
GNU gdb 4.17
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-pc-linux-gnu"...
(gdb) run
Starting program: /usr/src/CVS/degas/lib/libggi/programs/demos/.libs/stars
Warning: failed to set serial parameters for mouse device.
         Your mouse may not work as expected.
Warning: failed to set serial parameters for mouse device.
         Your mouse may not work as expected.

Program received signal SIGSEGV, Segmentation fault.
0x4023fb13 in GGI_genkgi_fillscreen (vis=0x8073408) at box.c:56
56              if (ioctl(GENKGI_PRIV(vis)->fd, (int)ACCEL_FILLSCREEN,
NULL) != 0) {


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