Results 1 to 7 of 7
Back with another question. I downloaded fluxbox, installed it....yadda-yadda. Now, How do i open the darn thing. I go into /usr/local/bin and open fluxbox, but when I try to run ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-24-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 16
Fluxbox help needed
Back with another question. I downloaded fluxbox, installed it....yadda-yadda. Now, How do i open the darn thing. I go into /usr/local/bin and open fluxbox, but when I try to run it it says that it can't because there is another window manager running ( KDE ). Now how do I close KDE?! Im lost guys, please help me out...
Currently running SimplyMEPIS
- 09-24-2005 #2
First, do this:
then,Code:echo "exec /usr/bin/fluxbox" >~/.xinitrc
Code:startx
- 09-24-2005 #3Just Joined!
- Join Date
- Sep 2005
- Posts
- 16
I did what you said. This is what I got:
Any ideas?Code:root@1[X"""X]# echo "exec /usr/bin/fluxbox" >~/.xinitrc root@1[X"""X]# startx Using authority file /root/.Xauthority Writing authority file /root/.Xauthority Using authority file /root/.Xauthority Writing authority file /root/.Xauthority Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again. When reporting a problem related to a server crash, please send the full server output, not just the last messages. Please report problems to submit@bugs.debian.org.
- 09-24-2005 #4Linux Newbie
- Join Date
- Nov 2004
- Posts
- 239
sorry, i forgot which distro....
but
if you run that as root, it will bring the PC to run level three. You dont know what run level 3 is? oh, its text only mode, so it will kill the x server and kde and what ever else you think you have running and just leave you with a command line.Code:init 3
after that, do what the post above says, and run
which brings you up to run level 5, a full graphicaly login.init 5
You can make this all a lot easier if you install gdm (gnome-display-manager) or kdm or even xdm... these are the graphical things which you login through. you probably already have one?
Try logging out, and on the screen that comes up look for where it says "Session" and see whats in there, you should be able to select the wm you want to run when you login.
- 09-24-2005 #5
Hmmm... if you installed fluxbox via apt-get (synaptic or kpackage), it should show up in the menu of your login screen, I don't remember the exact wording, it is the one on the bottom right, look for something like 'session type'.
Stumbling around the 'net:
www.cloudyuseful.com
- 09-24-2005 #6
Which GU are you using? The KDE session manager before login allows you to choose what you want to start up.
- 09-24-2005 #7Just Joined!
- Join Date
- Sep 2005
- Posts
- 39
Just an observation ... never startx, or log into X as root, it's bad mojo. If you need to log in as root (as opposed to su'ing from a user account) stick to the console. You can start applications that need root priveleges in X either from a console after su'ing to root, or using gksu or one of its equivalents.
Originally Posted by Aristeia


Reply With Quote
