LinuxSir.cn,穿越时空的Linuxsir!

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

我的freebsd6.0怎么汉化不成功呢?高手能看看吗?

[复制链接]
发表于 2005-12-17 02:50:19 | 显示全部楼层 |阅读模式
原来都行的,重装系统一次怎么按照原来方法不能汉化呢?
我的步骤是:
1:首先在/usr/X11R6/lib/X11/fonts/下新建了个TrueType目录,然后去windows下copy过来了simsun.ttf到此目录。
2:然后在这个目录下ttmkfdir > fonts.dir.
3:修改/etc/X11/xorg.conf配置文件,在Section "Files"下添加: FontPath     "/usr/X11R6/lib/X11/fonts/TrueType/"

这样还不够吗?应该可以的呀。请高手赐教!!!
附xorg.conf配置文件:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/TrueType/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/sysmouse"
        Option      "Emulate3Buttons"
        Option      "ZAxisMapping"  "4 5"
EndSection

Section "Monitor"
        #DisplaySize          320   240        # mm
        Identifier   "Monitor0"
        VendorName   "SAM"
        ModelName    "SyncMaster"
### Uncomment if you don't want to default to DDC:
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        Option            "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                   # [<bool>]
        #Option     "HWcursor"                   # [<bool>]
        #Option     "NoAccel"                    # [<bool>]
        #Option     "ShadowFB"                   # [<bool>]
        #Option     "UseFBDev"                   # [<bool>]
        #Option     "Rotate"                     # [<str>]
        #Option     "VideoKey"                   # <i>
        #Option     "FlatPanel"                  # [<bool>]
        #Option     "FPDither"                   # [<bool>]
        #Option     "CrtcNumber"                 # <i>
        #Option     "FPScale"                    # [<bool>]
        #Option     "FPTweak"                    # <i>
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "nVidia Corporation"
        BoardName   "NV18 [GeForce4 MX 440 AGP 8x]"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1024*768"
        EndSubSection
EndSection
___________________________________________________________
谢谢!
 楼主| 发表于 2005-12-17 03:08:03 | 显示全部楼层
接上:
按此方法改完但是设置字体时没有sumsun sumkai 等我在windows下copy过去的字体可以选择,这时怎么回事?默认好难看呀。
再附我的.cshrc看看是不是我这个的问题?
setenv        EDITOR        vi
setenv        PAGER        more
setenv        BLOCKSIZE        K
setenv  LANG            zh_CN.eucCN
setenv  LC_LANG         zh_CN.eucCN
setenv  LC_CTYPE        zh_CN.eucCN
setenv  LC_MESSAGES     zh_CN.eucCN
setenv  LC_TIME en_US.ISO8859-1
setenv  XMODIFIERS  @im=fcitx
回复 支持 反对

使用道具 举报

发表于 2005-12-17 08:24:48 | 显示全部楼层
Post by haikuoly
原来都行的,重装系统一次怎么按照原来方法不能汉化呢?
我的步骤是:
1:首先在/usr/X11R6/lib/X11/fonts/下新建了个TrueType目录,然后去windows下copy过来了simsun.ttf到此目录。
2:然后在这个目录下ttmkfdir > fonts.dir.
3:修改/etc/X11/xorg.conf配置文件,在Section "Files"下添加: FontPath     "/usr/X11R6/lib/X11/fonts/TrueType/"

2、我是用 ttfm.sh 建立fonts.dir 的:

  1. # ttfm.sh --add simsun.ttf tahoma.ttf ... (还有字体的话继续加)
  2. # cp fonts.dir fonts.scale (或者是cp fonts.scale fonts.dir ,具体哪个忘记了,反正都一样)
复制代码

3、别忘了要运行一下 fc-cache -v -f 刷新字体缓存
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-12-17 12:13:18 | 显示全部楼层
为什么要用cp fonts.dir fonts.scale呢?这个又是什么意思呢?谢谢Lolita!
回复 支持 反对

使用道具 举报

发表于 2005-12-17 21:18:14 | 显示全部楼层
为什么要说“又”呢

其实我也不知道。
回复 支持 反对

使用道具 举报

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

本版积分规则

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