X: could not open default font 'fixed'

Misst! schon wieder auf so ein scheiss x konfigurationstool reingefallen!
man darf sowas einfach nicht benutzen!
naja seit dem ich es benutzt habe, kommt diese meldung beim starten von X:

>Could not init font path element unix/:-1, removing from list!
>
>Fatal server error:
>could not open default font ‚fixed‘

wobei die erste Zeile wohl nicht so schlimm ist, da fixed ja im misc verzeichnis ist.

in der fonts.alias steht auch folgendes drin:
fixed -misc-fixed-medium-r-semicondensed–13-120-75-75-c-60-iso8859-1

und mkfontdir ist auch vorhanden.

hat jemand sonst noch einen tip?

danke

Hallo

gehe mal die /etc/XF86Config durch, aber mache dir ein backup! Versuche auch mal mit xf86config (alles klein) deinen X-Server richtig einzurichten!

Tschüss
Daniel

[Bei dieser Antwort wurde das Vollzitat nachträglich automatisiert entfernt]

Hallo

gehe mal die /etc/XF86Config durch, aber mache dir ein backup!
Versuche auch mal mit xf86config (alles klein) deinen X-Server
richtig einzurichten!

Tschüss
Daniel

hab die ja vorher gesichert!
aber trotzdem nix

>Could not init font path element unix/:-1, removing from
list!

unix/:-1 verweist auf einen Netzwerk-Port, unter dem das X-System die Fonts holen soll. Sowas wird von einem Fontserver bedient. Dieser scheint nicht gestartet zu werden (xfs, xfstt).

>
>Fatal server error:
>could not open default font ‚fixed‘

Tja, und dann gibt es auch nicht den absolut-muss-Systemfont. Also entweder suchen, wo der Fontserver gestartet wird, oder die Pfade per Hand eintragen (wobei das die veraltete Methode ist).

Ciao Lutz

PS:

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

 RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

 FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
 FontPath "unix/:-1"

EndSection

gut zu wissen dass das „unix/:-1“ kein richtiges verzeichnis ist!

schon mal hilfreich!

danke ich denke ich schaffe das jetzt!