LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 05-18-2014, 03:27 PM   #1
ZGNULINUX
LQ Newbie
 
Registered: Nov 2013
Posts: 16

Rep: Reputation: Disabled
Post 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
 
Old 05-18-2014, 03:50 PM   #2
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
when you boot the machine and log in, are you looking at a blank screen with a command prompt?
If so type in
Code:
xwmconfig
Do you get a list of options for window managers? Is fluxbox in the list?
 
Old 05-18-2014, 03:53 PM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
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):
Code:
X -configure

Last edited by TobiSGD; 05-18-2014 at 05:48 PM.
 
Old 05-18-2014, 05:17 PM   #4
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
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.
 
Old 05-19-2014, 11:29 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
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.
Old 05-26-2014, 03:23 PM   #6
ZGNULINUX
LQ Newbie
 
Registered: Nov 2013
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
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):
Code:
X -configure




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
 
Old 05-26-2014, 04:40 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
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.
 
Old 05-26-2014, 04:49 PM   #8
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
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
Quote:
/tmp/.X0-lock
If it's there, remove it and try again.

Last edited by dijetlo; 05-26-2014 at 04:52 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SOLVED : P new install of archlinux with archlinux-2010.05-core-i686.iso elenger Arch 1 08-18-2011 01:55 PM
[SOLVED] Netbook keyboard no longer working on Archlinux/fluxbox/ROX rotornik Linux - Newbie 2 08-18-2010 12:54 PM
Install problems Archlinux culaterout Arch 12 01-26-2010 02:06 AM
How To Install A Personal Wiki On ArchLinux ravisghosh Linux - Newbie 1 01-16-2007 01:12 AM
Newbie archlinux install, some help please Mindaugas Arch 7 03-30-2004 12:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 05:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration