Index: [thread] [date] [subject] [author]
  From: Jan Kneschke <Jan.Kneschke@kiel.netsurf.de>
  To  : ggi-develop@eskimo.com
  Date: Wed, 1 Jul 1998 21:28:04 +0200 (MEST)

problems on libggi

1. just took a fresh cvs-devel and compiled the libs and failed while testin
demo w/o params.

weigon@weigon:/linux2/home/weigon/degas/lib/libggi/demos > demo
svgalib: Cannot get I/O permissions.
weigon:/linux2/home/weigon/degas/lib/libggi/demos # demo
Trying mode -1x-1#-1x-1 D-1x-1 F 1 [GT_AUTO]
Suggested mode 1024x768#1024x768 D1x1 F 1 [GT_32BIT]
Invalid graphics mode in environment variable.
svgalib: Signal 8: Floating point exception received.
Floating point exception

using param worked fine:

weigon:/linux2/home/weigon/degas/lib/libggi/demos # demo 640x400#8
Trying mode 640x400#8x-1 D-1x-1 F 1 [GT_AUTO]
Suggested mode 360x480#360x480 D1x1 F 1 [GT_8BIT]
white=1
black=0
weigon:/linux2/home/weigon/degas/lib/libggi/demos #

2. after this tests my mousepointer has gone. i had to restart gpm .( 

3. libggi doesn't compile with fbdev-target enabled:

make[2]: Entering directory
/linux2/home/weigon/degas/lib/libggi/display/fbdev'gcc -fPIC -O2
-funroll-loops -fomit-frame-pointer -m486 -malign-functions=2
-malign-loops=2 -malign-jumps=2 -pedantic
-I/linux2/home/weigon/degas/lib/libggi/include
-I/linux2/home/weigon/degas/lib/libggi/../../include
-I/linux2/home/weigon/degas/lib/libggi/../../driver/include  -Wall
-Wstrict-prototypes -g -DDEBUG -DGGICONFFILE=\"/etc/ggi/libggi.conf\" -c -o
visual.o visual.c
visual.c: In function 'GGIdlinit':
visual.c:117: structure has no member named 'Setsplitline'
visual.c:117: 'GGIsetsplitline' undeclared (first use this function)
visual.c:117: (Each undeclared identifier is reported only once
visual.c:117: for each function it appears in.)
make[2]: *** [visual.o] Error 1
make[2]: Leaving directory
/linux2/home/weigon/degas/lib/libggi/display/fbdev'
make[1]: *** [SUBDIRS-all] Error 1
make[1]: Leaving directory /linux2/home/weigon/degas/lib/libggi/display'
make: *** [SUBDIRS-all] Error 1

mode.c: In function 'Do_setmode':
mode.c:125: structure has no member named 'Setsplitline'
mode.c:125: 'GGIsetsplitline' undeclared (first use this function)
mode.c:125: (Each undeclared identifier is reported only once
mode.c:125: for each function it appears in.)
mode.c: In function 'GGIcheckmode':
mode.c:302: 'FB_TYPE_VGA_TEXT' undeclared (first use this function)
mode.c: In function 'GGIgetmode':
mode.c:379: warning: unused variable 'ff'


setsplitline is in libGGImisc, no ?

thats all
  Jan

--- 
       Project: GGI - S3-Vision-driver -- http://www.ggi-project.org/
         -)=  Jan (Weigon) Kneschke -- Kiel -- Northern Germany =(-

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