[ubuntu/karmic] nvidia-graphics-drivers-180 185.18.14-0ubuntu1 (Accepted)

Bryce Harrington bryce at ubuntu.com
Sat Jun 27 07:15:18 BST 2009


nvidia-graphics-drivers-180 (185.18.14-0ubuntu1) karmic; urgency=low

  * New upstream release (LP: #376067):
    - Fixed a Xinerama drawable resource management problem that can
      cause GLXBadDrawable errors in certain cases, such as when Wine
      applications are run.
      (LP: #344721)
    - Fixed XineramaQueryScreens to return 0 screens instead of 1
      screen with the geometry of screen 0 when XineramaIsActive
      returns false. This conforms to the Xinerama manual page and
      fixes an interaction problem with Compiz when there is more
      than one X screen.
    - Moved kernel module loading earlier in the X driver's
      initialization, to facilitate more graceful fallbacks if the
      kernel module cannot be loaded. Removed the LoadKernelModule X
      configuration option.
    - Added support for new horizontal interlaced and checkerboard
      passive stereo modes.
    - Fixed an OpenGL driver crash while running Bibble 5.
    - Fixed a DisplayPort interaction problem with power management
      suspend/resume events.
    - Fixed occasional X driver memory management performance
      problems when a composite manager is running.
      (LP: 294925)
    - Fixed a bug with VT-switching or mode-switching while using
      Compiz; the bug could lead to a corrupted desktop (e.g., a
      white screen) or in the worst case an X server crash.
    - Fixed a bug that could cause GPU errors in some cases while
      driving Quadro SDI products.
    - Fixed a several second hang when VT-switching while OpenGL
      stereo applications were running on pre-G80 Quadro GPUs.
    - Added support for multiple swap group members on G80 and later
      Quadro GPUs.
    - Fixed the behavior of the NV_CTRL_FRAMELOCK_SYNC_DELAY
      NV-CONTROL attribute on Quadro G-Sync II.
    - Fixed a problem with Quadro SDI where transitioning from
      "clone mode" to "OpenGL mode" would fail.
    - Fixed VDPAU to eliminate some cases of corruption when decoding
      H.264 video containing field-coded reference frames on G84, G86,
      G92, G94, G96, or GT200 GPUs. Such streams are commonly found in
      DVB broadcasts.
    - Slightly improved the performance of the VDPAU noise reduction
      algorithm.
    - Enhanced VDPAU to validate whether overlay usage is supported by
      the current hardware configuration, and to automatically fall
      back to the blit-based presentation queue if required.
    - Fixed error checking in VdpVideoMixerRender, to reject calls
      that specify more layers than the VdpMixer was created with.
    - Modified VDPAU's VDPAU_DEBUG code to emit a complete backtrace
      on all platforms, not just on 32-bit Linux.
    - Improved interaction between VDPAU and PowerMizer; appropriate
      performance levels should now be chosen for video playback of all
      standard resolutions on all supported GPUs.
    - Fixed a bug in VDPAU that sometimes caused "display preemption"
      when the VdpDecoderCreate function failed.
    - Fixed a potential segfault in the VDPAU trace library, triggered
      by a multi-threaded application creating a new VdpDevice in one
      thread, at the same time that another thread detected "display
      preemption".
    - Improved compatibility with recent Linux kernels.
    - OpenOffice and Skype no longer have flickering buttons on mouseover
      when compiz is enabled. (LP: #286932)
    - smplayer and VirtualBox no longer display video corruption with
      composite (LP: #364764)

Date: Fri, 26 Jun 2009 22:35:09 -0700
Changed-By: Bryce Harrington <bryce at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Bryce Harrington <bryce at bryceharrington.org>
https://launchpad.net/ubuntu/karmic/+source/nvidia-graphics-drivers-180/185.18.14-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 26 Jun 2009 22:35:09 -0700
Source: nvidia-graphics-drivers-180
Binary: nvidia-glx-180 nvidia-glx-180-dev nvidia-180-kernel-source nvidia-180-modaliases nvidia-180-libvdpau nvidia-180-libvdpau-dev
Architecture: source
Version: 185.18.14-0ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Bryce Harrington <bryce at ubuntu.com>
Description: 
 nvidia-180-kernel-source - NVIDIA binary kernel module source
 nvidia-180-libvdpau - Video Decode and Presentation API for Unix
 nvidia-180-libvdpau-dev - Video Decode and Presentation API for Unix development files
 nvidia-180-modaliases - Modaliases for the NVIDIA binary X.Org driver
 nvidia-glx-180 - NVIDIA binary Xorg driver
 nvidia-glx-180-dev - NVIDIA binary Xorg driver development files
Launchpad-Bugs-Fixed: 286932 344721 364764 376067
Changes: 
 nvidia-graphics-drivers-180 (185.18.14-0ubuntu1) karmic; urgency=low
 .
   * New upstream release (LP: #376067):
     - Fixed a Xinerama drawable resource management problem that can
       cause GLXBadDrawable errors in certain cases, such as when Wine
       applications are run.
       (LP: #344721)
     - Fixed XineramaQueryScreens to return 0 screens instead of 1
       screen with the geometry of screen 0 when XineramaIsActive
       returns false. This conforms to the Xinerama manual page and
       fixes an interaction problem with Compiz when there is more
       than one X screen.
     - Moved kernel module loading earlier in the X driver's
       initialization, to facilitate more graceful fallbacks if the
       kernel module cannot be loaded. Removed the LoadKernelModule X
       configuration option.
     - Added support for new horizontal interlaced and checkerboard
       passive stereo modes.
     - Fixed an OpenGL driver crash while running Bibble 5.
     - Fixed a DisplayPort interaction problem with power management
       suspend/resume events.
     - Fixed occasional X driver memory management performance
       problems when a composite manager is running.
       (LP: 294925)
     - Fixed a bug with VT-switching or mode-switching while using
       Compiz; the bug could lead to a corrupted desktop (e.g., a
       white screen) or in the worst case an X server crash.
     - Fixed a bug that could cause GPU errors in some cases while
       driving Quadro SDI products.
     - Fixed a several second hang when VT-switching while OpenGL
       stereo applications were running on pre-G80 Quadro GPUs.
     - Added support for multiple swap group members on G80 and later
       Quadro GPUs.
     - Fixed the behavior of the NV_CTRL_FRAMELOCK_SYNC_DELAY
       NV-CONTROL attribute on Quadro G-Sync II.
     - Fixed a problem with Quadro SDI where transitioning from
       "clone mode" to "OpenGL mode" would fail.
     - Fixed VDPAU to eliminate some cases of corruption when decoding
       H.264 video containing field-coded reference frames on G84, G86,
       G92, G94, G96, or GT200 GPUs. Such streams are commonly found in
       DVB broadcasts.
     - Slightly improved the performance of the VDPAU noise reduction
       algorithm.
     - Enhanced VDPAU to validate whether overlay usage is supported by
       the current hardware configuration, and to automatically fall
       back to the blit-based presentation queue if required.
     - Fixed error checking in VdpVideoMixerRender, to reject calls
       that specify more layers than the VdpMixer was created with.
     - Modified VDPAU's VDPAU_DEBUG code to emit a complete backtrace
       on all platforms, not just on 32-bit Linux.
     - Improved interaction between VDPAU and PowerMizer; appropriate
       performance levels should now be chosen for video playback of all
       standard resolutions on all supported GPUs.
     - Fixed a bug in VDPAU that sometimes caused "display preemption"
       when the VdpDecoderCreate function failed.
     - Fixed a potential segfault in the VDPAU trace library, triggered
       by a multi-threaded application creating a new VdpDevice in one
       thread, at the same time that another thread detected "display
       preemption".
     - Improved compatibility with recent Linux kernels.
     - OpenOffice and Skype no longer have flickering buttons on mouseover
       when compiz is enabled. (LP: #286932)
     - smplayer and VirtualBox no longer display video corruption with
       composite (LP: #364764)
Checksums-Sha1: 
 8de882a580f5b780940ec0e04679be5ed4a09a5e 1667 nvidia-graphics-drivers-180_185.18.14-0ubuntu1.dsc
 4dcf04c411c058c81737dca9969ca6462fee56df 35126904 nvidia-graphics-drivers-180_185.18.14.orig.tar.gz
 d836bd3af7c7b96c1d1b8e1e78fdce504a86e9f1 33081 nvidia-graphics-drivers-180_185.18.14-0ubuntu1.diff.gz
Checksums-Sha256: 
 000966121a61c827c812f0b3eaaa595e0641868d408dbf46374c83e522d7755a 1667 nvidia-graphics-drivers-180_185.18.14-0ubuntu1.dsc
 2d1ec8aef7db0f47ac68c87502f7567c616acc6839e069f31cc08ed404162e48 35126904 nvidia-graphics-drivers-180_185.18.14.orig.tar.gz
 407096828aec4639d179b4494bdaf670af72a6e90c50c58d0edb2202960bd667 33081 nvidia-graphics-drivers-180_185.18.14-0ubuntu1.diff.gz
Files: 
 1ebac0bf20053b861d17f9d986d2dbe2 1667 restricted/misc optional nvidia-graphics-drivers-180_185.18.14-0ubuntu1.dsc
 eed3fe0d1bb2a0660c4cd6585a80c579 35126904 restricted/misc optional nvidia-graphics-drivers-180_185.18.14.orig.tar.gz
 4e73dc39e19df7e6bbfb727b10955d93 33081 restricted/misc optional nvidia-graphics-drivers-180_185.18.14-0ubuntu1.diff.gz
Original-Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpFtzIACgkQEaMBVuDmdhG3zACfS7cGs2OuQGwWtdZQJrDmgZtT
yTsAnRhYhcw5VCEQe7fRoTVqJuMm6IB0
=lrD3
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list