Hello good morning, good afternoon, good evening or good sun-up.
In Ubuntu 16.04 lts you have install Nvidia 370.23 beta driver.

case try install nvidia, you have write in terminal

sudo apt-get remove nvidia*
sudo apt-get autoremove

Download Nvidia 370.23 or higth in nvidia site: 
http://www.nvidia.com.br/Download/index.aspx
Save in Downloads folder

Now without Nvidia Driver you have install headers

sudo apt-get update
sudo apt-get install dkms build-essential linux-headers-generic

next unistall nouveau

sudo nano /etc/modprobe.d/blacklist-nouveau.conf

and add the following lines:

blacklist nouveau
blacklist lbm-nouveau
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off

Save!!!

now write in terminal

echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-
kms.conf

for block nouveau

sudo update-initramfs -u

for update kernel

reboot your computer

Enter with ctrl+alt+F1 in comand line

write

cd /Downloads/

chmod +x NVIDIA-Linux-x86_64-370.23.run

Stop the GUI

for ubuntu:

sudo service lightdm stop

for linux mint:

sudo service mdm stop

other:

sudo service gdm stop

install

sudo ./NVIDIA-Linux-x86_64-370.23.run

case don't open

write:

cd /NVIDIA-Linux-x86_64-370.23/

sudo ./nvidia-installer

install driver follow instruction for beautiful interface :D

next

write "ls" for look folder you are

if you are in NVIDIA-Linux-x86_64-370.23 folder

write

sudo nvidia-xconfig

else

cd /NVIDIA-Linux-x86_64-370.23/
sudo nvidia-xconfig

reboot your computer

now your driver are install

source:

http://www.allaboutlinux.eu/remove-nouveau-and-install-nvidia-driver-in-
ubuntu-15-04/

it's works in ubuntu 16.04 lts but it need install nvidia 370

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-367 in Ubuntu.
https://bugs.launchpad.net/bugs/1611544

Title:
  The bundled nvidia-361 driver in Mint 18 crashes on GTX 980 Ti

Status in Linux Mint:
  Fix Released
Status in nvidia-graphics-drivers-367 package in Ubuntu:
  Fix Released

Bug description:
  STR:

  1. On a system with GTX 980 Ti graphics card (Asus Strix GTX 980 TI DC3OC to 
be exact), perform a clean install of Linux Mint 18.
  2. Open up 'Update Manager' tool
  3. Choose 'Optimize stability and security'
  4. Choose 'Install Updates' at the top
  5. After installations have finished, reboot the computer
  6. Open up Update Manager again.
  7. Install the two remaining packages:
  'linux 4.4.0-34.53'
  'linux-kernel 4.4.0-34.53'
  8. After installation, reboot the computer

  At this point, the system is still running in software rendering mode.

  9. Go to Driver Manager
  10. Change the GPU driver from the active "xserver-xorg-video-nouveau 
(open-source)" to the only offered option "nvidia-361 (recommended)" and choose 
Apply Changes
  11. Restart the computer as suggested by the Driver Manager

  Observed:

  When the desktop boots back up, it shows a dialog "Cinnamon just
  crashed. You are currently running in Fallback Mode. Do you want to
  restart Cinnamon?"

  Choosing Yes will deterministically crash again.

  Continuing the STR:

  12. In terminal, type
  sudo apt-get purge nvidia*
  sudo add-apt-repository ppa:graphics-drivers
  sudo apt-get update

  and open Driver Manager again. More driver options have appeared.

  Observed:

  Trying out the driver nvidia-367 still crashes. However the driver
  nvidia-358 looks like a good version and choosing that works ok
  without crashing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1611544/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to