I am currently using the Nvidia 319 drivers provided by Ubuntu repos, but I want to use the 331 driver. The problem is the Xorg Edgers ppa I used to rely on offers a broken 331 driver (installs bumblebee, blacklisting the nvidia driver).
I downloaded the driver provided by the website geforce.com for my NVidia GTX 760 as a .run file, but I don't know if the procedure I'm thinking about is correct:
- Command line boot
sudo apt-get purge nvidia*
sudo ./driver.run
Is this procedure correct?