欢迎您访问我的博客,有空多交流~
转载自:http://www.zvv.cn/blog/show-84-1.html

请仔细阅读步骤说明!

打开终端,执行:
cd /etc/fonts/conf.d/

为了安全,备份一下字体配置文件:
sudo cp 49-sansserif.conf 49-sansserif.conf_backup

以root身份打开:
sudo gedit ./49-sansserif.conf

此时文件显示的内容如下:
Tags: ,
from: https://addons.mozilla.org/en-US/firefox/addon/201

Firefox下的下载加速插件,支持断点续传,很干净,不像迅雷时不时弹出广告。

引用
The first and only download manager/accelerator built inside Firefox!

DownThemAll is all you can desire from a download manager: it features an advanced accelerator that increases speed up to 400% and it allows you to pause and resume downloads at any time!

DownThemAll is fast, reliable and easy-to-use! It lets you download all the links or images contained in a webpage and much more: you can refine your downloads by fully customizable criteria to get only what you really want!

DownThemAll is absolutely freeware and open-source. No Adware, no Spyware.

For more informations,
http://www.downthemall.net/howto/features/


Tags:

AMD 显卡驱动 8.42.3

[不指定 2007/10/24 23:38 | by Totti ]
点击在新窗口中浏览此图片
看到这条消息。。。不知道装上之后,Ubuntu能不能支持3D,运行 Compiz 及 Compiz Fusion。

正在下载测试

测试表明,还不支持。。。希望不是RPWT。

http://www2.ati.com/drivers/linux/ati-driver-installer-8.42.3-x86.x86_64.run

引用
For ATI Linux customers, last month was certainly a very exciting time from AMD announcing open specifications (and the subsequent delivery of the first batch and the creation of the RadeonHD driver) to the release of the fglrx 8.41 display driver. The AMD 8.41.7 driver was the first driver to be based upon AMD's new code-base and had not only delivered R600 support for the Radeon HD 2900XT, but clear performance improvements across the board from the R300 to the R500. However, this 8.41.7 driver was not well received by all. AMD had intended this driver to be targeted solely for the R600 customers, but many with older GPUs had immediately upgraded with some then having a foul experience.

Today it's now time where the fglrx driver reaches yet another milestone. Not only does today's release address many of the outstanding bugs for the earlier GPU generations while also introducing a few new features, but it also delivers AIGLX support! Yes, you read that right. You can finally run your ATI graphics card with the fglrx driver and run Compiz, Beryl, or Compiz Fusion without using XGL! This is coming 13 months after NVIDIA had introduced its AIGLX support, but now just days after the release of Ubuntu 7.10 Gutsy Gibbon it's here for ATI hardware. Granted, if you were using an older ATI GPU with the open-source Radeon driver, you could have been benefiting from AIGLX already.

In addition to the AIGLX support, the fglrx 8.42.3 driver includes X.Org server 1.4 support, video playback improvements, more performance improvements, and Rialto AGP fixes. While this driver quite promptly supports X.Org 7.3 / X server 1.4, it does not contain Linux 2.6.23 kernel support. The Linux 2.6.23 support isn't found in fglrx 8.42.3 due to issues with x86_64 support. However, we do expect that fglrx 8.43 will contain the Linux 2.6.23 kernel support.

The video playback improvements consist of a fix in TexturedVideo playback, which should result in smoother video playback. Though if you do continue running into TexturedVideo (X-Video) playback problems, be sure to report them in the Phoronix Forums. Likewise, the AGP (Rialto bridge) problem should be resolved, but report it if you're continuing to run into problems.

This release is tested for all ATI Radeon GPU products from the R300 to R600 series. This does not include support for the FireGL series, but the workstation compatibility will be introduced next month in fglrx 8.43.

Tags:

Ubuntu升级

[不指定 2007/10/18 08:45 | by Totti ]
早上打开Ubuntu ,提示有100多M的升级文件。Ubuntu 7.10 Gutsy正式发布。ATI显卡驱动跟不上Ubuntu的问题依然存在,启动不了3D特效,汗。
点击在新窗口中浏览此图片
Tags:

缺少公钥问题的解决方法

[不指定 2007/10/14 23:25 | by Totti ]
点击在新窗口中浏览此图片

症状:

sudo apt-get update
W: GPG error: http://apt.tt-solutions.com dapper Release: 由于没有公钥,下列签名无法进行验证: NO_PUBKEY 06EA41DE4F6C1E86


解决方法:
gpg --keyserver subkeys.pgp.net --recv 4F6C1E86
gpg --export --armor 4F6C1E86 | sudo apt-key add -


说明:
若缺少其他公钥,则将命令中两处4F6C1E86改为NO_PUBKEY 06EA41DE4F6C1E86中最后8位即可!

Tags:

BinaryDriverHowto/ATI

[不指定 2007/10/14 01:16 | by Totti ]
By default Ubuntu will use the open source 'ati' or 'radeon' driver for cards that manufactured by ATI. Some users however prefer the proprietary 'fglrx' driver for various reasons. The instructions on this page will tell you how to use this driver.

There are 2 ways you can install proprietary fglrx drivers. The preferred way is to use the drivers provided via the Ubuntu repositories. More advanced users can also try the drivers from ati.com. Both approaches are documented below and you need to take only one of them. The Ubuntu-provided ones are the safest bet, the ati.com ones however may be needed (eg: when you need hibernation).

As mentioned elsewhere, if you encounter bugs with these closed-source drivers, developers will not be willing or even able to assist you in resolving your issues. Use at your own risk. We encourage our users to prefer open source drivers.
Tags:

Ubuntu加快FIREFOX浏览

[不指定 2007/10/12 18:43 | by Totti ]
发现FIREFOX解析DNS非常慢,搜索文章,找到如下办法:
引用

在网址输入行键入 -> about:config

Filter (搜寻) : ->

network.dns.disableIPv6 -> true
network.http.pipelining -> true
network.http.pipelining.maxrequests -> 8
network.http.proxy.pipelining -> true


重新启动FIREFOX,首次打开网页发觉比原来快了许多:
Tags:
分页: 1/2 第一页 1 2 下页 最后页 [ 显示模式: 摘要 | 列表 ]