ATI Catalyst Control Center出错(Radeon HD 6470M)

重要说明 : 目前不支持 Radeon HD 6xxx卡。 为了避免错误购买(就像我做的那样),请注意这一点。 另请阅读Switchable_Graphic_Chips_Warning 。

问题总结在这篇文章的主题中,当我在我的笔记本电脑上单击系统>首选项ATI Catalyst Control Center时,我收到以下消息:

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说驱动程序已激活并且当前正在使用中。 安装驱动程序后,我可以使用1366×768的分辨率。 我正在使用经典界面(没有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 

如果我能提供进一步的细节来解决问题,请告诉我。

谢谢。

 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