Ubuntu小技巧之二:解决Firefox字体发虚
Tuesday, June 6, 2006 1:38:03 PM
$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 # Sunday, November 19, 2006 9:13:35 AM