Le 2001.12.12 12:44, Eric Laeuffer a écrit :
> le mer 12-12-2001 à 10:50, Romuald DELAVERGNE a écrit :
> 
> > Regarde dans ton XF86Config-4 section "Files" si les fontes 100dpi sont
> > placées avant les 75dpi.
> 
> Oui elles le sont !!
> 
> dans XF86Config-4 j'ai :
> 
> Section "Files"
>       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/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"
> EndSection
> 

Et bien inverse l'ordre:
Section "Files"
        FontPath        "unix/:7100"                    # local fontserver
        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

Répondre à