AMD APU A10-5800K, Debian Wheezy, 系統安裝ATI閉源驅動 php
http://my.oschina.net/emptytimespace/blog/87464 html
AMD APU A10-5800K 集成顯卡是: AMD Radeon HD 7660D,請不是此類顯卡者當心跟隨。 linux
咱們此處重點討論在新立得中安裝AMD ATI 的閉源催化劑驅動,主要是考慮到源中的驅動能夠實時更新。 ubuntu
若是想使用最新的驅動而且可以接受未來變舊,可就可能須要繼續手動安裝,那麼能夠到官網下載最新驅動,這在本文最後再提到。 ide
【方法一:(我的推薦)】1)由於是閉源的,首先須要開啓nofree的軟件源 post
2)新力得中搜索安裝全部 fglrx*(以前彷佛須要安裝build-essential) 性能
3)# aticonfig --initial (有的使用:aticonfig --initial -f ,意爲force,本人認爲能不強制就不強制) 測試
4)# depmod -a 生成 modules.dep 和 map 文件 ,彷佛和模塊加載順序有關。 ui
depmod will output a dependency list suitable for the modprobe utility5)# reboot 安裝完成,很簡單吧,以後能夠重啓屢次,由於個人彷佛換不一樣內核啓動過幾回,同一內核不記得幾回了。
6)# modprobe fglrx 看是否存在module。 spa
7)執行:# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 7660D
OpenGL version string: 4.2.11762 Compatibility Profile Context
看到可正確識別,如今基本正確安裝結束。顯示器分辨率也正確了,gnome3也能夠開啓高級非classical模式了。
8)執行:#xvinfo
出現不少行,不止3-4行,那麼說明自動啓動了XV模式,有的文章在『# aticonfig --initial』以後執行了『# aticonfig --overlay-type=xv』但我沒有,此前也有說XV模式兼容性很差,可知應該新的驅動程序初始化有所變化,自動完成了。
若果#xvinfo後顯示:
X-Video Extension version 2.2
screen #0
no adaptors present
那麼可能須要手動設置下。
還有的【*】等認爲,此後還須要修改/etc/X11/xorg.conf,添加Option "Composite" "0 " 到 Section "Extensions",我的不知何意,感受用不到,仍是抱能少動原系統就少動的原則行事。
9)測試新硬件的性能:
#glxgears
40097 frames in 5.0 seconds = 8019.304 FPS
39610 frames in 5.0 seconds = 7921.913 FPS
39655 frames in 5.0 seconds = 7930.996 FPS
# fgl_glxgears
Using GLX_SGIX_pbuffer
6723 frames in 5.0 seconds = 1344.600 FPS
7995 frames in 5.0 seconds = 1599.000 FPS
7881 frames in 5.0 seconds = 1576.200 FPS
與四年前AMD 780芯片組板載HD3200顯卡快了10倍!!!
【方法二:到官網下載最新的驅動包安裝】
網址:
http://support.amd.com/cn/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42&lang=English
http://support.amd.com/cn/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42&lang=English
注意:在文【www.linuxdiyf.com/viewarticle.php?id=72891】中提到,安裝新的本身下載的催化劑驅動(如:amd-driver-installer-catalyst-12.10-x86.x86_64.zip)前,須要:
卸載舊的fglrx :
在新立得中把含有fglrx的軟件包所有刪除,而後終端執行
代碼: # rm /usr/lib/libGL.so*
而後解壓安裝就行了。
有圖形界面,圖形界面一直前進,到結束就行了,不需『# aticonfig --initial』。
【附:】
1)aticonfig --help 的結果
彷佛有些啓發做用,好比沒有不少其餘的上文中提到的他人的多餘設置,官方文檔老是好的,可是不是很懂:
Examples:
1. Setting up fglrx for the first time.
Single head : aticonfig --initial --input=/etc/X11/xorg.conf
Dual head : aticonfig --initial=dual-head --screen-layout=above
This command will generate a dual head configuration
file with the second screen located above the first
screen.
Multi head : aticonfig --initial --heads=4 --adapter=1
This command will generate 4 adjacent X Screens
on adapter 1. Use with -f to reduce previously configur
ed heads.
2. Setting up big desktop to horizontal and set overlay on secondary display.
aticonfig --dtop=horizontal --overlay-on=1
3. Setting up modes for primary display.
aticonfig --resolution=0,1600x1200,1280x1024,1024x768
4. Change tv geometry
aticonfig --tv-geometry=85x90+10-10
This will set tv to 85% width (where 100% ==
overscan) 90% height and shift 10 pixels right of centre
and 10 pixels down of centre.
5. Multiple display adapters.
2)【*#】文中提到:
查看當前正在運行的顯卡模式:aticonfig --pxl #
激活運行的是獨顯(discrete)模式 (高性能模式):sudo aticonfig --px-dgpu # ;
激活運行的是集成顯卡模式 (節電模式):sudo aticonfig --px-igpu #
3)推薦一篇文章:
http://linux.chinaunix.net/techdoc/install/2007/09/30/969025.shtml
4)在哪裏看到這段話,說XV模式下也不兼容compiz,不知對否,個人機器彷佛沒有安裝compiz,暫不考慮,放着:
在xorg.conf中加了這麼兩行
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
關了OpenGL的覆蓋而開啓Video(Xv?)的覆蓋
貌似只有這樣,ATI的Xv渲染器纔可用
,不過overlay方式仍是和compiz衝突,基本看不見視頻
而gl渲染器應該是不用overlay,因此對gl方式也沒有影響,仍是閃。。。
【主要參考文章:】
【*#】http://locyoo.com/?post=67
http://www.linuxdiyf.com/viewarticle.php?id=72891
http://zhidao.baidu.com/question/47067050.html&__bd_tkn__=6ebd535d3a2499274a6df923f9b525b18056cfb8f37b60d157b2fc1d2be28e93213dcf60e4eb893525bc7e11a1fbf821d8f724b223
http://www.ltesting.net/ceshi/ruanjianceshikaifajishu/rjcshjdj/unix/2007/0704/122899.htmlhttp://huang.yunsong.net/2006/fglrx_ubuntu.html
http://forum.ubuntu.org.cn/viewtopic.php?t=170958
http://hi.baidu.com/sharkchilli/item/49448f60b0487e90c4d2490d
http://blog.csdn.net/rock2000/article/details/3408806
【*】http://blog.sina.com.cn/s/blog_4c8e50c5010009je.html
http://wiki.ubuntu.org.cn/ATI%E6%98%BE%E5%8D%A1%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97