ATI Catalyst 控制中心出现错误 (Radeon HD 6470M)

ATI Catalyst 控制中心出现错误 (Radeon HD 6470M)

重要的提示:Radeon HD 6xxx 显卡目前不支持。为了避免错误购买(就像我一样),请注意这一点。另请阅读可切换图形芯片警告

该问题已在本帖的主题中进行了总结,当我在笔记本电脑上单击“系统”>“首选项 ATI Catalyst 控制中心”时,我收到以下消息:

Initialization error:

There was a problem initializing Catalyst Control Center Linux edition.
It could be caused by the following.

No ATI graphics driver is installed, or the ATI driver is not functioning
properly. Please install the ATI driver appropriate for you ATI hardware,
or configure using aticonfig.

有关环境的一些细节:

$ lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]:
Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09)

01:00.0 VGA compatible controller [0300]:
ATI Technologies Inc NI Seymour [AMD Radeon HD 6470M] [1002:6760]

已安装的软件包:

ii  fglrx                     2:8.840-0ubuntu4
ii  fglrx-amdcccle            2:8.840-0ubuntu4
ii  xserver-xorg-video-radeon 1:6.14.0-0ubuntu4

我使用“附加驱动程序”安装了 ATI 专有驱动程序,Jockey 表示该驱动程序已激活并正在使用中。安装驱动程序后,我可以使用 1366x768 的分辨率。我使用的是经典界面(无 Unity)。

附加信息/奇怪之处:

$ glxgears 
Segmentation fault

硬件摘录:

description: Notebook
product: HP Pavilion dv6 dv6-6008el Notebook PC
width: 64 bits
cpu: 4 x Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz

如果我可以提供更多详细信息来解决这个问题,请告诉我。

谢谢。

答案1

sudo apt-get remove fglrx 

然后对于最新的 ati 驱动程序:

wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-5-x86.x86_64.run

如果您有 64 位系统,请先安装此软件:

sudo apt-get install ia32-libs

下载后,右键单击 .run 文件并将其设置为作为可执行文件运行。

然后。

cd /path_of_the_file       

这仅适用于 32 位:

sh ./ati-driver-installer-11-5-x86.x86_64.run

这仅适用于 64 位:

sh ./ati-driver-installer-11-5-x86.x86_64.run --buildpkg Ubuntu/natty

sudo dpkg -i fglrx*.deb

一旦完成。

  sudo aticonfig --initial -f

这就是你所要做的一切。

或者您可以添加这个 ppa。

   sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
   sudo apt-get update
   sudo apt-get install fglrx

相关内容