ubuntu 12.10 安装ati 12.9 beta官方驱动

笔记本/便携移动设备,手机平板等软硬件
头像
lyell123
帖子: 38
注册时间: 2011-10-28 22:33

ubuntu 12.10 安装ati 12.9 beta官方驱动

#1

帖子 lyell123 » 2012-10-20 15:05

整合了几个帖子,大概如此:
用以下命令卸载所有驱动:

代码: 全选

sudo sh /usr/share/ati/fglrx-uninstall.sh

代码: 全选

sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx
重启一下,
首先安装需要的的驱动环境:

代码: 全选

sudo apt-get install dpkg build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot libqtgui4 dpkg-dev g++ g++-4.7 

代码: 全选

sudo apt-get install dkms
如果你安装的是64位的ubuntu,请安装32位库:

代码: 全选

sudo apt-get install ia32-libs-multiarch:i386 lib32gcc1 libc6-i386

代码: 全选

sudo apt-get install ia32-libs 
重启下,
到amd官方网站下载对应自己显卡的驱动,12.09beta版,
建立文件夹,进入此文件夹:

代码: 全选

cd ~/

代码: 全选

mkdir catalyst12.9; cd catalyst12.9/
把下载好的驱动解压,把amd-driver-installer-12-9-beta-x86.x86_64.run拷到刚刚建立的文件夹;

代码: 全选

sudo sh ./amd-driver-installer-12-9-beta-x86.x86_64.run --buildpkg Ubuntu/quantal
耐心等;

代码: 全选

sudo dpkg -i fglrx*.deb 
重启,登陆进去后会不见了各种菜单栏,键盘打开终端

代码: 全选

sudo apt-get install linux-headers-generic fglrx-updates
重启

代码: 全选

sudo aticonfig --initial -f

代码: 全选

sudo gedit /etc/X11/xorg.conf
编辑/etc/X11/xorg.conf,我的是ati radeonHD 5650
Section "Device"
Identifier "ATI radeon 5650"
Driver "fglrx"
Option "UseFastTLS" "1"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "ATI radeon 5650"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
防止配置不生效

代码: 全选

sudo aticonfig --input=/etc/X11/xorg.conf --tls=1
如果生效,风扇会马上缓了下来;
测试:

代码: 全选

fglrxinfo
显示如下:
display: :0.0 screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: ATI Mobility Radeon HD 5000 Series (以你的为准)
OpenGL version string: 4.2.11903 Compatibility Profile Context

代码: 全选

fgl_glxgears
可以看到一个立方体旋转;
完成!
参考的贴:
http://www.computersnyou.com/2012/10/In ... ow-to.html
http://www.cnblogs.com/Jesuca/archive/2 ... 41547.html
祝你好运。
乌班图,好样的。。
头像
Emie_Yu
帖子: 404
注册时间: 2007-09-20 11:49
来自: Wuhan,Mars
联系:

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#2

帖子 Emie_Yu » 2012-10-21 14:08

帮我确实解决了一些问题,谢谢
back to Ubuntu + Opera + Chrome
Blogbus : It's Flying!Welcome!!!
Twitter : just say whatever whenever you want
Wakoopa : discover new softs & games
Last.fm : share your tastes & find new songs
凌云七风
帖子: 130
注册时间: 2012-01-16 13:37

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#3

帖子 凌云七风 » 2012-10-22 14:03

还需要关闭集显吗?
头像
lyell123
帖子: 38
注册时间: 2011-10-28 22:33

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#4

帖子 lyell123 » 2012-10-22 14:06

凌云七风 写了:还需要关闭集显吗?
我是关了的。
乌班图,好样的。。
pan20060802
帖子: 42
注册时间: 2007-08-25 20:06

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#5

帖子 pan20060802 » 2012-10-22 21:48

太好了,我就是在源那里搞了一阵也没搞定,正烦风扇声音太大呢。
不想在听,知为前进。
为 普及奋斗。
凌云七风
帖子: 130
注册时间: 2012-01-16 13:37

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#6

帖子 凌云七风 » 2012-10-23 8:07

lyell123 写了:
凌云七风 写了:还需要关闭集显吗?
我是关了的。
这个问题真是令人烦啊。。
话说可以切换显卡吗?
ap20001
帖子: 5
注册时间: 2012-10-24 10:24
系统: LM13

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#7

帖子 ap20001 » 2012-10-31 12:09

好贴,支持一下。
xujunfly
帖子: 16
注册时间: 2008-05-15 18:37

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#8

帖子 xujunfly » 2012-11-02 22:53

好贴,应该会用的上! :em11
世界之大,无奇不有!
tgq
帖子: 5
注册时间: 2010-08-17 0:32

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#9

帖子 tgq » 2012-11-10 23:30

楼主是成功了吗,请问是不是64位的?
wikeryong
帖子: 14
注册时间: 2012-11-13 10:35
系统: Ubuntu 12.04

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#10

帖子 wikeryong » 2012-11-13 10:37

:em05 实验成功!感谢楼主
wikeryong
帖子: 14
注册时间: 2012-11-13 10:35
系统: Ubuntu 12.04

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#11

帖子 wikeryong » 2012-11-13 10:37

tgq 写了:楼主是成功了吗,请问是不是64位的?
我32位安装成功
头像
lyell123
帖子: 38
注册时间: 2011-10-28 22:33

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#12

帖子 lyell123 » 2012-11-22 21:17

tgq 写了:楼主是成功了吗,请问是不是64位的?
是滴。
乌班图,好样的。。
头像
wild_killer
帖子: 1
注册时间: 2012-12-18 16:54
系统: ubuntu 12.10

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#13

帖子 wild_killer » 2012-12-18 16:56

"编辑/etc/X11/xorg.conf,我的是ati radeonHD 5650",这个是必须配置的么?

代码: 全选

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "UseFastTLS" "1"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

这是我的。
jasonopps
帖子: 1
注册时间: 2013-01-14 15:01
系统: ubuntu 12.10

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#14

帖子 jasonopps » 2013-01-16 19:22

为什么我到sudo sh ./amd-driver-installer-12-6-legacy-x86.x86_64.run --buildpkg Ubuntu/quantal 这一步后,出现sh: 0: Can't open ./amd-driver-installer-12-6-legacy-x86.x86_64.run?

有大仙解释一下么?
寒雨轩
帖子: 4
注册时间: 2011-01-24 16:54

Re: ubuntu 12.10 安装ati 12.9 beta官方驱动

#15

帖子 寒雨轩 » 2013-03-19 8:19

sudo apt-get install dpkg build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot libqtgui4 dpkg-dev g++ g++-4.7 这个不行啊,找不到软件
回复