Ubuntu小技巧之二:解决Firefox字体发虚
Tuesday, 6. June 2006, 13:38:03
$sudo gedit /etc/firefox/firefoxrc然后会出现以下文件:
# which /dev/dsp wrapper to use FIREFOX_DSP="none" # Note that "auto" and "esd" involve the use of esddsp, which # is known to be buggy and to make Firefox unstable. # See https://launchpad.net/malone/bugs/29760.在里面加入:
MOZ_DISABLE_PANGO=1使整个文件变成:
# which /dev/dsp wrapper to use FIREFOX_DSP="none" MOZ_DISABLE_PANGO=1 # Note that "auto" and "esd" involve the use of esddsp, which # is known to be buggy and to make Firefox unstable. # See https://launchpad.net/malone/bugs/29760.就可以了。
重新打开firefox看看!有没有好很多呢?!



Anonymous # 19. November 2006, 09:13
可是我的firefox 2下面没有这个文件啊
搜都搜不到,怎么办呢?