Hallo christianf,

on 2002-06-02 16:45 You wrote:

 
> Bei mir ist das so in der XF86Config-4.
> Ich habe den Fontserver einfach auskommentiert.
> Reicht das ? 
> 
> 
> 
> Section "Files"
>         #FontPath       "unix/:7100"                # local font server
>         # if the local font server has problems, we ...
>         FontPath        "/usr/lib/X11/fonts/misc"
>         FontPath        "/usr/lib/X11/fonts/cyrillic"
>         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
>         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
>         FontPath        "/usr/lib/X11/fonts/Type1"
>         FontPath        "/usr/lib/X11/fonts/Speedo"
>         FontPath        "/usr/lib/X11/fonts/100dpi"
>         FontPath        "/usr/lib/X11/fonts/75dpi"
>         FontPath        "/usr/lib/X11/fonts/TrueType"
>         FontPath        "/usr/local/share/fonts/ttfonts"
> EndSection


Das ist schon mal gut, aber denke an das Modul "freetype". Sieht bei
mir insgesamt so aus:

Section "Files"
        FontPath        "/usr/X11R6/lib/X11/fonts/TrueType"
#       FontPath        "unix/:7100"                    # local font
        server
        # if the local font server has problems, we can fall back on
        these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/100dpi"

EndSection

Section "Module"
#       Load    "xtt"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"  
        Load    "glx"
        Load    "int10"
        Load    "pex5"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "xie"
EndSection


Das sind sicherlich mehr Module als notwendig, aber ich hatte noch
keine Lust herauszufinden, was ich davon wirklich brauche und was
nicht.

Sollte es immer noch nicht funktionieren, solltest du die Reihenfolge
der FontPaths nach meiner Vorgabe �ndern.


Gru�, Martin


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an