Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
font 'fixed' error when starting X
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
detz
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 175

PostPosted: Wed Nov 24, 2004 12:15 pm    Post subject: font 'fixed' error when starting X Reply with quote

I had a working conf file that rane in KDE but the resolution wasn't right so I did some research and learned that I need a program 855resolution to get the resolution 1280x800. I was messing around with it and couldn't get it to work so I downloaded someones xorg.conf and ran X with that. The screen went blank after that and even when I reverted back to the old conf file it still was blank. I've changed everything back the way it was and still blank. I get a fatel server error in the X.org.0 log saying it can't load/find font 'fixed'
Sorry, I'm not on the computer for the exact msg.

Any ideas?
Back to top
View user's profile Send private message
detz
Apprentice
Apprentice


Joined: 19 Feb 2004
Posts: 175

PostPosted: Wed Nov 24, 2004 2:40 pm    Post subject: Reply with quote

Here is the error message.
Code:

Could not init font path element unix/:7100, removing from list!
                                                                                                                                                       
Fatal server error:
could not open default font 'fixed'
                                                                                                                                                       
Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
                                                                                                                                                       
                                                                                                                                                       
   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.
                                                                                                                                                       
FatalError re-entered, aborting
Caught signal 4.  Server aborting

Back to top
View user's profile Send private message
Sipi
Guru
Guru


Joined: 03 Apr 2003
Posts: 406
Location: Hungary

PostPosted: Wed Nov 24, 2004 3:25 pm    Post subject: Reply with quote

It shows that in config file you set it to use xfs for font handling. I think you used it without xfs, just by setting font directories directly in conf file.
Either start xfs (and config it via /etc/X11/fs/config), or type your font dirs into xconfig file.

Usually, these are /usr/share/fonts/... dirs. The syntax is in xorg conf:

Code:
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/ttf"
EndSection


Fill it with your desired fontpaths.
Oh, yes, and delete the line saying FontPath "unix:/blabla"...

Sipi
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum