转载好朋友的文章:)
http://physics.yculblog.com/post.2566619219.html1.字体需要更动, 如果使用文泉驿 可以把所有的压缩字体解压,替换压缩字体
到/usr/share/fonts/X11/misc目录下,将所有wenquanyi*.pcf.gz 改成wenquanyi*.pcf 具体的可以去文泉译的网站上下所有.pcf 字体 然后替换 所有wenquanyi*.pcf.gz
2.关掉pango 可以在$home/.mozilla/firefox里编辑名为rc的文件(没有的话建立一个,文件名就叫rc) 加上一句话 MOZ_DISABLE_PANGO=1
3. 关掉firefox的ipv6支持 在about:config后搜一下把network.dns.disableIPV6 选项设置为true
彻底关闭ipv6 在/etc/modules.conf 最后加上 有些系统是modprobe.conf
#turn off ipv6
alias net-pf-10 off
alias ipv6 off
4. 启动FireFox,在地址栏中输入“about:config”,页面中找出以下选项(如果没有就新建一个):
“nglayout.initialpaint.delay”(默认值为250,更改为0);
“network.http.pipelining”(默认 值为false,更改为true);
“network.http.proxy.pipelining”(默认值为false,更改为true);
“network.http.pipelining.maxrequests”(默认值为4,更改为8)完成设置后保存退出.
阅读(2115) | 评论(0) | 转发(0) |