Yes, there is:

1. To try PPA:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-304=304.134-0ubuntu0.16.04.1 \
                     nvidia-opencl-icd-304=304.134-0ubuntu0.16.04.1 \
                     libcuda1-304=304.134-0ubuntu0.16.04.1 \
                     nvidia-settings=375.26-0ubuntu0~gpu16.04.1 \
                     libxnvctrl0=375.26-0ubuntu0~gpu16.04.1

2. To revert:
sudo rm /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-xenial.list
sudo apt-get update
sudo apt-get install nvidia-304=304.131-0ubuntu3 \
                     nvidia-opencl-icd-304=304.131-0ubuntu3 \
                     libcuda1-304=304.131-0ubuntu3 \
                     nvidia-settings=361.42-0ubuntu1 \
                     libxnvctrl0=361.42-0ubuntu1

(Note 1: This recipe is valid now. It refers specific versions that are
in Ubuntu 16.04.1 and in PPA _now_. Not sure if it will work later, if a
repository removes old versions.)

(Note 2: Every command looking like:
    part1 \
        part2 \
        … \
        lastPart
-- is a single command. You can either paste it all-at-once, or line-by-line 
(last line is without "\", other lines must end with "\"). Or you may merge it 
into single line _with removing slashes_ ("part1 part2 … lastPart").)

But, as 304.131 works for you, you have no need to explicitly upgrade to
304.134. Just wait until 304.134 will appear itself. (Sorry, first I
didn't realize that 304.131 works for you.)

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

Title:
  no login possible after update to nvidia 304.132

Status in nvidia-graphics-drivers-304 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-304 source package in Xenial:
  Triaged
Status in nvidia-graphics-drivers-legacy-304xx package in Debian:
  Fix Released

Bug description:
  Ubuntu 16.04 LTS

  NVIDIA driver:
  - nvidia-graphics-drivers-304
  - update to version 304.132

  dpkg.log:
  upgrade nvidia-304-updates:amd64 304.131-0ubuntu3 304.132-0ubuntu0.16.04.2

  - reboot
  - lightdm login screen
  - login
  - a few seconds some flickering
  - and the lightdm login screen appears again

  It is not possible to login. Unity is not loading.

  .xsession-errors:
  X Error of failed request:  BadValue (integer parameter out of range for 
operation)
    Major opcode of failed request:  155 (GLX)
    Minor opcode of failed request:  3 (X_GLXCreateContext)
    Value in failed request:  0x0
    Serial number of failed request:  34
    Current serial number in output stream:  35

  See also bug 1634802

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1639180/+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