分页: 4 / 5

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2012-10-19 13:18
i990049
我刚好要学习怎么安装驱动,先留爪

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2012-11-10 10:08
g260582472
ati radeon hd 4570按照楼主的方法安装成功。

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2012-11-10 10:49
lz6699
sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot
cd ~/; mkdir catalyst12.4; cd catalyst12.4/
wget http://www2.ati.com/drivers/linux/amd-d ... x86_64.run
chmod +x amd-driver-installer-12-4-x86.x86_64.run
./amd-driver-installer-12-4-x86.x86_64.run --extract driver
cd driver/common/lib/modules/fglrx/build_mod/
wget -O fglrx.patch http://ubuntuone.com/5gNgEmVfzs3ytD5QZ2YGCi
patch -p1 < fglrx.patch
cd ~/catalyst12.4/driver/
./ati-installer.sh 8.961 --buildpkg Ubuntu/precise
cd ../

来源http://ubuntuforums.org/showthread.php?t=1969827

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2012-11-13 15:27
tessvicence
我用的是6750的显卡,重启后显示这个

tess@tess:~$ fglrxinfo
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 139 (ATIFGLEXTENSION)
Minor opcode of failed request: 66 ()
Serial number of failed request: 13
Current serial number in output stream: 13

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2012-11-13 15:39
tessvicence
jiaoyilun 写了:
abbcbbdd 写了:lyric@ThinkPad-E420:~/catalyst12.4$ sudo dpkg -i *.deb
(正在读取数据库 ... 系统当前共安装有 217802 个文件和目录。)
正预备替换 fglrx 2:8.961-0ubuntu1 (使用 fglrx_8.961-0ubuntu1_i386.deb) ...
Removing all DKMS Modules
Done.
正在解压缩将用于更替的包文件 fglrx ...
正预备替换 fglrx-amdcccle 2:8.961-0ubuntu1 (使用 fglrx-amdcccle_8.961-0ubuntu1_i386.deb) ...
正在解压缩将用于更替的包文件 fglrx-amdcccle ...
正预备替换 fglrx-dev 2:8.961-0ubuntu1 (使用 fglrx-dev_8.961-0ubuntu1_i386.deb) ...
正在解压缩将用于更替的包文件 fglrx-dev ...
正在设置 fglrx (2:8.961-0ubuntu1) ...
update-alternatives: 警告: 链接组 i386-linux-gnu_gl_conf 已损坏,故强制重新安装候选项 /usr/lib/fglrx/ld.so.confs
update-alternatives: 警告: 跳过创建 /etc/OpenCL/vendors/amdocl64.icd 因为所关联文件 /usr/lib/fglrx/etc/OpenCL/vendors/amdocl64.icd (位于链接组 i386-linux-gnu_gl_conf)不存在。
update-alternatives: 警告: 跳过创建 /usr/lib32/libaticalcl.so 因为所关联文件 /usr/lib32/fglrx/libaticalcl.so (位于链接组 i386-linux-gnu_gl_conf)不存在。
update-alternatives: 警告: 跳过创建 /usr/lib32/libaticalrt.so 因为所关联文件 /usr/lib32/fglrx/libaticalrt.so (位于链接组 i386-linux-gnu_gl_conf)不存在。
update-alternatives: 警告: 链接组 i386-linux-gnu_gl_conf 已损坏,故强制重新安装候选项 /usr/lib/fglrx/ld.so.confs
update-alternatives: 警告: 跳过创建 /etc/OpenCL/vendors/amdocl64.icd 因为所关联文件 /usr/lib/fglrx/etc/OpenCL/vendors/amdocl64.icd (位于链接组 i386-linux-gnu_gl_conf)不存在。
update-alternatives: 警告: 跳过创建 /usr/lib32/libaticalcl.so 因为所关联文件 /usr/lib32/fglrx/libaticalcl.so (位于链接组 i386-linux-gnu_gl_conf)不存在。
update-alternatives: 警告: 跳过创建 /usr/lib32/libaticalrt.so 因为所关联文件 /usr/lib32/fglrx/libaticalrt.so (位于链接组 i386-linux-gnu_gl_conf)不存在。
update-initramfs: deferring update (trigger activated)
Loading new fglrx-8.961 DKMS files...
Building only for 3.2.0-24-generic-pae
Building for architecture i686
Building initial module for 3.2.0-24-generic-pae
Done.

fglrx:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/3.2.0-24-generic-pae/updates/dkms/

depmod....

DKMS: install completed.
update-initramfs: deferring update (trigger activated)
正在处理用于 ureadahead 的触发器...
正在处理用于 bamfdaemon 的触发器...
Rebuilding /usr/share/applications/bamf.index...
正在设置 fglrx-amdcccle (2:8.961-0ubuntu1) ...
正在设置 fglrx-dev (2:8.961-0ubuntu1) ...
正在处理用于 initramfs-tools 的触发器...
update-initramfs: Generating /boot/initrd.img-3.2.0-24-generic-pae
正在处理用于 libc-bin 的触发器...
ldconfig deferred processing now taking place


