Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
starting fluxbox
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Athlon_Jedi
n00b
n00b


Joined: 25 Jun 2003
Posts: 45
Location: Tifton, GA

PostPosted: Wed Jul 02, 2003 2:45 pm    Post subject: starting fluxbox Reply with quote

ok heres an even dumber question than my last one lol

i have emerged fluxbox sucessfuly but i have no idea how to start it from the command line!!!

and all i have now is tvm (super ugly and no idea how to do anything in it)

x is emerged and working, nvidia drivers are installed via the invidia install script and configured in xfree86.conf, glx gears gives me a bench mark of about 479 fps for a geforce 2 mx 400 which is in the expected range for that card so all my stuff is set up.

i just dont have any idea how to start fluxbox with x. lol

any help is apreciated
Back to top
View user's profile Send private message
jawz
n00b
n00b


Joined: 30 Jun 2003
Posts: 9

PostPosted: Wed Jul 02, 2003 2:52 pm    Post subject: Reply with quote

Like KDE and Gnome.

Modify your /etc/rc.conf to get :

XSESSION=fluxbox
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Wed Jul 02, 2003 2:53 pm    Post subject: Reply with quote

Hi Athlon,

I just use a simple entry in my .xinitrc:
exec fluxbox

Note: It has to be on the very last line of your .xinitrc

Note2: Additionally I disabled the entries "DISPLAYMANAGER" and "XSESSION" in /etc/rc.conf

Then you only have to fire up X with "startx" ('man startx' for more info)

Suxs
Stefan
Back to top
View user's profile Send private message
teilo
Apprentice
Apprentice


Joined: 20 Jun 2003
Posts: 276
Location: Minneapolis, MN

PostPosted: Wed Jul 02, 2003 3:13 pm    Post subject: Reply with quote

There are a couple of different ways to go about this. If you wish to continue to use your default window manager, and still be able to start fluxbox whenever you wish, then you can create a separate xinitrc file for fluxbox. To do this:

Code:
cd ~
mkdir .fluxbox
touch .fluxbox/xinitrc


Then edit ~/.fluxbox/xinitrc and put the following lines in it:
Code:
#!/bin/sh
exec fluxbox


Then, to start fluxbox:
Code:
xinit ~/.fluxbox/xinitrc


Of course, this is a rather simplistic example, and you will probably want to put the xinit command above into a script to make it simpler. You will probably want to modify that xinitrc file to start various client applications, such as xscreensaver or gkrellm2. Just remember to leave the last line of the file as exec fluxbox.


If, however, you wish to change your default system window manager to fluxbox, edit /etc/rc.conf, and look for the line beginning XSESSION=. and change it as follows:
Code:
XSESSION=fluxbox


Simple, huh?
_________________
Teilo who is called Teilo
Back to top
View user's profile Send private message
syph3r2001
n00b
n00b


Joined: 01 Jul 2003
Posts: 44

PostPosted: Wed Jul 02, 2003 4:23 pm    Post subject: Reply with quote

Your you could try:

Code:


startx -e flubox



or

Code:


startx; flubox

Back to top
View user's profile Send private message
S_aIN_t
Guru
Guru


Joined: 11 May 2002
Posts: 488
Location: Ottawa

PostPosted: Wed Jul 02, 2003 5:53 pm    Post subject: Reply with quote

usually, i start everything from the file called .xinitrc.. i know someone before me has mentioned this. however, i put the file in my home directory. end them add the line which starts my window manager of choice.

this is what i have in my ~/.xinitrc
Code:

exec pekwm


that starts pekwm everytime i type startx on the command line.

enjoy
_________________
"That which is overdesigned, too highly
specific, anticipates outcome; the anicipation of
outcome guatantees, if not failure, the
absence of grace."
- William Gibson, "All Tomorrow's Parties"
----
http://petro.tanreisoftware.com
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum