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

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
revoohc
Tux's lil' helper
Tux's lil' helper


Joined: 12 Oct 2002
Posts: 128

PostPosted: Tue Mar 25, 2003 5:19 pm    Post subject: Questions to fluxbox users Reply with quote

I have a couple of questions for you fluxbox users.

1. What login manager do you use (i.e. xdm, gdm, kdm, etc)?

2. What options do you include in your USE variable?

3. Any really great or can't live without fluxbox addins that should be added to a fluxbox system?

Thanks for any replies as I am betting ready to rebuild my gentoo box focused as a fluxbox workstation.

Chris
Back to top
View user's profile Send private message
RagManX
Apprentice
Apprentice


Joined: 13 Jul 2002
Posts: 220
Location: Tennessee

PostPosted: Tue Mar 25, 2003 5:47 pm    Post subject: Reply with quote

Personally, I like to log in from a command prompt and use startx to get into my windowing environment. My USE options are whatever gentoo defaults. I don't manually modify them. And I don't use add-ins, I just customize my menu to have the apps that I use easily available and move the control bar to the top right corner of the screen.

RagManX
_________________
http://www.gamingideas.com/ - an open discussion site for game improvement and new game ideas
Back to top
View user's profile Send private message
Ellidi
Apprentice
Apprentice


Joined: 22 Oct 2002
Posts: 204
Location: iceland

PostPosted: Tue Mar 25, 2003 5:56 pm    Post subject: Re: Questions to fluxbox users Reply with quote

revoohc wrote:
1. What login manager do you use (i.e. xdm, gdm, kdm, etc)?
Personally I just like to login from prompt and use startx :)

revoohc wrote:
2. What options do you include in your USE variable?
hmmm not sure.., but I'm pretty sure it includes -gnome -kde gtk2

revoohc wrote:
3. Any really great or can't live without fluxbox addins that should be added to a fluxbox system?
I can't live without fluxter, and of course gkrellm2.
_________________
What if God smoked cannabis...
What do you mean with 'What if' ?
Back to top
View user's profile Send private message
Arthur Vandelay
n00b
n00b


Joined: 09 Jan 2003
Posts: 55

PostPosted: Tue Mar 25, 2003 6:01 pm    Post subject: Reply with quote

1. Don't use a login manager. I still get a kick out of having a full desktop in 1 second after startx. Login manager just gets in my way with bloat.

2. USE="-esd -oss -3dnow -arts -java -motif -spell -cups -gnome -alsa cdr sse"

3. I tried using fluxconf but found it got in my way. Things are so much simpler by just going in and changing the files manually. I can't vouch for any addins.
Back to top
View user's profile Send private message
kres
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jan 2003
Posts: 122
Location: Narnia

PostPosted: Tue Mar 25, 2003 6:17 pm    Post subject: Reply with quote

Chris -

Answers!

1) You can use xdm "out of the box" with FluxBox, the addition of KDM or GDM {Yah, they do look nicer} will require a hefty bit of file overhead, seeing as GDM kinda relies on GNOME and KDM kinda relies on KDE. Your other choice is to just login to the console and start fluxbox using the startx command.

If your new to Linux, using startx to "start" fluxbox will requires you to create a file called .xinitrc in your home directory. In this file lives your default window manager. The easiest way to create this file is to type:

Code:
 echo fluxbox > ~/.xinitrc


2) USE statements are as individual as people's taste in window managers. All in all there are no fluxbox specific USE statements there for you. I run a pretty full featured desktop around Enlightenment and fluxbox {If you have not checked out E, you really should... it's pretty, fast, and has a low BS content.}

Just fer the record, here is my USE line:

Code:
 USE="-gnome -kde -3dnow -arts perl tcltk esd cups directfb fbcon matrox odbc oci8 png snmp tiff"


3) Good stuff to use with fluxbox: xplanet, fluxconf, rox {file manager}, endeavour2 {another file manager}, gkrellm2 with plugins - I find the launcher plugin handy with fluxbox.

Other stuff is just other stuff. I included file managers, cause pure window managers like E and fluxbox do not include that functionality.
_________________
Kres
Back to top
View user's profile Send private message
ledzep345
n00b
n00b


Joined: 06 Mar 2003
Posts: 10

PostPosted: Tue Mar 25, 2003 7:24 pm    Post subject: Reply with quote

I just use startx -- In my xinitrc are three lines, two commented out. Each line points to the exec script I wrote to start gnome, kde, or fluxbox. Fluxbox is the only one I really use tho.

bbpager is a must -- at least some kind of desktop pager is a must. Rox is a solid lightweight file manager.

bbrun is good too, in fact you should check out the various box's websites to find all the slick tools and apps that go with em. Set bbrun up for f3 and your rockin.

Vim too, is a must -- after all, you have to edit the fluxbox config somehow.

For a terminal, check out aterm. To set your background, use Esetroot (cause it works with transparent aterms).
Back to top
View user's profile Send private message
_SkeLeToN_
Guru
Guru


Joined: 12 Sep 2002
Posts: 506
Location: Montreal,Canada

PostPosted: Tue Mar 25, 2003 9:18 pm    Post subject: Re: Questions to fluxbox users Reply with quote

revoohc wrote:
I have a couple of questions for you fluxbox users.

1. What login manager do you use (i.e. xdm, gdm, kdm, etc)?

2. What options do you include in your USE variable?

3. Any really great or can't live without fluxbox addins that should be added to a fluxbox system?

Thanks for any replies as I am betting ready to rebuild my gentoo box focused as a fluxbox workstation.

Chris


1) I don't use any of these login manager ... I use the nice startx command.

2) My use var are basic stuff nothing in particular

3) One thing I REALLY cant live without the remember patch but you have to edit the ebuild and remove the # in front of

#epatch ${FILESDIR}/${PV}-remember.patch

If you already emerge fluxbox you will have to re emerge to activate this option. Once that is done when you start an application just right click on the title bar and use the remember menu :)
Back to top
View user's profile Send private message
fuji
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2002
Posts: 111

PostPosted: Tue Mar 25, 2003 9:55 pm    Post subject: Re: Questions to fluxbox users Reply with quote

revoohc wrote:
I have a couple of questions for you fluxbox users.

1. What login manager do you use (i.e. xdm, gdm, kdm, etc)?

2. What options do you include in your USE variable?

3. Any really great or can't live without fluxbox addins that should be added to a fluxbox system?

Thanks for any replies as I am betting ready to rebuild my gentoo box focused as a fluxbox workstation.

Chris


1. Like most, login using the prompt...

2. the major ones: -kde -gnome mbox -qt --then a bunch of other non-consequential ones...

3. I ditched bbpager for "fluxter" it works pretty much exactly the same, however, it parses your theme file and uses the colors from it.... so that your pager matches the current theme.... it's pretty cool... conf file is in your .fluxbox dir.... I also use wmcpuload/wmmemload/wmnetload1.3 (not in portage, jsut rename the 1.2 script and move to /usr/local/portage/x11-plugins/wmnetload.... as well as gkrellm -- all of them placed in the slit.... those are really the only flux specific apps i use... i use nedit as a scratch pad... or notepad.... never editing much with it though....

hope this helps...
_________________
Came for the hype, stayed for Portage.
Back to top
View user's profile Send private message
mr_neutron
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2003
Posts: 124
Location: Germany

PostPosted: Tue Mar 25, 2003 10:35 pm    Post subject: Re: Questions to fluxbox users Reply with quote

revoohc wrote:
1. What login manager do you use (i.e. xdm, gdm, kdm, etc)?

~/.bash_profile and ~/.xinitrc :D
Code:
# ~/.bash_profile

[ -f ~/.bashrc ] && . ~/.bashrc

# don't run startx if X runs already or when logged in via ssh
[ -z "$(ps x | grep xinit)" ] && [ -z "$SSH_CLIENT" ] && startx >/dev/null 2>&1

This starts X (with fluxbox) when I log in on the console, so I don't have to type 'startx'.
[EDIT: now does not hang when logging in on another console]
Quote:
2. What options do you include in your USE variable?

deleted everything that sounds like Gnome or KDE:
-arts -gdbm -kde -gnome -qt -qtmt -bonobo -gtk2

Quote:
3. Any really great or can't live without fluxbox addins that should be added to a fluxbox system?

gkrellm is great (lots of plugins), however I could not get it to live in the slit, so I'm using some wm dockapps (wmcpuload, wmnetload, wmmemon, wmmount, volume.app). root-tail is also quite cool (writes log files onto the root window)


Last edited by mr_neutron on Fri Mar 28, 2003 12:17 am; edited 1 time in total
Back to top
View user's profile Send private message
Megaptera
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jul 2002
Posts: 145

PostPosted: Wed Mar 26, 2003 12:26 am    Post subject: Reply with quote

I use KDM-- I experiment enough with other desktop managers that it makes up for the extra step in starting up.

My USE looks like: -3dnow alsa cdr dvd -gnome -mikmod mozilla -nls -oss -pdflib samba sse xml.

I have gkrellm, xscreensaver, and fluxter start when Fluxbox loads. Definitely pick up the extra gkrellm plugins (individually or all at once with x11-plugins/gkrellm-plugins) and the additional Fluxbox themes in x11-themes/commonbox-styles-extra. Fluxconf is really handy as well.

Also, if you don't have the remember patch enabled, do that :) On top of remembering window stuff, it lets you make a Startup section in your menu that autoruns any programs you put in there.
Back to top
View user's profile Send private message
d3c3it
l33t
l33t


Joined: 01 Mar 2003
Posts: 765
Location: Manchester, UK

PostPosted: Wed Mar 26, 2003 12:37 am    Post subject: Reply with quote

Q1: command login+startx
Q2: USE="X gtk -gnome alsa evo avi -kde sse mmx jpeg png mpeg oggvorbis qt quicktime opengl java truetype svga"

Code:
.xinitrc
exec xmodmap -e "pointer = 1 2 3 4 5 6 7 " &
exec imwheel -k -b "45" &
exec bsetbg ~/.fluxbox/backgrounds/girparty.jpg &
exec xscreensaver &
exec gkrellm2 &
exec fluxbox


Code:

in /etc/X11/xinit
exec /usr/X11R6/bin/X -dpi 100 -nolisten tcp


Q3: cant live without gkrellm2 or xmms:)
_________________
Some people go to counselling,
others use linux
Back to top
View user's profile Send private message
easykill
Apprentice
Apprentice


Joined: 07 Dec 2002
Posts: 230

PostPosted: Wed Mar 26, 2003 1:55 am    Post subject: Reply with quote

1. I start with startx...I hate booting into X, cause a lot of times I am doing various stupid things to my system that require a lot of rebooting (I do lots of pointless stuff, like I just finished encrypting my root file system, for example), and ?dm takes too long to boot

2. My USE variable is crazy, since I have kde around cause I used KDE for a long time, and I really like some of the KDE apps. I also have EVERYTHING in it, with very few -'s...mainly just -gnome and -arts...not much more that is interesting...I put everything in, i have kerberos in there, a few other things.

3. fluxter, gkrellm2 (very nice), and I have fbrun (similar to bbrun) in my menu, and the top 2 menu items are Transparent Eterm and mozilla. I use those constantly. I also have ksensors --nodock start up on my second monitor, and I sometimes have an eterm over there running top so I can see what is bogging down my CPU sometimes. It's also cool to see when I'm playing q3 or ut2003 in my main monitor, I get to watch the temps/CPU usage go up in the other monitor. It's useful sometimes.


for the heck of it, here's my .xinitrc (I commented it a while ago to post to another thread, so it should be relatively easy to understand)
Code:
#set up buttons 4&5 on mouse
xmodmap -e "pointer = 1 2 3 6 7 4 5" &
xmodmap -display :0.1 -e "pointer = 1 2 3 6 7 4 5" &

#set up stupid internet keys
xmodmap -e "keycode 178=F14" &
xmodmap -e "keycode 236=F15" &
xmodmap -e "keycode 229=F16" &
xmodmap -display :0.1 -e "keycode 178=F14" &
xmodmap -display :0.1 -e "keycode 236=F15" &
xmodmap -display :0.1 -e "keycode 229=F16" &

#start imwheel to map buttons 4&5 to back/forward
imwheel -p -k -b "67" &
imwheel -p -k -b "67" -X :0.1 &

#set FSAA and other nvidia options
export __GL_FSAA_MODE="0"
export __GL_DEFAULT_LOG_ANISO="1"
export __GL_SYNC_TO_VBLANK="0"


#turn off screen blanking
xset s off
# turn DPMS on
xset +dpms
# set time for DPMS
xset dpms 1200 1200 1200

# Start flux
/usr/bin/fluxbox & wmpid=$!

#for Eterm
Esetroot /home/stefan/gentoo1280x1024.jpg
Esetroot -display :0.1 /home/stefan/gentoo-ice-light2-1024x768.jpg

#start the screensaver....
xscreensaver -no-splash &

#start dock programs
gkrellm2 -w &
fluxter -w &

#numlock on
numlockx

#start up ksensors on second monitor
#DISPLAY=:0.1 ksensors --nodock &

#do not exit script (e.g. end X) until fluxbox is exited
wait $wmpid


I am going to have to look into that root-tail thing, seems cool. Oh, and to that person who has startx in their .bashrc or whatever, it shouldn't be too hard to do a ps / egrep check of sorts so if it finds a startx already running it won't try to start up another session, so you don't have to ctrl+c out
Back to top
View user's profile Send private message
ggelln
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jan 2003
Posts: 98
Location: Montreal Quebec

PostPosted: Wed Mar 26, 2003 2:56 pm    Post subject: Reply with quote

easykill thanks for that sweet .xinitrc!
I finally have my extra mouse buttons . . .

why do you have the wait $wmpid line, what is the benefit of doing this over just letting fluxbox be killed?

as to answering the original post:

I use startx, as I often use the plain console.

as everyone has said the remember patch is an essential fluxbox addon, I use it to set up functional workspace: one is my browser space, music space, etc. This coupled with the mouse wheel makes fluxbox such a pleasure to use.

the only thing that I dislike is not being able to completly remove the taskbar (or whatever it is called in flux), I've heard this is possible in openbox -- does anyone know a workaround (I just keep it hidden).

Gabriel
Back to top
View user's profile Send private message
easykill
Apprentice
Apprentice


Joined: 07 Dec 2002
Posts: 230

PostPosted: Wed Mar 26, 2003 3:53 pm    Post subject: Reply with quote

you'll notice the line starting fluxbox ends with wmpid=$! which sets a variable to the process ID, sort of

now, when the .xinitrc ends, your X session is finished, and you're back at the console. If you start all your programs in the background (e.g /usr/bin/fluxbox &), it will exit right out.
wait $wmpid will wait until the fluxbox process is finished, and then exit out of X.

I copied it off of the docs at fluxbox.org

[edit]
oh, if you want to use buttons 4 and 5 on an intellimouse as back/forward in konq/mozilla/etc, you need ONLY the following in your ~/.imwheelrc
Code:

".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right


[/edit]
Back to top
View user's profile Send private message
nyjal
n00b
n00b


Joined: 26 Mar 2003
Posts: 19
Location: Somewhere you're not

PostPosted: Wed Mar 26, 2003 8:27 pm    Post subject: Reply with quote

First,

I'd like to say that this is my 1st post...yay. =)

Second,

This post has helped already...being a "noob", I've been trying to set up fluxbox for the past couple days to get it "just right" and this has helped tremendously. Thanks to all!!!

Third,

To answer the original post,
1. No login manager, my machine is too slow, just use .xinitrc
2. I don't remember all the USE variables: -berkdb samba mozilla -nls apache tcltk and some others
3. gkrellm is a great tool, and on a slightly different line....the phoenix web browser...it's small and fast, even on my measly machine.

nyjal
_________________
I never really understood how there could be things that would drive you insane just because you knew them until I ran into Windows.
- Peter da Silva
Back to top
View user's profile Send private message
nyjal
n00b
n00b


Joined: 26 Mar 2003
Posts: 19
Location: Somewhere you're not

PostPosted: Wed Mar 26, 2003 8:43 pm    Post subject: Reply with quote

Sorry about the triple post....IE at work doesn't much like gentoo I don't think =(

nyjal
_________________
I never really understood how there could be things that would drive you insane just because you knew them until I ran into Windows.
- Peter da Silva
Back to top
View user's profile Send private message
Kosmo
n00b
n00b


Joined: 24 May 2002
Posts: 74

PostPosted: Wed Mar 26, 2003 9:46 pm    Post subject: Reply with quote

1) startx

2) Nothing fluxbox specific

3) i have bbrun, grkellm an bbpager running all the time
Back to top
View user's profile Send private message
eryvile
Apprentice
Apprentice


Joined: 14 Aug 2002
Posts: 234
Location: europe

PostPosted: Wed Mar 26, 2003 10:43 pm    Post subject: Reply with quote

1. gdm, I like the look (also impresses others :wink:) and it loads faster than kdm
2. I made the switch to fluxbox from kde so my use-flags are still a mess that needs to be cleaned up
3. gkrellm2 is running all the time, that's about it...
Back to top
View user's profile Send private message
kachaffeous
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jun 2002
Posts: 86

PostPosted: Wed Mar 26, 2003 11:22 pm    Post subject: Reply with quote

1. startx
2. gentoo default
3. fluxbox remember patch (remebers programs to run at startup and their positions). Currently gkrellm2, aterm and phoenix are remembered.
Back to top
View user's profile Send private message
TripKnot
Apprentice
Apprentice


Joined: 29 May 2002
Posts: 213

PostPosted: Thu Mar 27, 2003 12:41 am    Post subject: Reply with quote

1. GDM since I like to have the system log me in automatically and it has few deps unlike KDM. Well few as in I use a lot of gnome apps like Abiword, Gnumeric, Gnucash and GDM adds few if any extra over that.

2. The USE flags you would find usefull in an all fluxbox environment would be -kde -qt -gnome. -gtk is kinda bad in my opinion, but of course I use lots of gtk apps too.

3. Forget gkrellm, its a PITA. Dockapps only for me. fluxter(started with -w to place it in the slit), wmmon, wmnd, wmxmms, wmix, wmweather, and wmspaceclock
Back to top
View user's profile Send private message
garion911
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jun 2002
Posts: 88

PostPosted: Thu Mar 27, 2003 2:11 am    Post subject: Reply with quote

If you really want the graphical login, without the spartan XDM or bloated KDM/GDM, try looking at WDM... Doesn't rely on GTK or QT, and alot better looking then XDM.. Plus the ability of changing WM's as you wish.. There's an ebuild out there somewhere.. I also had to do some mofiying to my /etc/init.d/xdm file to get it to work ( since it doesn't seem to be 'offically' supported at this point..)..

That said... I used to use KDM... Once I switched to WDM, it seems that Fluxbox takes longer to load.. It could be because instead of relying on the remember patch being in flux, I use .xsession to load my stuff, so everything is loading all at once, instead of after flux loads..

--garion
Back to top
View user's profile Send private message
abracadaver
Tux's lil' helper
Tux's lil' helper


Joined: 03 Feb 2003
Posts: 125

PostPosted: Fri Mar 28, 2003 8:17 pm    Post subject: Reply with quote

wow .xinitrc is slick! before i used xdm and openbox but after seeing the overwhelming number of people who don't use a login manager at all i decided to give the command login a go and I'm very impressed at how fast openbox loads, literally at the blink of an eye im good to go (i even added a sweet little start up sound :) )
my USE vars are pretty much the default

does anybody know if the remember patch work for openbox? i run Gkrellm2, Bubblefishymon and a little dock app called Temperature.app at start up (i know gkrellm has a temperature plug in which i use also, but .app has the temp in a pretty big font so it's easier when i want the temp at a quick glance)
Back to top
View user's profile Send private message
Axiom
n00b
n00b


Joined: 11 Mar 2003
Posts: 16
Location: Munich, Germany

PostPosted: Fri Mar 28, 2003 9:47 pm    Post subject: Reply with quote

1. At the moment I just type "startx" at the console, because for some reason GDM and KDM start incredibly slowly on my machine (Athlon 1700+ with 512 MB RAM) - much slower than GNOME and KDE themselves!

2. I must admit that my USE-Flags contain "kde", "gnome", "qt" and "gtk2". Although my favourite window manager is Fluxbox, I can't live without Konqueror, KMail and GTetrinet. :oops:

3. KDE ...
Back to top
View user's profile Send private message
Chickpea
l33t
l33t


Joined: 03 Jun 2002
Posts: 846
Location: Vancouver WA

PostPosted: Fri Mar 28, 2003 10:34 pm    Post subject: Reply with quote

I am a startx kinda girl. I like the login managers but with me being the only one using the linux portion of the box because my husband pretty much refuses to use it, I dont need the fancy stuff. Plus I have framebuffer working so I have a nice picture to look at.

Nothing in my use flags. I make sure that I disable kde gnome in my use so that I can have a small system. That being said, I have installed kde and gnome anyway because there are a few progs that I like namely kmail and konqueror. Still looking for that perfect file manager. I wish I could find gnome midnight commander....

Xdm can be customized to look really beautiful but typing startx is just as easy

C
Back to top
View user's profile Send private message
PlatinumCursor
n00b
n00b


Joined: 29 Oct 2002
Posts: 33
Location: Huntsville, AL

PostPosted: Sat Mar 29, 2003 4:26 am    Post subject: Reply with quote

I dont use fluxbox at all, but Openbox does intrest me and I might try fluxbox soon, but I want to know aobut some of these things, like whats the fluxter and remember patch? I'm used to having everything perfect (i use enlightenment, good times, good times)
_________________
PlatinumCursor
Blinded by the bling...
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
Goto page 1, 2, 3  Next
Page 1 of 3

 
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