|
发表于 2004-12-26 14:26:06
|
显示全部楼层
问题1,
我想可能是你DNS设置的问题。你可以试试修改 /etc/resolve.conf,增加或者修改dns服务器。
例如我用杭州网通的DNS,我的resolve.conf是这样的
- domain homenetwork
- nameserver 218.108.248.200
- nameserver 218.108.248.228
复制代码
问题2,
请看这个http://www.gentoo.org/doc/en/alsa-guide.xml
问题3,
如果嫌原有的字体难看,可以先把windows下的simsun借来用用。
关于美化的文章太多了,请翻翻置顶贴,精华贴,可以参考我的做法:
1 copy simsun.ttc to /usr/share/fonts/local/
2 到 /usr/share/fonts/local目录下,mkfontscale && mkfontdir && fc-cache
3 修改 /etc/X11/xorg.conf (这里假设你用的是xorg-x11),确保下面两个Section中有这几行。
Section "Files"
...
FontPath "/usr/X11R6/lib/X11/fonts/local/"
...
EndSection
Section "Module"
...
Load "freetype"
# Load "xtt"
# Load "type1"
# Load "speedo"
...
EndSection
4 重新启动X
然后运行firefox,edit -> preferences -> general -> fonts 然后设置 simplified chinese 字体为 simsun。就ok了。 |
|