Xorg.conf
Section "Files"  FontPath        "unix/:7100"                    # local font server  # if the local font server has problems, we can fall back on these  FontPath        "/usr/share/X11/fonts/misc"  FontPath        "/usr/share/X11/fonts/cyrillic "  FontPath        "/usr/share/X11/fonts/100dpi/ :unscaled"  FontPath        "/usr/share/X11/fonts/75dpi/ :unscaled"  FontPath        "/usr/share/X11/fonts/Type1"  FontPath        "/usr/share/X11/fonts/CID"  FontPath        "/usr/share/X11/fonts/100dpi"  FontPath        "/usr/share/X11/fonts/75dpi"          # paths to defoma fonts  FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"  FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"  EndSection   Section "Module"  Load    "bitmap"  Load    "dbe"  Load    "ddc"  Load    "dri"  Load    "extmod...