在 Ubuntu 7.10 上安装 ATI Driver 8.03 和 compiz 0.6.99 (update 2008/3/6)
(更新于 08-3-6)
下载:ATI Driver 8.03,并假设放到 “/home/我的用户名/” 下
我的硬件环境:
- CPU:AMD DualCore Athlon 64 X2, 2000 MHz (10 x 200) 3800+
- 主板:Biostar(映泰) TForce 570 U
- 显卡:ATI Radeon X1600 Pro (RV530)
- 硬盘:西数 WD1600JB-00REA0
- 网卡:主板自带
- 声卡:主板自带
删除旧有驱动
如果您的是新装的系统,可以忽略该步,否则输入
sudo lrm-manager
sudo apt-get autoremove –purge fglrx*
安装必须的编译环境
sudo apt-get update
sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper debconf libstdc++5 linux-headers-$(uname -r)
屏蔽fglrx核心模块
sudo gedit /etc/default/linux-restricted-modules-common
将里面的
DISABLED_MODULES=”"
改为
DISABLED_MODULES=”fglrx”
创建deb包并安装
bash *.run –buildpkg Ubuntu/gutsy
sudo dpkg -i *.deb
sudo apt-get -f install
配置驱动
sudo aticonfig –initial -f
sudo aticonfig –ovt=Xv
编辑 xorg.conf
sudo gedit /etc/X11/xorg.conf
在文件尾端添加
Section “Module”
load “dri”
load “dbe”
load “glx”
EndSectionSection “DRI”
Mode 0666
EndSectionSection “Extensions”
Option “RENDER” “true”
Option “DAMAGE” “true”
Option “Composite” “true”
Option “XVideo” “true”
EndSectionSection “ServerFlags”
Option “AIGLX” “Enable”
EndSection
找到 Section “Device” 并添加
Option “XAANoOffscreenPixmaps” “on”
Option “TexturedVideo” “on”
Option “Textured2D” “on”
Option “TexturedXrender” “on”
Option “BackingStore” “on”
ok,可以重启系统了,确认一下自己的驱动是否安装成功
fglrxinfo
glxinfo | grep render
如果出现以下的结果说明安装成功
suxixb@su:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1600 Series
OpenGL version string: 2.1.7412 Releasesuxixb@su:~$
suxixb@su:~$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Radeon X1600 Series
suxixb@su:~$
以下是我的测试成绩
suxixb@su:~$ glxgears
34023 frames in 5.0 seconds = 6804.570 FPS
36599 frames in 5.0 seconds = 7319.708 FPS
36467 frames in 5.0 seconds = 7293.291 FPS
36344 frames in 5.0 seconds = 7268.694 FPS
36448 frames in 5.0 seconds = 7289.572 FPS
36506 frames in 5.0 seconds = 7301.147 FPSsuxixb@su:~$
安装 compiz fusion
到此,我们已经安装好 ATI 驱动并能正常使用了,是时候开始安装 compiz fusion,首先添加下列的源
deb http://kwatrow.nl/repo Gutsy compiz-fusion-git
wget http://kwatrow.nl/repo/Quattro.gpg -O- | sudo apt-key add -
执行一次更新
sudo apt-get update
sudo apt-get upgrade
首先把系统自带的 compiz 删除干净,去新立得里搜索 compiz ,把已经安装了的包全部彻底删除,或者用下面的命令
sudo apt-get autoremove –purge compiz compiz-*
安装新的 compiz
sudo apt-get install compiz compiz-core compiz-fusion-plugins-extra compiz-fusion-plugins-unsupported
等待安装完成以后,到 “系统” ─ “首选项” ─ “外观” ─ “视觉效果” ,选择一个您喜欢的特效,怎样,效果还可以吧。当然,我们还需要更多的设置选项,继续下面的安装。
sudo apt-get install compizconfig-settings-manager emerald emerald-themes
让 compiz 使用 emerald 的主题
sudo gedit /usr/bin/compiz
找到下面的内容
# Defines the decorator and arguments.
# Set it to empty to make the script use the best decorator for your environment
DECORATOR=”"
DECORATORARGS=”"
改为下面的内容
# Defines the decorator and arguments.
# Set it to empty to make the script use the best decorator for your environment
DECORATOR=”emerald”
DECORATORARGS=”–replace”
ok,登出并重新登录 X ,世界变得更美妙了。
参考资料
- AIGLX
- 提升ati8.2驱动在compiz下的性能 by zhuqin_83
- ati官方驱动(非开源)的安装配置 by zhuqin_83
- gutsy下安装最新的 compiz 0.6.99(源) by zhuqin_83
相关文章
- HowTo:Compiz Fusion for ATI cards + Xgl in Feisty 原文链接:http://ubuntuforums.org/showthread.php?t=488385 (原文还提到如何安装beryl,我这里只翻译了安装Compiz Fusion,感兴趣的可以查看原文安装beryl) 我的硬件环境 CPU:AMD DualCore Athlon 64 X2, 2000...
- 提高 nvidia 显卡驱动性能 在用了3个月的 nvidia 8600GT 后,发觉其 2d 性能相对于以前的 ATI 7500 没有多少的提升,而且在某些应用上还不升反降。例如 Firefox...
- Arch 上安装 kdemod 3.5.10(update 08-10-12) 由于 Arch 安装安装完成后只有一个基本的字符界面,对于我们这些桌面用户来说是不太适合的,还好,Arch 有很好的可定制性,我们能很方便的安装自己喜欢的桌面环境,以下是我在 Arch 上安装 kdemod 的一些经验总结。 第一次更新追加:由于现在手头上没有ATI卡,所以安装驱动部分没有更新,不过参照官方wiki还是很容易的。 下面是最终效果图...
- 在 ubuntu 上配置 samba 服务 在通常情况下,要想实现 ubuntu 和 windows 之间的资源共享,需要借助 samba 服务,而ubuntu 自带的“共享文件夹”功能比较单一,需要进行一番设置才能实现共享的。以下是我在 7.10 上配置...
- ATI x1000 系列显卡在 7.10 上安装 fglrx 8.42.3 这是我的安装记录,先说说我的硬件: CPU:AMD DualCore Athlon 64 X2, 2000 MHz (10 x...
- 在 7.10 上通过编译或deb包安装 avant window navigator 主页:http://awn.wetpaint.com/(我这里要带tor) 参考:HOWTO: functional eye-candy with Avant-Window-Navigator and Affinity 优点:酷似mac-dock/leopard dock,资源占用少,有动画特效。...
最新评论