I did a copy of microsoft fonts from my windows partition to linux. I then installed them: cp /mnt/win/windows/Fonts/* /usr/lib/X11/fonts/truetype/ cd /usr/lib/X11/fonts/truetype ttmkfdir > fonts.dir startx And then I use any program that uses font selection and select a microsoft font (wingdings or the like) and X crashes with a message to read the log. So I'm attatching the log.
Created attachment 5377 [details] XFree86 Log This is my log upon crashing.
Please go read /usr/X11R6/lib/X11/doc/README.fonts, as you are doing it totally wrong. # cd /usr/X11R6/lib/X11/fonts/truetype # ttmkfdir -e ../encodings/encodings.dir -o fonts.scale -d . # mkfontdir -e ../encodings -e ../encodings/large -- . If /usr/X11R6/lib/X11/fonts/encodings/encodings.dir do not exist, you generate it with: # mkfontdir -e /usr/X11R6/lib/X11/fonts/encodings \ -e /usr/X11R6/lib/X11/fonts/encodings/large \ -n -- /usr/X11R6/lib/X11/fonts/encodings