Hello everybody! I meet a puzzled problem.
Current Environment
FreeBSD 8.0 Release: Standard Installation
xorg-minimal-7.4_4: Port Installation
xterm-253: Port Installation
dwm-5.7.2: Port Installation
wqy-fonts-28801102,1: Port Installation (chinese fonts supporting ISO10646-1; have fonts.dir)
/etc/X11/xorg.conf
~/.xinitrc
~/.login_conf (have using "cap_mkdb .login_conf")
~/UXTerm
When I use "startx" enter dwm and press Alt+Shift+Enter to open UXTerm and input "ls ~", all files and directories named with Chinese characters display some "?":
If I use vi to open the file that including some Chinese characters, the interface is:
I changed to other wqy fonts supporting ISO10646-1 and the problem still existing.
I press Alt+Shift+Q to Quit and some error info display on console mode:
Reboot the computer, still ...
Need help, thanks!
Current Environment
FreeBSD 8.0 Release: Standard Installation
xorg-minimal-7.4_4: Port Installation
xterm-253: Port Installation
dwm-5.7.2: Port Installation
wqy-fonts-28801102,1: Port Installation (chinese fonts supporting ISO10646-1; have fonts.dir)
/etc/X11/xorg.conf
Code:
...
Section "Files"
ModulePath "/usr/local/lib/xorg/modules/"
FontPath "/usr/local/lib/X11/fonts/wqy/"
...
EndSection
Section "Module"
...
Load "freetype"
...
EndSection
...
~/.xinitrc
Code:
exec /usr/local/bin/dwm
~/.login_conf (have using "cap_mkdb .login_conf")
Code:
me:\
:charset=iso-10646-1:\
:lang=zh_CN.ISO10646-1:
~/UXTerm
Code:
*VT100.font: -wenquanyi-wenquanyi bitmap song-bold-r-normal--13-130-75-75-p-80-iso10646-1
*VT100.utf8Fonts.font: -wenquanyi-wenquanyi bitmap song-bold-r-normal--13-130-75-75-p-80-iso10646-1
When I use "startx" enter dwm and press Alt+Shift+Enter to open UXTerm and input "ls ~", all files and directories named with Chinese characters display some "?":
I press Alt+Shift+Q to Quit and some error info display on console mode:
Code:
(EE) Failed to load module "freetype" (module does not exist, 0)
failed to set mttr: Device not configured
warning: no locale support
dwm: missing fontset: ISO8859-1
Reboot the computer, still ...
Need help, thanks!