View previous topic :: View next topic |
Author |
Message |
tnagpal n00b
Joined: 23 Apr 2002 Posts: 11
|
Posted: Wed Apr 24, 2002 9:13 pm Post subject: blackbox and x windows |
|
|
I get an error stating:
BaseDisplay::BaseDisplay: connection to X server failed
when I try to use fluxbox or blackbox. Anyone know how to fix it? |
|
Back to top |
|
|
Jeevz Bodhisattva
Joined: 15 Apr 2002 Posts: 195 Location: Boston, MA
|
Posted: Wed Apr 24, 2002 9:19 pm Post subject: |
|
|
How are you trying to start BlackBox? What is the command you type? |
|
Back to top |
|
|
tnagpal n00b
Joined: 23 Apr 2002 Posts: 11
|
Posted: Wed Apr 24, 2002 9:33 pm Post subject: |
|
|
Tried just blackbox (now actually trying "fluxbox") Same error with startblackbox. |
|
Back to top |
|
|
freefall Tux's lil' helper
Joined: 13 Apr 2002 Posts: 89
|
Posted: Wed Apr 24, 2002 10:43 pm Post subject: |
|
|
Add blackbox to your ~/.xinitrc file and start X with 'startx'. |
|
Back to top |
|
|
tnagpal n00b
Joined: 23 Apr 2002 Posts: 11
|
Posted: Wed Apr 24, 2002 10:52 pm Post subject: Can't find it |
|
|
Sorry, I can't "find" .xinitrc anywhere... |
|
Back to top |
|
|
Guest
|
Posted: Wed Apr 24, 2002 11:15 pm Post subject: Re: Can't find it |
|
|
tnagpal wrote: | Sorry, I can't "find" .xinitrc anywhere... |
Howabout trying this:
Code: | echo "exec blackbox" > ~/.xinitrc |
|
|
Back to top |
|
|
tnagpal n00b
Joined: 23 Apr 2002 Posts: 11
|
Posted: Wed Apr 24, 2002 11:19 pm Post subject: |
|
|
After trying startx I get the following message
...
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
/home/name/.xinitrc: exec: blackbox: not found
waiting for X server to shut down
...
Still no luck... |
|
Back to top |
|
|
bob_t n00b
Joined: 18 Apr 2002 Posts: 23 Location: ithaca, ny, usa
|
Posted: Thu Apr 25, 2002 12:23 am Post subject: |
|
|
tnagpal wrote: |
/home/name/.xinitrc: exec: blackbox: not found. |
What does the output of "which blackbox" give? |
|
Back to top |
|
|
tnagpal n00b
Joined: 23 Apr 2002 Posts: 11
|
Posted: Thu Apr 25, 2002 12:42 am Post subject: Which fluxbox |
|
|
I typed "which fluxbox"
I got
/usr/bin/fluxbox |
|
Back to top |
|
|
Jeevz Bodhisattva
Joined: 15 Apr 2002 Posts: 195 Location: Boston, MA
|
Posted: Thu Apr 25, 2002 2:47 pm Post subject: |
|
|
Replace blackbox with fluxbox in your .xinitrc |
|
Back to top |
|
|
Jeevz Bodhisattva
Joined: 15 Apr 2002 Posts: 195 Location: Boston, MA
|
Posted: Thu Apr 25, 2002 2:49 pm Post subject: |
|
|
In other words type this:
Code: | echo "exec fluxbox" >| ~/.xinitrc |
Then try starting up X with the command: startx |
|
Back to top |
|
|
|