web-dev-qa-db-ja.com

ubuntu 14.04にNvidiaモジュール352.30をインストールしたい(2ビデオカードintelおよびnvidia)

これは私のハードウェアです

使用:nvidia-installer ncursesユーザーインターフェイス

WARNING: You do not appear to have an NVIDIA GPU supported by the 352.30 NVIDIA Linux graphics driver installed in this system.  
ERROR: You appear to be running an X server; please exit X before installing.  For further details, please see the section INSTALLING THE NVIDIA DRIVER in the README available on the Linux driver download page at www.nvidia.com.
ERROR: Installation has failed.  Please see the file '/var/log/nvidia-installer.log' for details.  
You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.

352.30モジュールをとにかく使用するにはどうすればよいですか?

1
Florin Astef

352ドライバーをインストールするはるかに良い方法は、ターミナルで実行することです

Sudo add-apt-repository ppa:graphics-drivers/ppa
Sudo apt-get update
Sudo apt-get install nvidia-352 nvidia-prime

そして再起動します。

1
Pilot6