原网页:
http://forum.ubuntu.org.cn/viewtopic.php?f=126&t=390372
整合了几个帖子,大概如此:
用以下命令卸载所有驱动:
重启一下,
首先安装需要的的驱动环境:
如果你安装的是64位的ubuntu,请安装32位库:
重启下,
到amd官方网站下载对应自己显卡的驱动,12.09beta版,
建立文件夹,进入此文件夹:
把下载好的驱动解压,把amd-driver-installer-12-9-beta-x86.x86_64.run拷到刚刚建立的文件夹;
耐心等;
重启,登陆进去后会不见了各种菜单栏,键盘打开终端
重启
编辑/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
防止配置不生效
如果生效,风扇会马上缓了下来;
测试:
显示如下:
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
可以看到一个立方体旋转;
完成!