SuSE Linux: Version 7.3
Editieren Sie die XF86Config (je nach XFree86 Version unter /etc oder /etc/X11 zu finden) und Sie unter:
Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" [...] EndSection
alle :unscaled Einträge, so dass anschliessend die Einträge wie folgt aussehen:
Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" [...] EndSection
oder
Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/75dpi"#:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/misc"#:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi"#:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi"#:unscaled" [...] EndSection
Starten Sie anschliessend den X Server neu und testen Sie die Veränderungen.
Bei dieser Veränderung kann es vorkommen, dass andere Fonts in Mitleidenschaft gezogen werden. Daher ist diese Lösung nur als Workaround und nicht als endgültige Lösung zu betrachten. Eine bei weitem elegantere Lösung ist die Installation von TrueType Schriftarten mittels fetchmsttfonts eher zu empfehlen.
Nähere Informationen zum Thema Installation von Truetype Fonts entnehmen Sie bitte folgenden Artikeln:
http://sdb.suse.de/de/sdb/html/chofman_ttf_72.html
http://sdb.suse.de/de/sdb/html/chofman_ttf_71.html