Hmm... I'm not sure. I do not have X11 directory in /usr/share/fonts/ at all.
# ll /usr/share/fonts/ total 12 -rw-r--r-- 1 root root 37 2006-05-17 20:29 fonts.cache-1 drwxr-xr-x 4 root root 4096 2006-05-17 17:19 truetype drwxr-xr-x 3 root root 4096 2006-05-17 16:01 type1 I do have /usr/X11R6/lib/X11/fonts/ though: # ll /usr/X11R6/lib/X11/fonts/ total 88 drwxr-xr-x 2 root root 28672 2006-05-18 15:21 100dpi drwxr-xr-x 2 root root 28672 2006-05-18 15:21 75dpi drwxr-xr-x 3 root root 4096 2006-05-18 16:07 encodings -rw-r--r-- 1 root root 123 2006-05-17 20:29 fonts.cache-1 drwxr-xr-x 2 root root 12288 2006-05-18 16:07 misc drwxr-xr-x 2 root root 4096 2006-05-17 19:35 Speedo drwxr-xr-x 2 root root 4096 2006-05-18 15:21 Type1 drwxr-xr-x 2 root root 4096 2006-05-18 15:21 util # ll /usr/lib/X11* lrwxrwxrwx 1 root root 16 2006-05-17 20:28 /usr/lib/X11 -> ../X11R6/lib/X11 # cat /etc/X11/xorg.conf ## xorg.conf (Xorg X Window System server configuration file) ## ... 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/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection ... One strange thing I can spot right away is that I do not have the "/usr/lib/X11/fonts/CID" directory (see above). Any ideas? Thanks --- On Fri 05/19, Florian Kulzer < [EMAIL PROTECTED] > wrote: The font paths have changed for Xorg 7.0; it's "/usr/share/fonts/X11/"instead of "/usr/X11R6/lib/X11/fonts/". The corresponding section ofyour /etc/X11/xorg.conf should look something like this: Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" EndSection (You might have different fonts there, but the first part of the pathsshould be like in my example.) _______________________________________________ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]