怎么解决,和28楼一样的问题,我安装的是12.6版本的

Y460A,遇到相同问题,求救

16楼和28楼的我都遇到了

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2012-11-13 15:45
tessvicence
tess@tess:~$ sudo aticonfig --initial -f
Uninitialised file found, configuring.
Using /etc/X11/xorg.conf
Saving back-up to /etc/X11/xorg.conf.fglrx-1
tess@tess:~$ sudo aticonfig --input=/etc/X11/xorg.conf --tls=1
Warning: Option 'UseFastTLS' doesn't affect running session.
Using /etc/X11/xorg.conf
Saving back-up to /etc/X11/xorg.conf.fglrx-2


这是我的xorg.conf

代码: 全选

        1 Section "ServerLayout"
        2         Identifier     "aticonfig Layout"
        3         Screen      0  "aticonfig-Screen[0]-0" 0 0
        4 EndSection
        5 
        6 Section "Module"
        7 EndSection
        8 
        9 Section "Monitor"
       10         Identifier   "aticonfig-Monitor[0]-0"
       11         Option      "VendorName" "ATI Proprietary Driver"
       12         Option      "ModelName" "Generic Autodetecting Monitor"
       13         Option      "DPMS" "true"
       14 EndSection
       15 
       16 Section "Device"
       17         Identifier  "aticonfig-Device[0]-0"
       18         Driver      "fglrx"
       19         BusID       "PCI:1:0:0"
       20 EndSection
       21 
       22 Section "Screen"
       23         Identifier "aticonfig-Screen[0]-0"
       24         Device     "aticonfig-Device[0]-0"
       25         Monitor    "aticonfig-Monitor[0]-0"
       26         DefaultDepth     24
       27         SubSection "Display"
       28                 Viewport   0 0
       29                 Depth     24
       30         EndSubSection
       31 EndSection
       32 

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2012-11-28 16:45
darlingjie
看不明白,我是ati mobile x2300 ubuntu12.4,该怎么安装驱动呀?帮帮忙吧!

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2012-12-07 22:47
niskandin
zidvs 写了:
罗传龙 写了:重装或要卸载:

sudo sh /usr/share/ati/fglrx-uninstall.sh
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*

安装闭源前准备的库:

sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases linux-headers-generic


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

64位 驱动内核模块:
sudo apt-get install dkms

下面是在http://ubuntuforums.org/showthread.php?t=1969827看的方法
sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot
cd ~/; mkdir catalyst12.4; cd catalyst12.4/
wget http://www2.ati.com/drivers/linux/amd-d ... x86_64.run
chmod +x amd-driver-installer-12-4-x86.x86_64.run
./amd-driver-installer-12-4-x86.x86_64.run --extract driver
cd driver/common/lib/modules/fglrx/build_mod/
wget -O fglrx.patch http://ubuntuone.com/5gNgEmVfzs3ytD5QZ2YGCi
patch -p1 < fglrx.patch
cd ~/catalyst12.4/driver/
./ati-installer.sh 8.961 --buildpkg Ubuntu/precise
cd ../


安装生成的包:
sudo dpkg -i fglrx*.deb

生成配置文件:
sudo aticonfig --initial -f

防止配置未生效:
sudo aticonfig --input=/etc/X11/xorg.conf --tls=1

重启。

检查是否成功:

fglrxinfo
我干才成功了,分享一下。

开始前面都顺利,一直到 ./ati-installer.sh 8.961 --buildpkg Ubuntu/precise 的时候,却卡住不动了(或者是我耐心不够强大?)一直处于停顿的状态,最后只好ctrl+C终止,回到命令行下,但后面的就进行不下去了。这是怎么回事啊?
我和你一样的问题啊,有谁能帮忙看下是啥问题?权限的问题么?

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2012-12-10 20:52
xujunfly
按照楼主的方法,另外在安装32位的时候加了两个程序,HP envy4 1008tx 在ubuntu12.04上成功安装ATI 显卡驱动,但是deepin linux12.06上试了几次都没能成功。

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2012-12-13 17:04
g260582472
再一次成功,谢楼主。

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2013-02-13 18:56
781747217
fglrx.patch: 权限不够,求帮助啊

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2013-02-13 19:11
781747217
yang@yang-HP-Pavilion-g4-Notebook-PC:~/catalyst13.1/driver/common/lib/modules/fglrx/build_mod$ sudo patch -p1 < fglrx.patch
patching file firegl_public.c
Hunk #1 FAILED at 5807.
1 out of 1 hunk FAILED -- saving rejects to file firegl_public.c.rej

求指导

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2013-04-08 22:41
LLAG
:em80 ati7450 没成功

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2013-04-12 21:05
jerrroy
mark

Re: 12.04系统ati显卡安装成功了。。。。。

发表于 : 2013-04-16 17:15
monkeyhey
早点看到这篇文章我就不折腾显卡驱动了。ubuntu上对笔记本双显的支持真是翔一般的存在,台式机可能稍微好点。
我这笔记本开源驱动后开机5分钟飙到80度小case,win7下才50多度,搞得我现在ubuntu基本没用!