[ubuntu/natty] nvidia-graphics-drivers 270.29-0ubuntu1 (Accepted)

Alberto Milone alberto.milone at canonical.com
Fri Feb 25 13:20:58 UTC 2011


nvidia-graphics-drivers (270.29-0ubuntu1) natty; urgency=low

  * New upstream release:
    - Added official support for xserver 1.10. The -ignoreABI option
      is no longer required with this version of the server.
    - Updated the NVIDIA kernel module to ensure that all system memory
      allocated by it for use with GPUs or within user-space components of the
      NVIDIA driver stack is initialized to zero. A new NVIDIA kernel module
      option, InitializeSystemMemoryAllocations, allows administrators to
      revert to the previous behavior.
    - Added preliminary support for xserver 1.10.
    - Reorganized the NVIDIA driver's /proc file system layout to better
      reflect current needs: /proc/driver/nvidia/cards/0..N has been
      moved to /proc/driver/nvidia/gpus/0..N/information
    - Added new shared library: libnvidia-ml.so.
    - NVML provides programmatic access to static information and monitoring
      data for NVIDIA GPUs, as well as limited managment capabilities. It is
      intended for use with Tesla compute products. See web-based
      documentation and associated nvml.h header for more info.
    - Added a new X configuration option "3DVisionDisplayType" to specify
      the display type when NVIDIA 3D Vision is enabled with a non
      3D Vision ready display.
    - Fixed several bugs relating to hardware-accelerated gradients, which were
      causing visual corruption in some of the default Ubuntu GNOME themes.
    - Modified colormap updates to no longer be synchronized to vblank. This
      allows applications to send XStoreColor and XStoreColors requests faster
      than the screen's refresh rate. This behavior can be controlled by a new
      NV-CONTROL attribute, NV_CONTROL_SYNC_LUT_UPDATES. By default, LUT updates
      are not synchronized. This may cause flickering in some applications that
      use the colormap to perform animation, such as xpilot running on a depth 8
      X screen. If you experience flickering, try running:
      nvidia-settings -a [gpu:0]/SynchronousPaletteUpdates=1
    - Added support for the following GPUs:
      o GeForce GTX 560 Ti
    - Added NV-CONTROL event notification for NV_CTRL_FRAMELOCK_SYNC_READY status
      changes.
    - Added a new X configuration option "Interactive", which defaults to enabled,
      but can be disabled to allow long-running GPU compute programs to run
      concurrently with X.
    - Fixed a bug in the VDPAU presentation queue that could cause VDPAU "display
      preemption" when rendering to tiny or zero-sized windows or pixmaps.
    - Fixed a bug in VDPAU which prevented use of the overlay presentation queue
      following an application exiting without gracefully destroying its VDPAU
      presentation queue.
  * debian/control{.in}:
    - Depend on ${xinpdriver:Depends} (LP: #616214).
  * debian/nvidia-current.postrm{.in}:
    - Make sure that the driver's directory is removed (LP: #540143).
  * debian/nvidia-current.links{32}{.in}:
    - Add links to libnvcuvid*.so* and to libnvidia-ml*.so* for both 32bit
      and 64bit (LP: #704607).
  * debian/rules:
    - Add libnvcuvid*.so*, libnvidia-ml*.so* and libXvMCNVIDIA*.so.* to the
      32bit compatibility libraries.

Date: Fri, 25 Feb 2011 13:26:39 +0100
Changed-By: Alberto Milone <alberto.milone at canonical.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/nvidia-graphics-drivers/270.29-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 25 Feb 2011 13:26:39 +0100
Source: nvidia-graphics-drivers
Binary: nvidia-current nvidia-current-dev nvidia-glx-185 nvidia-glx-185-dev nvidia-185-kernel-source nvidia-185-libvdpau nvidia-185-libvdpau-dev
Architecture: source
Version: 270.29-0ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Alberto Milone <alberto.milone at canonical.com>
Description: 
 nvidia-185-kernel-source - Transitional package for nvidia-glx-185-kernel-source
 nvidia-185-libvdpau - Transitional package for nvidia-185-libvdpau
 nvidia-185-libvdpau-dev - Transitional package for nvidia-185-libvdpau-dev
 nvidia-current - NVIDIA binary Xorg driver, kernel module and VDPAU library
 nvidia-current-dev - NVIDIA binary Xorg driver development files
 nvidia-glx-185 - Transitional package for nvidia-glx-185
 nvidia-glx-185-dev - Transitional package for nvidia-glx-185-dev
Launchpad-Bugs-Fixed: 540143 616214 704607
Changes: 
 nvidia-graphics-drivers (270.29-0ubuntu1) natty; urgency=low
 .
   * New upstream release:
     - Added official support for xserver 1.10. The -ignoreABI option
       is no longer required with this version of the server.
     - Updated the NVIDIA kernel module to ensure that all system memory
       allocated by it for use with GPUs or within user-space components of the
       NVIDIA driver stack is initialized to zero. A new NVIDIA kernel module
       option, InitializeSystemMemoryAllocations, allows administrators to
       revert to the previous behavior.
     - Added preliminary support for xserver 1.10.
     - Reorganized the NVIDIA driver's /proc file system layout to better
       reflect current needs: /proc/driver/nvidia/cards/0..N has been
       moved to /proc/driver/nvidia/gpus/0..N/information
     - Added new shared library: libnvidia-ml.so.
     - NVML provides programmatic access to static information and monitoring
       data for NVIDIA GPUs, as well as limited managment capabilities. It is
       intended for use with Tesla compute products. See web-based
       documentation and associated nvml.h header for more info.
     - Added a new X configuration option "3DVisionDisplayType" to specify
       the display type when NVIDIA 3D Vision is enabled with a non
       3D Vision ready display.
     - Fixed several bugs relating to hardware-accelerated gradients, which were
       causing visual corruption in some of the default Ubuntu GNOME themes.
     - Modified colormap updates to no longer be synchronized to vblank. This
       allows applications to send XStoreColor and XStoreColors requests faster
       than the screen's refresh rate. This behavior can be controlled by a new
       NV-CONTROL attribute, NV_CONTROL_SYNC_LUT_UPDATES. By default, LUT updates
       are not synchronized. This may cause flickering in some applications that
       use the colormap to perform animation, such as xpilot running on a depth 8
       X screen. If you experience flickering, try running:
       nvidia-settings -a [gpu:0]/SynchronousPaletteUpdates=1
     - Added support for the following GPUs:
       o GeForce GTX 560 Ti
     - Added NV-CONTROL event notification for NV_CTRL_FRAMELOCK_SYNC_READY status
       changes.
     - Added a new X configuration option "Interactive", which defaults to enabled,
       but can be disabled to allow long-running GPU compute programs to run
       concurrently with X.
     - Fixed a bug in the VDPAU presentation queue that could cause VDPAU "display
       preemption" when rendering to tiny or zero-sized windows or pixmaps.
     - Fixed a bug in VDPAU which prevented use of the overlay presentation queue
       following an application exiting without gracefully destroying its VDPAU
       presentation queue.
   * debian/control{.in}:
     - Depend on ${xinpdriver:Depends} (LP: #616214).
   * debian/nvidia-current.postrm{.in}:
     - Make sure that the driver's directory is removed (LP: #540143).
   * debian/nvidia-current.links{32}{.in}:
     - Add links to libnvcuvid*.so* and to libnvidia-ml*.so* for both 32bit
       and 64bit (LP: #704607).
   * debian/rules:
     - Add libnvcuvid*.so*, libnvidia-ml*.so* and libXvMCNVIDIA*.so.* to the
       32bit compatibility libraries.
Checksums-Sha1: 
 32dbad9072aa0a86761b2c633ab45bdb6dd0d74c 1524 nvidia-graphics-drivers_270.29-0ubuntu1.dsc
 f20bc8bf3ad28af7f25952c7aae5e5af114068d1 57879488 nvidia-graphics-drivers_270.29.orig.tar.gz
 2a3cf6bb215b097e34d7deec9b9d14868ad7bbb8 157622 nvidia-graphics-drivers_270.29-0ubuntu1.diff.gz
Checksums-Sha256: 
 2d9baf342c33ebdb6ae01b114de241cc41213c9d1d5e59d3e4b7e6b2d69222b5 1524 nvidia-graphics-drivers_270.29-0ubuntu1.dsc
 5a057bed531415beb99807aacab73cf2b030c734c087dbb0c23f5940432b7a65 57879488 nvidia-graphics-drivers_270.29.orig.tar.gz
 41d938a92a946e20e18ea62a76643a44d54e543338c0e16e56dbc69d6ab4c49b 157622 nvidia-graphics-drivers_270.29-0ubuntu1.diff.gz
Files: 
 76716f28afb66d00da719bfd82eb4d0b 1524 restricted/misc optional nvidia-graphics-drivers_270.29-0ubuntu1.dsc
 6b433500a081d4927c04845923b84f9c 57879488 restricted/misc optional nvidia-graphics-drivers_270.29.orig.tar.gz
 a8a2b902d1f7eb5afda77b0e92a4c124 157622 restricted/misc optional nvidia-graphics-drivers_270.29-0ubuntu1.diff.gz

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

iEYEARECAAYFAk1noD0ACgkQFZJJ6Y6yavFTLQCgpykf9Wjnk682bVee4dnT4+Vy
QX0AoJl8mWq0mEikPCay6d5cwvdKHMZm
=/+6i
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list