LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 918|回复: 3

Load xtt:cannot locate module xtt

[复制链接]
发表于 2006-11-26 12:35:06 | 显示全部楼层 |阅读模式
上次发的贴子没人回。。。。。。。
http://www.linuxsir.cn/bbs/showthread.php?t=282454

这两天一直在搞字体问题,高低不平,看上去发虚
antialias,autohint,hinting的值是true还是false?
xorg。conf中应该load 那几个模块?
我Load xtt说cannot locate module xtt
还有什么cannot init fontpath /usr/share/fonts (我的simsun。ttc就在这里阿)
我也试着Load其他模块,但字体总是高低不平,看上去很虚,
这两天一直在排列组合autohint,antialias,hinting是true还是false,
load那些模块,试了很多种组合,总是不能解决问题,
到底为什么啊?
slk11。。。
小弟这两天极度郁闷,众位兄弟,好心人,你们一定要帮帮我。。。。。。
先谢过。。。。。。。。。。。。。。
发表于 2006-11-26 13:15:02 | 显示全部楼层
xtt是过时的东西,不用
回复 支持 反对

使用道具 举报

发表于 2006-11-26 13:17:32 | 显示全部楼层
xtt是过时的东西,不用
回复 支持 反对

使用道具 举报

发表于 2006-11-26 17:06:44 | 显示全部楼层
Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#
# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.
#    ModulePath "/usr/X11R6/lib/modules"
#    FontPath         "/usr/X11R6/lib/X11/fonts/CID"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "/usr/X11R6/lib/X11/fonts/local"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/local/share/fonts"
EndSection
  我的配置。。。。。。。。问下,你到底在搞什么??
普通用户kde3.5下用simsun字体的.fonts.conf :
  <?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
  <edit mode="assign" name="rgba" >
   <const>none</const>
  </edit>
</match>
<match target="font" >
  <edit mode="assign" name="hinting" >
   <bool>true</bool>
  </edit>
</match>
<match target="font" >
  <edit mode="assign" name="hintstyle" >
   <const>hintmedium</const>
  </edit>
</match>
<match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>false</bool>
  </edit>
</match>
</fontconfig>
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表