* Rakotomandimby Mihamina [06-06-02 12:12]:
[...]
> I also put _only_:
>       fvwm &
> into
>       /etc/X11/xinit/xinitrc
> 
> When I launch "startx":
[...]
> As you see, no errors.
> Ont thing I notice: I quickly a "x" in the middle of the screen then it
> disapears. It's the mouse pointer. But it rapidly disapears. Would you
> help me solve this?

You're forking fvwm into background. Fvwm, as any other WM, must be
executed in parent shell, without forking.

Put something like this

#!/bin/bash
exec fvwm2

into your /etc/X11/xinit/xinitrc.

Cheers,
-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list

Reply via email to