|
|
我的xfree86的服务器端和客户端xclock, twm, tvtime已成功安装,但就是客户程序xterm尚未安装,每次alt+ctrl+backspace退出x window时有如下的错误的信息:
Fontconfig error:can not load default configfile
wanring:can not convert string "" to type Xftfont
不过开始是这样的信息:
cound not load xkb keymap , falling back to pre-xkb keymap
fontconig error:can not load default config file
wanring:can not conver "" to tyep xftfont
然后我这样做:
我在XF86Config中将键盘的内容修改如下:
section "InputDevices"
......
option "XkbDisable"
............
Endsection
这个错误提示没了:
cound not load xkb keymap , falling back to pre-xkb keymap
但是还有这个提示错误:
fontconig error:can not load default config file
wanring:can not conver "" to tyep xftfont
问题是:安装x window还需要那些字体的配置文件!, 他们在哪里, 我的xterm与他们有和关系!请教高手帮忙!谢谢!! |
|