Ubuntu 12.10 安装ATI显卡驱动安装


到Ubuntu 12.10后发现直接安装ATI显卡驱动失败,会提示类似这样的信息:

Check if system has the tools required for installation.

fglrx installation requires that the system have kernel headers. /lib/modules/2.6.32-5-686-bigmem/build/include/linux/version.h cannot be found on this system.

One or more tools required for installation cannot be found on the system. Install the required tools before installing the fglrx driver.

Optionally, run the installer with –force option to install without the tools.

Forcing install will disable AMD hardware acceleration and may make your system unstable. Not recommended.

解决方法:下载编译工具、头文件:

sudo apt-get install linux-headers-$(uname -r)

sudo apt-get install linux-headers-$(uname -r)

然后就可以安装了。

相关内容