[Nouveau] [Bug 50571] nouveau crashes with GeForce GT 520

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jun 16 17:54:10 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=50571

--- Comment #13 from Jonathan Nieder <jrnieder at gmail.com> 2012-06-16 17:54:10 PDT ---
Created attachment 63122
  --> https://bugs.freedesktop.org/attachment.cgi?id=63122
drm/nvd0/disp: disconnect encoders before reprogramming them

Thanks again for your hard work tracking this down.

3.3.y (unlike 3.2.y) is not maintained any more, but the backport
to 3.3 is easier, so let's start there.

Please test the attached patch against the 3.3.y tree, like so:

  cd linux

  # fetch point releases
  git remote add stable \
    git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
  git fetch stable

  # 3.3.y
  git checkout stable/linux-3.3.y
  make silentoldconfig
  make deb-pkg; # maybe with -j4
  dpkg -i ../<name of package>
  reboot

  # hopefully it reproduces the problem. So try the patch:
  cd linux
  git am -3sc /path/to/patch
  make deb-pkg; # maybe with -j4
  dpkg -i ../<name of package>
  reboot

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Nouveau mailing list