Weblog entry #3 for Grimnar
andreas@gwlap:~$ fluxbox Warning: Failed to open file(/usr/share/fluxbox/nls/en_GB/fluxbox.cat) for translation, using default messages. Error: Couldn't connect to XServer andreas@gwlap:~$
andreas@gwlap:~$ openbox (openbox:3573): Openbox-CRITICAL **: Failed to open the display. andreas@gwlap:~$
andreas@gwlap:~$ startx xauth: creating new authority file /home/andreas/.serverauth.3574 X: user not authorized to run the X server, aborting. giving up. /usr/X11R6/bin/xinit: Connection refused (errno 111): unable to connect to X server /usr/X11R6/bin/xinit: No such process (errno 3): Server error. Couldnt get a file descriptor referring to the consoleAs root
gwlap:/home/andreas# startx
xauth: creating new authority file /root/.serverauth.3597
X: warning; process set to priority -1 instead of requested priority 0
X Window System Version 6.9.0 (Debian 6.9.0.dfsg.1-4 20060114230205 David Nusinow )
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: Linux 2.6.15-1-686 i686 [ELF]
Current Operating System: Linux gwlap 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC 2005 i686
Build Date: 14 January 2006
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.8-2-386 (horms@tabatha.lab.ultramonkey.org) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 Tue Aug 16 12:46:35 UTC 2005
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 1 22:42:07 2000
(==) Using config file: "/etc/X11/xorg.conf"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
Fatal server error:
could not open default font 'fixed';
the X server's font paths might be misconfigured, remote font server(s)
may be unreachable, and/or local fonts may not be installed or are not
configured correctly.
People inexperienced with the X Window System should have either the
"x-window-system" or "x-window-system-core" packages installed.
# apt-get install x-window-system-core <-- DoneDone.
# apt-get install x-window-system <-- Done.
Other useful commands to run include:
$ dpkg --status xserver-common
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
So, why do I paste all the different gui systems? Because I dont want to create any whats-best-gui-entry. So basicly, I just wont *a* working system. And yeah, I used google a lot at this and Im still very confuses. Sorry about that. Hopefully someone could help me out a bit.
Comments on this Entry
apt-get install x-window-system-core
Or:
apt-get install x-window-system
?
It looks like your X11 (X.org) and Xserver are in place, it just needs the x-window stuff to give it the capability for having windows on the screen. Fluxbox and KDE and GNOME and all those rely on that to function.
Which distro are you running? If Debian (which I would assume it is) which version of Debian? Have you been installing everything with apt-get, or have you been downloading and manually installing packages?
As for the normal user permission thing, not sure about that. :\
-MrFusion
[ Parent | Reply to this comment ]
apt-get install x-window-system-coreYeah, it was kinda bolded out in the previous post, but not that clear.
It looks like your X11 (X.org) and Xserver are in place, it just needs the x-window stuffI really think it's the touchpad and the lcd setup in /etc/X11/xorg.conf that is not working out for me. And maybe I should add a line or two in ~/.xserver-stuff but I really dont know.
to give it the capability for having windows on the screen. Fluxbox and KDE and GNOME
and all those rely on that to function.
Which distro are you running?Im running Debian, yes.
If Debian (which I would assume it is) which version of Debian? Have you been installing
everything with apt-get, or have you been downloading and manually installing packages?
Linux gwlap 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC 2005 i686 GNU/LinuxAnd yeah, everything is aquired with apt-get.
[ Parent | Reply to this comment ]
I really think it's the touchpad and the lcd setup in /etc/X11/xorg.confYeah, touchpads can be a ton of fun sometimes... Have you tried installing the Synaptics driver? (Easy to find in dselect.) As for the LCD, if you can display to it in text mode, then the only issues you should experience in X would be either totally black screen (without defaulting back to text with errors) or just really low res.
that is not working out for me. And maybe I should add a line or two in
~/.xserver-stuff but I really dont know.
This is all in my own experience though, I've never had a LCD monitor not work in X.
Definitely try what Steve suggested though, too. :)
-MrFusion
[ Parent | Reply to this comment ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
Fatal server error: could not open default font 'fixed'; the X server's font paths might be misconfigured, remote font server(s) may be unreachable, and/or local fonts may not be installed or are not configured correctly.
I've seen that before and the fix is usually one, or both, of:
apt-get install xfonts-75dpi apt-get install xfonts-100dpi
Your other errors are expected by the looks of things. By default only root may run startx, so starting it as non-root was doomed to failure without additional configuration.
The initial steps you show of running fluxbox look like you're just running them without X11 already running - so again I'd expect them to fail.
Personally I'd just run:
apt-get install x-window-system xterm rxvt
The first of these will pull in the fonts and all other required packages, the second two commands will make sure you have a graphical shell.Steve
[ Parent | Reply to this comment ]
Have you tried installing the Synaptics driver?Yeah.
apt-get install xfonts-75dpi apt-get install xfonts-100dpi apt-get install x-window-system xterm rxvtDone. Long time ago.
I can paste my /etc/X11/xorg.conf if it would be of any help.
[ Parent | Reply to this comment ]
My guess is that the dialogue options for dpkg are configured to use GNOME, which is presumably why dpkg-reconfigure complains that X isn't running.
To be honest I think the questioner would be better using one of dselects desktop options, rather than blindly installing packages without much understanding. I don't think this reflects a typical desktop experience, the usual X problems are getting graphics card and mouse recognised and these come later.
[ Parent | Reply to this comment ]
Robert
[ Parent | Reply to this comment ]
the pathes for the fonts changed from
/usr/lib/X11/fonts/
to
/usr/share/fonts/X11/
without notice.
there's somebody amongst the debian-maintainers who hates (the only explanation i found) people doing their own stuff:
after changing from Xorg 6.9 to 7 layout de_CH is not recognized anymore and no information for us who do not create their xorg.conf with debian's tool.
you have to use google to find out that's now
Option "XkbLayout" "ch"
Option "XkbOptions" "de"
same as with the font-pathes ...
"you do not use the tools we generously provide? your fault! do not blame us."
sounds like that software-company from the north-west of the usa ...
[ Parent | Reply to this comment ]
When installing fonts in Xorg 7.0, they're not registered, so you get errors like this during the package install:
usage error: unrecognized option
Usage: update-fonts-alias DIRECTORY ...
[ Parent | Reply to this comment ]
It kinda sets me back to late 90's when dis happend to me last time.
This is really my destiny, I will NEVER get X working.
[ Parent | Reply to this comment ]
ln -s /usr/share/fonts/X11 /usr/lib/X11/fonts
solved the problem for me.
Best regards
Peppe Bergqvist, peppe a peppesbodega nu
[ Parent | Reply to this comment ]
[ Parent | Reply to this comment ]
i hope you don't mind me asking, but how exactly did you solve this problem, im trying to do the same (instal fluxbox on an x-server) and am having what seems to be exactly the same problems :-(
tried some of the font things on this page, and that font linking thing, but to no avail?
thanks
[ Parent | Reply to this comment ]