web-dev-qa-db-ja.com

グラフィックドライバーのインストール中のエラー

Kubuntu 13.04をインストールしましたが、ラップトップのグラフィックドライバー(ATI)をインストールしたいときにこのエラーが示されました:

---------------------------------------------
Supported adapter detected.
Check if system has the tools required for installation.
fglrx installation requires that the system have kernel headers.  /lib/modules/3.8.0-19-generic/build/include/linux/version.h cannot be found on this system.
fglrx installation requires that the system has gcc tool. gcc 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.
--------------------------------------------------

すぐに助けてください。ありがとう、Kubuntuと共にインストールされたGCCバージョンは4.7.3です。

2
Fardin

Sudo apt-get install gcc linux-headers-3.8.0-19-genericを試してから、ドライバーをインストールしてください。

さらにヘルプが必要な場合は、 ATI Catalyst Video Drivers(fglrx)をインストールする正しい方法は何ですか? を参照してください

2
Danatela

試してください:

Sudo apt-get install gcc make 

その後、ドライバーをインストールします。

1
Dan Moval