[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Applications font



Hi,

It seems the font server is path-dependent (as is X). I changed the
following entry to have the 75dpi fonts came before the 100dpi ones.
okidz@okidz:~$ more /etc/X11/fs-xtt/config
catalogue = /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID,
	    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	    /usr/lib/X11/fonts/misc/:unscaled,
	    /usr/lib/X11/fonts/cyrillic/:unscaled,
            /usr/lib/X11/fonts/75dpi/:unscaled,
	    /usr/lib/X11/fonts/100dpi/:unscaled,

And to make sure that X is working at 75 dpi:
okidz@okidz:~$ more /etc/gdm/gdm.conf
command=/usr/bin/X11/X -xf86config /root/XF86Config.new -dpi 75 -depth 24
-nolisten tcp

The menu font in the apps works fine now.

Oki



Reply to: