|
|
发表于 2006-4-16 22:45:56
|
显示全部楼层
Post by seamonkey
删了xorg.conf
apt-get --purge remove xserver-xorg
然后
apt-get install xserver-xorg
不管用找我。
fc-cache和这个一点关系都没有。
fc-cache主要是让你看一下新的字体在哪里,然后修改xorg.conf,并不是说这条命令有用。我就是看了之后才知道字体都在/usr/share/fonts/X11下的。原先的目录/usr/X11R6/lib/X11/fonts/空了。直接修改xorg.conf就行了,不需要重新apt-get install xserver-xorg
fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 6 dirs
fc-cache: "/usr/X11R6/lib/X11/fonts/misc": caching, 0 fonts, 0 dirs
fc-cache: "/usr/X11R6/lib/X11/fonts/util": caching, 0 fonts, 0 dirs
fc-cache: "/usr/X11R6/lib/X11/fonts/75dpi": caching, 0 fonts, 0 dirs
fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 0 fonts, 0 dirs
fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs
fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 dirs
fc-cache: "/usr/X11R6/lib/X11/fonts/100dpi": caching, 0 fonts, 0 dirs
fc-cache: "/usr/share/fonts": caching, 0 fonts, 6 dirs
fc-cache: "/usr/share/fonts/X11": caching, 0 fonts, 6 dirs
fc-cache: "/usr/share/fonts/X11/misc": caching, 55 fonts, 0 dirs
fc-cache: "/usr/share/fonts/X11/util": caching, 0 fonts, 0 dirs
fc-cache: "/usr/share/fonts/X11/75dpi": caching, 358 fonts, 0 dirs
fc-cache: "/usr/share/fonts/X11/Type1": caching, 10 fonts, 0 dirs
fc-cache: "/usr/share/fonts/X11/encodings": caching, 0 fonts, 1 dirs
fc-cache: "/usr/share/fonts/X11/encodings/large": caching, 0 fonts, 0 dirs
fc-cache: "/usr/share/fonts/X11/100dpi": caching, 358 fonts, 0 dirs
fc-cache: "/usr/share/fonts/added": caching, 4 fonts, 0 dirs
fc-cache: "/usr/share/fonts/type1": caching, 0 fonts, 1 dirs
fc-cache: "/usr/share/fonts/type1/gsfonts": caching, 2 fonts, 0 dirs
fc-cache: "/usr/share/fonts/zh_CN": caching, 4 fonts, 0 dirs
fc-cache: "/usr/share/fonts/truetype": caching, 0 fonts, 5 dirs
fc-cache: "/usr/share/fonts/truetype/kochi": caching, 2 fonts, 0 dirs
fc-cache: "/usr/share/fonts/truetype/sjfonts": caching, 2 fonts, 0 dirs
fc-cache: "/usr/share/fonts/truetype/dustin": caching, 12 fonts, 0 dirs
fc-cache: "/usr/share/fonts/truetype/ttf-dejavu": caching, 0 fonts, 0 dirs
fc-cache: "/usr/share/fonts/truetype/latex-xft-fonts": caching, 7 fonts, 0 dirs
fc-cache: "/usr/share/fonts/jfbterm": caching, 0 fonts, 0 dirs
fc-cache: "/root/.fonts": skipping, no such directory
fc-cache: "/usr/local/share/fonts": caching, 0 fonts, 0 dirs
fc-cache: succeeded |
|