Index: [thread] [date] [subject] [author]
  From: becka@rz.uni-duesseldorf.de
  To  : ggi-develop@eskimo.com
  Date: Sat, 6 Mar 1999 13:37:34 +0100 (MET)

Re: XGGI keymaps

> 	Lack of a default keymap in the XGGI binary is the only thing
> stopping XGGI from being a drop-in replacement for XFree86 server executables
> right now.  I have it all working via startx with KDE, etc right now, 

Oh - how did you do that ?

> but they keyboard doesn't work and I can't seem to make the delayed-xmodmap 
> thing work right.

Hmm - just in case it helps. I now do:

DIS=:0

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

exec XGGI $DIS

in a script to start XGGI.

CU, ANdy

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

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