1

This is my hardware

Using: nvidia-installer ncurses user interface

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.

How can I use the 352.30 module anyway?

Fabby
  • 34,259

1 Answers1

1

A much better way to install 352 driver is running in terminal

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

and reboot.

Pilot6
  • 90,100
  • 91
  • 213
  • 324