给Gnome添加点阵字体

把字体路径添加到X设置文件,我的是:

/etc/X11/XF85Config-4

其中有一个字体Section,照葫芦画瓢即可,例如

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/cyrillic"
	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/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath  "/usr/X11R6/lib/X11/fonts/misc"
EndSection

然后以root身份进入

etc/fonts/conf.d

输入

 #unlink 30-deb*-no-bitmaps.conf

把那个不准bitmap的文件unlink掉

update: etch中的字体设置

以root身份运行(大约如此,记忆模糊,反正就是字体config的config)

dpkg-reconfigure fontconfig-config

根据向导把点阵字体允许就可以了