Arch This Forum is for the discussion of Arch Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-18-2014, 03:27 PM
|
#1
|
LQ Newbie
Registered: Nov 2013
Posts: 16
Rep:
|
Cannot install FLUXBOX archlinux 2014
hi i cannot install flux box on archlinux 2014
i had this
sudo pacman -S fluxbox
and when it is booting i writed
start fluxbox and show me
could not connect to XServer passing null display
i added
exec start fluxbox ,,,,,
but shows me that message
|
|
|
05-18-2014, 03:50 PM
|
#2
|
Senior Member
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Rep:
|
when you boot the machine and log in, are you looking at a blank screen with a command prompt?
If so type in
Do you get a list of options for window managers? Is fluxbox in the list?
|
|
|
05-18-2014, 03:53 PM
|
#3
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
xwmconfig is a Slackware specific command and not present in Arch.
@ZGNULINUX: Is X installed and working correctly? Can you for example run (as root):
Last edited by TobiSGD; 05-18-2014 at 05:48 PM.
|
|
|
05-18-2014, 05:17 PM
|
#4
|
Senior Member
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Rep:
|
Sorry, just noticed the thread header...
Last edited by dijetlo; 05-18-2014 at 05:23 PM.
Reason: Thought I was being funny....wrong again.
|
|
|
05-19-2014, 11:29 AM
|
#5
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
supposing you have X installed, try this:
create a file called .xinitrc in your $HOME.
the file should contain at least one line containing "exec startfluxbox".
it might look like this:
Code:
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
# put other stuff you want to get executed at login...
# the "exec" line is always the last line:
exec startfluxbox
now, at your prompt, type "startx".
that should get you started at least.
if your X server is already starting, it is a bit more complicated.
did you read this:
https://wiki.archlinux.org/index.php/fluxbox
???
the arch wiki is always the first place to look for solutions!
Last edited by ondoho; 05-19-2014 at 11:33 AM.
|
|
1 members found this post helpful.
|
05-26-2014, 03:23 PM
|
#6
|
LQ Newbie
Registered: Nov 2013
Posts: 16
Original Poster
Rep:
|
Quote:
Originally Posted by TobiSGD
xwmconfig is a Slackware specific command and not present in Arch.
@ZGNULINUX: Is X installed and working correctly? Can you for example run (as root):
|
ok i wrote that
X -configure
and shown me this
(EE)
Fatal server error:
(EE) Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE)
i think its bad
|
|
|
05-26-2014, 04:40 PM
|
#7
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
well at least it shows you have X installed.
why it is already running I don't know...
what does your screen look like? a mostly black tty console or something more graphical?
what happens when you reboot?
you should also install startx (i think it's "xorg-startx").
fwiw, i tried installing fluxbox on a console only arch linux install, and it doesn't even pull in the Xserver.
|
|
|
05-26-2014, 04:49 PM
|
#8
|
Senior Member
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Rep:
|
Quote:
why it is already running I don't know...
|
It probably isn't
It creates a lock file when you start it, if it crashes, it often leaves the lock file in
If it's there, remove it and try again.
Last edited by dijetlo; 05-26-2014 at 04:52 PM.
|
|
|
All times are GMT -5. The time now is 06:31 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|