View previous topic :: View next topic |
Author |
Message |
cwr Veteran
Joined: 17 Dec 2005 Posts: 1969
|
Posted: Wed Jul 09, 2008 8:38 pm Post subject: Minor Xorg server errors. |
|
|
Ok, the current xorg server is generally a better mousetrap, but it's
still throwing the following errors on shutdown:
1)
xinit: Resource temporarily unavailable (errno 11):
Cannot register with ConsoleKit:
org.freedesktop.CkConnector.Error:
Unable to open session:
The name org.freedesktop.ConsoleKit was not provided by any .service files
2)
waiting for X server to shut down FreeFontPath:
FPE "/usr/share/fonts/misc/:unscaled" refcount is 2, should be 1; fixing.
(Lines re-formatted for readability.)
X works fine, but I'd like to find out what's going on. Anyone any ideas?
Thanks - Will |
|
Back to top |
|
|
muhsinzubeir l33t
Joined: 29 Sep 2007 Posts: 948 Location: /home/muhsin
|
Posted: Wed Jul 09, 2008 9:07 pm Post subject: |
|
|
Quote: | FPE "/usr/share/fonts/misc/:unscaled" refcount is 2, should be 1; fixing. |
dunno the meaning of that scalled and unscalled, remove it and leave only the path to the fonts..this is my sample on fonts stuffs:
Code: |
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/ |
P:S
first question no clue, leave it to others _________________ ~x86
p5k-se
Intel Core 2 Duo
Nvidia GT200
http://www.zanbytes.com |
|
Back to top |
|
|
VoidMage Watchman
Joined: 14 Oct 2006 Posts: 6196
|
Posted: Wed Jul 09, 2008 9:13 pm Post subject: |
|
|
That font thing can be safely ignored,
as xorg devs had been doing it for years.
The consolekit thing is easily solved by adding
consolekit to the default runlevel. |
|
Back to top |
|
|
cwr Veteran
Joined: 17 Dec 2005 Posts: 1969
|
Posted: Thu Jul 10, 2008 9:16 am Post subject: |
|
|
Thanks - I didn't know consolekit even existed ...
Will |
|
Back to top |
|
|
cwr Veteran
Joined: 17 Dec 2005 Posts: 1969
|
Posted: Thu Jul 10, 2008 1:23 pm Post subject: |
|
|
In fact dropping the font path entirely leads to X failing with a "no fixed fonts"
error message. It doesn't really matter - X used to have quite a number of
errors about eg: keyboard mapping, and it still ran. I just wanted to see if
I could fix the last few, but having spent a week digging through xkbd to
no result I've no intention of taking the font problem further.
Will |
|
Back to top |
|
|
|