Andreas Beck wrote:
> > > > Xlib: connection to ":0.0" refused by server
> > Not that strange after all - I have to use the -display option ...
>
> Hmm - what do you give to it ? ":0.0" ? That should be equivalent ... Hmm.
Sorry, I was not clear. There are two different errors:
1) "kde &" results in the above error - that's my startup-script :-(
2) "XGGI &" "xterm -display :0" doesn't work without the display option
>
> Well - maybe you want to try my infamous "xggi" script:
> ----------------
> #!/bin/bash
> #
> DIS=${1:-:0}
>
> (export DISPLAY=$DIS ; sleep 3; fvwm2 & sleep 3 ;\
> xmodmap /usr/local/lib/ggi/xggikeymaps/xggimap.base ; \
> xmodmap /usr/local/lib/ggi/xggikeymaps/xggimap.de_de \
> ) &
>
> exec XGGI $* -noxfreeemu -terminate
> ----------------
> which works like a charm for me.
Okay it works for me, too.
>
> > Okay - my USB-Mouse (Logitech WingMan as I don't get used to those
> > wheels) is working now with an adapter at the PS/2-port. However,
> > it SHOULD also work at the USB-port as the USB-driver uses the
> > PS/2-protocol.
>
> O.K. - you probably didn't configure the mouse explicitly, then ?
> The autodetection scheme only works, if the mouse is on the ps2 device,
> as it is detected my its major/minor.
>
> Try configuring it explicitly as explained in libgii/doc/inputs.txt:
Well I did read that stuff. But WHERE do I specify those options ??
"./inputdump --input 'linux-mouse=ps2, /dev/mouse" doesn't have an effect.
>
> > Unfortunately, xdm and kdm still don't work - there are no errors and
> > the login-dialogs do appear on the screen, but they don't take ANY input.
> > In fact the console - still visible as through an alpha-mask -
> > takes all the input.
>
> That sounds like the infamous "Libggi/kgicon-program not connected to its
> tty" problem. Try using the above script - with fvwm replaced.
So xdm/kdm doesn't work with XGGI because they always start the X-Server in the
background?
By the way: Does anybody know why I can't start netscape from an X-Console? I can
only start it by clicking on the icon in KPanel - Furthermore it doesn't start at
all when running XGGI!!!
CU, Martin