Index: [thread] [date] [subject] [author]
  From: Andreas Beck <becka@rz.uni-duesseldorf.de>
  To  : ggi-develop@eskimo.com
  Date: Sat, 5 Jun 1999 22:07:36 +0200

Re: XGGI!

> Ok, I can start XGGI, but mouse does not work, 

You have not configured your mouse for LibGII - right ?
Either configure your /etc/vga/libVGA.conf, or set up your
~/.ggi/input/linux-mouse or whatever.

Check that your mouse setup is o.k. with inputdump or monitest.
When that works, try XGGI.

> resolution is 640x480, 

-modes 1024x768

> my WM does not start.

XGGI is an X _SERVER_ not an X startup system like startx. Use a script or
change your X symlink, or tell startx to use the XGGI server. If you enter
plain X, you get the same effect.

> Isn't there a text file I can store all of this information in or
> something so that I can just type "XGGI" to start it?

How about a script ? I tend to use, though AFAIK it isn't needed anymore.

-----------snip----------
#!/bin/bash
#
DIS=${1:-:0}

(export DISPLAY=$DIS ; sleep 3; fvwm2 & sleep 1 ;\
 xmodmap /usr/local/lib/ggi/xggikeymaps/xggimap.base ; \
 xmodmap /usr/local/lib/ggi/xggikeymaps/xggimap.de_de \
) &

exec XGGI $* -noxfreeemu
-----------snip----------

> I obviously need to store...
> font path
-fp in the script.

> resolution
-modes in the script

> monitor info?

XGGI has no business with that. That depends solely on the underlying
graphics subsystem.

> mouse info
> keyboard info(104 key)

Same here. Configure LibGII and LibGGI appropriately and be done with it.

Regarding keyboard, you of course have to load the appropriate xmodmaps.

CU, Andy

-- 
= Andreas Beck                    |  Email :  <andreas.beck@ggi-project.org> =

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