ThinkPad E520 AMD Radeon 6630M for Linux Deepin12.06成功。。
Tofloor
poster avatar
Coollove
deepin
2012-07-23 17:16
Author
ThinkPad E520 AMD Radeon 6630M for Linux Deepin12.06成功 :  :  :
ThinkPad E520 AMD Radeon 6630M for Linux Deepin12.06-1.png
ThinkPad E520 AMD Radeon 6630M for Linux Deepin12.06-2.png
ThinkPad E520 AMD Radeon 6630M for Linux Deepin12.06-3.png
参考http://wiki.cchtml.com/index.php ... D.2FATI.27s_site.29
  1. # 首先升级内核用以支持大内存(用原始内核在安装驱动时会出现几处库文件链接错误[但可以使用AMD官方驱动],升级到pae无报错)
  2. sudo apt-get update
  3. sudo apt-get install linux-image-generic-pae linux-headers-generic-pae
  4. sudo apt-get dist-upgrade
  5. #安装AMD官方驱动相关支持
  6. sudo apt-get install build-essential cdbs dh-make dh-modaliases dkms execstack fakeroot libqtgui4
  7. #终端下载AMD官方驱动(催化剂)
  8. cd ~/; mkdir "AMD Catalyst 12.6"; cd "AMD Catalyst 12.6"
  9. wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-6-x86.x86_64.run
  10. chmod +x amd-driver-installer-12-6-x86.x86_64.run
  11. #查询当前系统版本
  12. lsb_release -a
  13. #按当前系统版本生成驱动安装包并安装
  14. sudo sh ./amd-driver-installer-12-6-x86.x86_64.run --buildpkg Ubuntu/precise
  15. sudo dpkg -i fglrx*.deb
  16. #生成一个新的/etc/X11/xorg.conf文件
  17. sudo amdconfig --initial -f
  18. #强制使用/etc/X11/xorg.conf文件
  19. sudo amdconfig --input=/etc/X11/xorg.conf --tls=1
  20. #重启系统
  21. sudo reboot
  22. #重启系统后检查驱动是否安装成功
  23. fglrxinfo
  24. #不能进入图形界面,请登录终端tty1移除/etc/X11/xorg.conf
  25. sudo mv /etc/X11/xorg.conf ~/xorg.conf.00
  26. #卸载(安装过任何fglrx请先执行以下代码后再行安装AMD官方驱动)
  27. sudo sh /usr/share/ati/fglrx-uninstall.sh  
  28. sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*
Copy the Code
Reply Favorite View the author
All Replies
Coollove
deepin
2012-07-23 17:27
#1
64位很坑爹,错误多多,搞不定。。望达人指教
Reply View the author
cxbii
deepin
2012-07-23 17:29
#2
64位装个32位兼容库,其他没什么吧
Reply View the author
Coollove
deepin
2012-07-23 17:37
#3
64位装个32位兼容库,其他没什么吧
各种坑爹。。补齐了库不手工链接好文件不报错了,但是一次也没成功进过图形界面。。 ops: 不折腾了,pae也支持大内存。就这样吧。。
Reply View the author
cloudlocal
deepin
2012-07-23 18:24
#4
看着好复杂。。。我的graphics一直显示为unknow。。。intel集显伤不起
Reply View the author