系统环境
debian 6 stable
fvwm
locale : en_US.UTF-8
在~/.Xdefaults文件中写入了配置,抄了rolyez的一些配置
~/.Xdefaults文件 内容:
代码: 全选
!look and feel
xterm.termName: xterm-256color
xterm.geometry:80x36
xterm*scrollBar: false
xterm * rightScrollBar: true
xterm *loginshell:true
xterm * cursorBlink:true
xterm *background :black
xterm * foreground :gray
xterm.borderless:true
xterm*colorUL:yellow
xterm * colorBD:white
!fix alt key input
xterm *eightBitInput:false
xterm*altSendsEscape:true
!font and locale
xterm * locale:true
xterm.utf8:true
xterm * utf8Title:true
xterm*fontMenu*fontdefault*Label:Default
xterm*faceName:Monaco:antialias=True:pixelsize=20
!English font
xterm *faceName:DejaVu Sans Mono:antialias=True:pixelsize=14
!Chinese font
xterm *faceNameDoublesize:wenquanyi micro hei:pixelsize=16:antialias=True
xterm *xfsAntialias:true
xterm*cjkWidth:false
!-- Tango color scheme
*xterm*color0: #2e3436
*xterm*color1: #cc0000
*xterm*color2: #4e9a06
*xterm*color3: #c4a000
*xterm*color4: #3465a4
*xterm*color5: #75507b
*xterm*color6: #0b939b
*xterm*color7: #d3d7cf
*xterm*color8: #555753
*xterm*color9: #ef2929
*xterm*color10: #8ae234
*xterm*color11: #fce94f
*xterm*color12: #729fcf
*xterm*color13: #ad7fa8
*xterm*color14: #00f5e9
*xterm*color15: #eeeeec
xterm *faceNameDoublesize:wenquanyi micro hei:pixelsize=16:antialias=True 这处也试过使用zen hei, bitmap song都不起作用
现在是很多汉字都显示成方块,但是有一部分还是能显示的,另外使用fcitx在xterm中输入也没有问题,但是会遇到部分文字无法显示的问题。xterm中的字体很明显不是文泉驿的,不知道我和配置中有什么错误的地方,请大家帮忙看一下