Results 1 to 6 of 6
Ok, I just resolved an ethernet card issue, and ran emerge fluxbox. That woreds fine, then when I type #fluxbox, it says there is no x server started. I type ...
- 11-11-2004 #1Linux Newbie
- Join Date
- Jun 2004
- Posts
- 220
How to start X (startx doesnt work)
Ok, I just resolved an ethernet card issue, and ran emerge fluxbox. That woreds fine, then when I type #fluxbox, it says there is no x server started. I type startx, and I get "command not found" I'm pretty sure fluxbox emerged x.org as a dependency, so it exists. ANy suggestions as to how to get the X server running? Thanks
N3WO
There are 10 types of people; those who count in binary and those who don\'t...
- 11-11-2004 #2Linux Newbie
- Join Date
- Jun 2004
- Posts
- 220
Ok. Am embarased that I didn't try as root, so now have x running. Fluxbox still makes the same complaint, and I treid running it from an x terminal, but hte xterm wont start!
N3WO
There are 10 types of people; those who count in binary and those who don\'t...
- 11-11-2004 #3Linux Newbie
- Join Date
- Jun 2004
- Posts
- 220
I emerged xterm and everything works fine. My sincerest appoligies for the triple post!
N3WO
There are 10 types of people; those who count in binary and those who don\'t...
- 11-11-2004 #4Just Joined!
- Join Date
- Nov 2004
- Location
- Camino, California, United States of America
- Posts
- 10
BTW, if you want to automatically start Fluxbox every time that you start X, either
orCode:echo "exec fluxbox" > ~/.xinitrc
Use the top one if you use startx to start X, or the bottom if you use X to start X, or you use xdm or some other display manager. Have funCode:nano -w /etc/rc.conf XSESSION="fluxbox"
- 11-12-2004 #5
The bottom one is also global whereas the top is user specific.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 11-12-2004 #6Linux Newbie
- Join Date
- Jun 2004
- Posts
- 220
Ok I'll try that.
I got it working but only as root by typing startx, and then in the xterm typing fluxbox, but as I said I have to be root.
I'll add the suggested lines.N3WO
There are 10 types of people; those who count in binary and those who don\'t...


Reply With Quote
