Joel Keating wrote: > > Ok i changed the lines in font server to use 100 dpi and i start the > xserver with the --dpi 100 switch. I've dloaded the .deb of xfstt and > it is running. I copied all my .ttf fonts from windows to my ttffonts > dir in linux. What is the line i need to add to XF86Config under > debian to get X to start seeing the new ttf fonts? Thanks for your > help?
You add 'unix/:7101' to the font path in XF86Config. I like to place it after the :unscaled paths and before the regular 75 and 100 dpi ones, like this: FontPath (***this is one continuous line but Netscape wraps it up***) "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:un scaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/ ,/usr/X11R6/lib/X11/fonts/Speedo/,unix/:7101,/usr/X11R6/lib/X11/fonts/75dpi/,/us r/X11R6/lib/X11/fonts/100dpi/" Please don't boot up using xdm to login until you make sure this is working. X won't start if there is any error in the fontpath. --- D.Damian