Gentoo Archives: gentoo-user

From: Vincent Launchbury <vincent@×××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Fluxbox and using kdm
Date: Wed, 27 Oct 2010 03:23:41
Message-Id: 20101027032123.GA7415@root_A20
In Reply to: [gentoo-user] Fluxbox and using kdm by Dale
1 On 2010/10/26 07:29PM, Dale wrote:
2 > Is starting fluxbox without kdm as easy as typing "startfluxbox" in a
3 > console as a user? Surely it can't be that easy.
4
5 No, since X has to be started first. X creates windows, but just puts
6 them all on top of each other, with no way to move them, and no way to
7 switch between them except by clicking. Fluxbox just runs ontop of X,
8 and manages it's windows, adding decorations and a sane way to control
9 them. For example, try doing:
10 xinit "xterm -e /bin/bash" -- /usr/bin/X -nolisten tcp
11 and run fluxbox from the xterm. It's just a layer ontop of an already
12 running X.
13
14 You should be able to start fluxbox from a console with just:
15 startx /usr/bin/startfluxbox
16 which overrides the default /etc/X11/xinit/xinitrc script. That should
17 basically create an xauthority file and run xinit, which in turn starts
18 X, then fluxbox, and waits for fluxbox to exit so it can shutdown X
19 nicely.
20
21 Regards,
22 Vincent.
23
24 > Thanks.
25 >
26 > Dale
27 >
28 > :-) :-)

Replies

Subject Author
Re: [gentoo-user] Fluxbox and using kdm Dale <rdalek1967@×××××.com>