daphne 寫:請問各位大大...我們希望安裝最精簡的套件,讓X可以啟動
現在已經安裝xserver-xfree86,xfree86-common,xserver-common,xfonts-base,xutils
現在用 ./x 來啟動X,出現以下訊息:
could not open default font 'fixed'
the X server's font paths might be misconfigured,
remoted font server(s) may by unreachable, and/or
local font may not be installed or are not configured correctly.
是少了哪個套件,還是哪些地方需要設定? 謝謝^^
You may try to install x-window-system-core or x-window-system instead, that would be better for inexperienced users.
Problem may be of fonts used. Therefore, try to add
- 代碼: 選擇全部
fixed -b&h-lucidatypewriter-medium-r-normal-sans-14-100-100-100-m-80-iso8859-1
to
- 代碼: 選擇全部
/usr/share/X11/fonts/100dpi/fonts.alias
I havn't suffered such dilemma. Thus what I can do is only to provide some similar situations that others have had. Here is the snippet
- 代碼: 選擇全部
...
I worked around the problem by adding the line:
fixed -b&h-lucidatypewriter-medium-r-normal-sans-14-100-100-100-m-80-iso8859-1
to /usr/share/X11/fonts/100dpi/fonts.alias since nothing else I tried worked.
...
and its referenced
http://ubuntuforums.org/archive/index.php/t-75122.html
hope this helps!
peace,