



Hmm not really... what i did was:LostSon wrote:So if im reading this right i should change this
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
to
FontPath "/usr/share/fonts/Type1/"
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file for local customizations --><fontconfig>
<!--
Enable sub-pixel rendering
<match target="font">
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
<!-
<match target="font">
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
-->
<dir>/usr/share/fonts/corefonts/</dir>
<dir>/usr/share/fonts/terminus/</dir>
<dir>/usr/share/fonts/unifont/</dir>
<dir>/usr/share/fonts/Type1/</dir>
<dir>/usr/share/fonts/freefont/</dir>
<dir>/usr/share/fonts/artwiz/</dir>
<dir>/usr/share/fonts/local/</dir>
<dir>/usr/share/fonts/misc/</dir>
<dir>/usr/share/fonts/Speedo/</dir>
<dir>/usr/share/fonts/CID/</dir>
<dir>/usr/share/fonts/ttf-bitstream-vera/</dir>
<dir>/usr/share/fonts/util/</dir>
<dir>/usr/share/fonts/sharefont/</dir>
<dir>/usr/share/fonts/lfp-fix/</dir>
<dir>/usr/share/fonts/75dpi/</dir>
<dir>/usr/share/fonts/100dpi/</dir>
<dir>/usr/local/share/fonts</dir>
<dir>/usr/kde/3.3/share/fonts</dir>
</fontconfig>
Code: Select all
...
Section "InputDevice"
Identifier "keyboard1"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "de_CH"
EndSection
...
FontPath "/usr/share/fonts"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/Speedo"
### FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/kde/3.3/share/fonts"
FontPath "/usr/share/fonts/ttf-bitstream-vera/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/artwiz/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/util/"
FontPath "/usr/share/fonts/sharefont/"
FontPath "/usr/share/fonts/lfp-fix/"
FontPath "/usr/share/fonts/unifont/"

