2007年8月3日 星期五

X window 字型

  1. 安裝 outta-port/mingliu 繁體中文字型。

    # cd /usr/ports/chinese
    # fetch http://netlab.cse.yzu.edu.tw/~statue/outta-port/mingliu.shar
    # sh mingliu.shar
    # cd mingliu
    # make MASTER_SITE_OVERRIDE= install clean

    接著編輯 /etc/XF86Config, 在 Section "Module" 區段, 加入 Load "xtt"

    Section "Module"
    :
    Load "xtt"
    EndSection

    Section "Files" 區段, 加入 FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"FontPath "/usr/X11R6/lib/X11/fonts/local/"

    Section "Files"
    :
    FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
    FontPath "/usr/X11R6/lib/X11/fonts/local/"
    EndSection

    先檢查 fontconfig 的字型設定是否正確, 以 fc-list :lang=zh-tw 檢查是否有安裝繁體字型, 或是 fc-list :lang=zh-cn 檢查是否有安裝簡體字型, 如果確定字型已經放到 fonts.conf 指定的目錄下, 試著手動執行 fc-cache -f -v 後再試試看。

    接著檢查 X11 Core Font 的字型設定是否正確, 進入 X Window 後,以 xlsfonts | grep big5 檢查是否有安裝繁體字型, 或是 xlsfonts | grep gb2312 檢查是否有安裝簡體字型, 如果確定字型已經放到 XF86Config 指定的目錄下, 試著手動執行 xset +fp /usr/X11R6/lib/X11/fonts/TrueType/ 後再試試看。

    請參考 輸出字型 一節。

沒有留言: