> Nope. I run
> fbset "1024x768" (this is a 24bpp mode -- everything is fine)
> XGGI -indirect localhost 

Ah - wait ... I usually run XGGI from a little script like this:

#!/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 -terminate

which is why I haven't thought about that problem ...

The difference is the -noxfreeemu ... Without it, the XGGI server will 
switch to a new vt, and of course use the geometry of _that_ vt ...

You can either use the -noxfreeemu switch or set the geometry on the empty
vt that gets used.

CU, ANdy

-- 
= Andreas Beck                    |  Email :  <[EMAIL PROTECTED]>        =

Reply via email to