nvidia-graphics-drivers_319.17-1_amd64.changes ACCEPTED into experimental, experimental

Debian FTP Masters ftpmaster at ftp-master.debian.org
Wed May 15 19:00:06 UTC 2013



Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 14 May 2013 01:12:20 +0200
Source: nvidia-graphics-drivers
Binary: nvidia-glx nvidia-driver xserver-xorg-video-nvidia libgl1-nvidia-glx nvidia-alternative nvidia-kernel-dkms nvidia-kernel-source nvidia-vdpau-driver nvidia-smi nvidia-cuda-mps libcuda1 libnvidia-compiler libnvcuvid1 libnvidia-encode1 libnvidia-ml1 nvidia-opencl-common nvidia-opencl-icd nvidia-libopencl1 nvidia-detect
Architecture: source amd64
Version: 319.17-1
Distribution: experimental
Urgency: low
Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel at lists.alioth.debian.org>
Changed-By: Andreas Beckmann <anbe at debian.org>
Description: 
 libcuda1   - NVIDIA CUDA runtime library
 libgl1-nvidia-glx - NVIDIA binary OpenGL libraries${nvidia:LegacyDesc}
 libnvcuvid1 - NVIDIA CUDA nvcuvid runtime library
 libnvidia-compiler - NVIDIA runtime compiler library
 libnvidia-encode1 - NVIDIA nvidia-encode runtime library
 libnvidia-ml1 - NVIDIA management library (NVML) runtime library
 nvidia-alternative - allows the selection of NVIDIA as GLX provider
 nvidia-cuda-mps - NVIDIA CUDA Multi Process Service (MPS)
 nvidia-detect - NVIDIA GPU detection utility
 nvidia-driver - NVIDIA metapackage${nvidia:LegacyDesc}
 nvidia-glx - transition to nvidia-driver
 nvidia-kernel-dkms - NVIDIA binary kernel module DKMS source${nvidia:LegacyDesc}
 nvidia-kernel-source - NVIDIA binary kernel module source${nvidia:LegacyDesc}
 nvidia-libopencl1 - NVIDIA OpenCL library
 nvidia-opencl-common - NVIDIA OpenCL driver
 nvidia-opencl-icd - NVIDIA OpenCL ICD
 nvidia-smi - NVIDIA System Management Interface
 nvidia-vdpau-driver - NVIDIA vdpau driver
 xserver-xorg-video-nvidia - NVIDIA binary Xorg driver${nvidia:LegacyDesc}
Changes: 
 nvidia-graphics-drivers (319.17-1) experimental; urgency=low
 .
   * New upstream long lived branch release 319.17 (2013-05-02).
     - Fixed a regression that caused multiple BUG messages to be printed in
       the kernel log on SMP systems.
     - Fixed a bug that could cause the X server to crash when repeatedly
       enabling and disabling displays.
     - Added support for the following GPUs: GeForce GT 720M, GeForce GT 735M,
       GeForce GT 740M, GeForce GT 745M, GeForce GT 750M, GeForce GTX 760M,
       GeForce GTX 765M, GeForce GTX 770M, GeForce GTX 775M, GeForce GTX 780M.
     - Added nvidia-persistenced, a daemon utility, to the driver package.
       nvidia-persistenced can be installed to run on system startup or
       manually run to allow the NVIDIA kernel module to keep persistent driver
       state allocated when no other user-space NVIDIA driver components are
       running.  This can improve startup time for other user-space NVIDIA
       driver components.
   * New upstream beta 319.12 (2013-04-09).
     - Added initial support for restoration of efifb consoles on UEFI
       systems where the primary display is driven over VGA or TMDS (e.g.
       DVI, HDMI, or LVDS).
     - Added support for the xorg.conf Monitor section options "Ignore",
       "Enable", "Primary", and "Rotate".  For example, to rotate a monitor
       identified by a specific EDID hash, one could add the following to
       /etc/X11/xorg.conf or a file in /etc/X11/xorg.conf.d:
         Section "Monitor"
           Identifier "DPY-EDID-ee6cecc0-fa46-0c33-94e0-274313f9e7eb"
           Option "Rotate" "left"
         EndSection
       See the README and the xorg.conf(5) man page for more information.
     - Added an Underscan feature in the nvidia-settings X Server
       Display Configuration page which allows the configuration of an
       underscan border around the ViewPortOut.  This feature was
       formerly known as Overscan Compensation.
     - Added support for the following GPU: GeForce GTX 650 Ti BOOST.
     - Added support for application profiles to the NVIDIA client-side GLX
       implementation. See the "Application Profiles" chapter of the README for
       more information.
     - Added the "PanningTrackingArea" and "PanningBorder" MetaMode attributes.
     - Added support for RandR 1.3 panning.
     - Improved performance when the Accel option is disabled.
     - Added initial support for RandR 1.4 Provider objects with the Source
       Output capability, which can be used to render the desktop on an NVIDIA
       GPU and display it on an output connected to a provider with the Sink
       Output capability, such as an Intel integrated graphics device or a
       DisplayLink USB-to-VGA adapter.  See the README for details.
     - Added nvidia-modprobe, a setuid root utility, to the driver package.
       nvidia-modprobe can be used by user-space NVIDIA driver components
       to make sure the NVIDIA kernel module is loaded and that the
       NVIDIA character device files are present.  When possible,
       it is recommended to use Linux distribution native mechanisms
       for managing kernel module loading and device file creation.
       This utility is provided as a fallback to work out-of-the-box in
       a distribution-independent way.
     - Fixed a memory leak that occurred when destroying a GLX window
       but not its associated X window.
     - Improved the performance of modesets in cases where the mode
       timings remained the same, but other parameters of the mode
       configuration, such as the ViewPort or panning domain, changed.
     - Fixed an issue with RENDER convolution filters.  The driver will
       no longer normalize filter kernels before accelerating them.
     - Improved debuggability of the NVIDIA OpenGL libraries by
       including proper stack unwinding information on all supported
       architectures.
     - Updated the dkms.conf file and the makefile for the NVIDIA Linux
       kernel module to allow DKMS installations on systems with separate
       source and output directories.
     - Fixed a bug that caused RENDER Pictures to be sampled
       incorrectly when using nearest filtering in some cases.
     - Added support for the RandR "Border" and "BorderDimensions" Output
       properties, which can be used to configure the ViewPortOut of an
       RandR output.  This is functionally equivalent to the "ViewPortOut"
       MetaMode token.
     - Fixed a bug where RRGetCrtcInfo could report incorrect size
       information when an RandR output has a custom ViewPortIn.
     - Further improve performance of some versions of HyperMesh with
       Quadro GPUs.
     - Added support for dynamic mode management through RandR, e.g. via
       the --newmode, --rmmode, and --delmode options in xrandr(1).
     - Increased the number of pages that are shareable across multiple
       processes in the x86 build of libnvidia-glcore.so, by reducing its
       R_386_PC32 relocation count.
     - Fixed a bug that caused XVideo applications to receive BadAlloc errors
       after VT switches and mode switches that occurred while a composite
       manager was running.
     - Removed the X driver's support for "CursorShadow".
     - Switched .run package compression from gzip to xz.  This provides a
       higher level of compression.
   * Update nv-readme.ids.
   * Update symbols control files.
   * Refresh use-nv-kernel.o.ARCH.patch. Remove frequently changing context.
   * nvidia-glx: Ship nvidia-persistenced.
   * nvidia-kernel-{source,dkms}: Provide dummy conftest/patches.h, too.
   * Rename package nvidia-cuda-proxy to nvidia-cuda-mps: Upstream has renamed
     the programs nvidia-cuda-proxy-* to nvidia-cuda-mps-*.
   * Rename metapackage nvidia-glx to nvidia-driver. Add transitional package.
   * conftest.h:
     - Implement check for drm/drmP.h (319.12).
     - Implement new conftest.sh function drm_available (319.12).
Checksums-Sha1: 
 b1f9dedd10d0baa39b73fdea4faf5f6c602b5bda 3322 nvidia-graphics-drivers_319.17-1.dsc
 5324aac906e0cf30236de0ab42ec69d788241c9b 75883952 nvidia-graphics-drivers_319.17.orig.tar.gz
 059aca44c27a5713e0e11e9c9310f671c90ac801 109820 nvidia-graphics-drivers_319.17-1.debian.tar.gz
 6938a390eaec6f051734260a3000c30a2d2d9a8a 103574 nvidia-glx_319.17-1_amd64.deb
 e58dd14a5fad797d7fab8edfb79e76a84ac62458 380808 nvidia-driver_319.17-1_amd64.deb
 3d9acf0f9661af3b0dfd2f603f69af6868b0f2e4 2244574 xserver-xorg-video-nvidia_319.17-1_amd64.deb
 a52d2a5e623f7b3720d3fe9a0ce1f5394a8e5514 6661342 libgl1-nvidia-glx_319.17-1_amd64.deb
 050232ee2a16a5d32119f5d7e69773cbfe3e1920 102964 nvidia-alternative_319.17-1_amd64.deb
 36134f1f31bc2fd5ab820a7810b51f4b4c12f309 6057688 nvidia-kernel-dkms_319.17-1_amd64.deb
 e038a3d51242aab215ef94b70636cdc5484d585f 7897364 nvidia-kernel-source_319.17-1_amd64.deb
 5b5e18a44972feeb5f013375ef1fbb42b7793e57 850880 nvidia-vdpau-driver_319.17-1_amd64.deb
 25a0d78f3c1565b00f0608138c43b212abd7e865 172602 nvidia-smi_319.17-1_amd64.deb
 bbfd6f0908c48324dc9ea28389e0aa186d383bce 123668 nvidia-cuda-mps_319.17-1_amd64.deb
 f71ad41b478e24e468d92e24ab6e091141bc67ed 3447204 libcuda1_319.17-1_amd64.deb
 50f2be05a460bd7bb7779209389ac73b07f42d71 6986184 libnvidia-compiler_319.17-1_amd64.deb
 c6275345d7f6e825b163f22f5e791fc7be6d94be 699754 libnvcuvid1_319.17-1_amd64.deb
 aac9066e5269e02f4f2c61579bee533250225d2e 141510 libnvidia-encode1_319.17-1_amd64.deb
 c08cc2de88f55624d0882062e7ee7e3762f00577 265024 libnvidia-ml1_319.17-1_amd64.deb
 0e1c0edf8f343501f390d9b213bfc98429e333d7 101848 nvidia-opencl-common_319.17-1_amd64.deb
 5294ab5ebcb844c5da59103af772dca598dafcbd 2916660 nvidia-opencl-icd_319.17-1_amd64.deb
 e688526cedbeb920989c03adf581fbfb2286bb9d 108512 nvidia-libopencl1_319.17-1_amd64.deb
 78c127ccdc4ba0919c8e632692fd825f1780d9d7 104476 nvidia-detect_319.17-1_amd64.deb
Checksums-Sha256: 
 a79f668b8adba0dd305f5a929063e2ddeb9883ff912f63dd865552a99f4060b8 3322 nvidia-graphics-drivers_319.17-1.dsc
 a1c9c4d3ef6e1529e51b122c8c9372fc9fdf5c93a4479a77068c6eb0b4cbb417 75883952 nvidia-graphics-drivers_319.17.orig.tar.gz
 fa4f8e705a1d5f8111b90cf5ffa0fa47f16498bc21d53f32a6d73955d6cd0468 109820 nvidia-graphics-drivers_319.17-1.debian.tar.gz
 13a8b52b5642d1636ebb1aacb04ea891875849d60abf83726dc54fea5e7b10a3 103574 nvidia-glx_319.17-1_amd64.deb
 9407e8a36c4ced4088d19c538fb08c7755289b9aac7ab7ff9afeaa698b114672 380808 nvidia-driver_319.17-1_amd64.deb
 fcafc614b4ed30131a3bbc4086f4f457de57327a7a47e7234b0111683f407106 2244574 xserver-xorg-video-nvidia_319.17-1_amd64.deb
 54a2f0629bfc2dd7a8961997cd378a0d4fb87888e6f80dfee4c5c0dd21e66a4b 6661342 libgl1-nvidia-glx_319.17-1_amd64.deb
 a74a01b33c8db56bb392ddebf42fa0bda6ff7fc3859d813d861747f04a83facc 102964 nvidia-alternative_319.17-1_amd64.deb
 68dc01becc6e7ab61f5f295cec88dd54c9f8fceed4f39b15b06e3fc8b382bcb1 6057688 nvidia-kernel-dkms_319.17-1_amd64.deb
 3b6200d4939626afafb003e4bd8a9329e8750dd8a93bb196f3cd0f44fe72bba9 7897364 nvidia-kernel-source_319.17-1_amd64.deb
 1ae9e5a64d5815d30b416cd74160b9b4c45c013f4b93ff6aef76157f3df1a1a8 850880 nvidia-vdpau-driver_319.17-1_amd64.deb
 7dac5124ee896d34f0fcefb3dc1eb2114c0bb883df1c0c331e9c979071ced2e3 172602 nvidia-smi_319.17-1_amd64.deb
 129225dfce5ba56e29d8eb16a89ec020e99fc26e47d770d8bfab070908aa98aa 123668 nvidia-cuda-mps_319.17-1_amd64.deb
 5c810ad927ccc195f53fc1be62f0806bbad51457cc9ef3efdfffe86c65f0028e 3447204 libcuda1_319.17-1_amd64.deb
 87916556f3e8d9b24e148097f0dbb22fb4602d158e17ee59e068c615ccb1b719 6986184 libnvidia-compiler_319.17-1_amd64.deb
 a9d89e61319189dd0a928cf123a37162389e672195a90673a8384226c4a25248 699754 libnvcuvid1_319.17-1_amd64.deb
 2e1be2d7bbd0b33ae359c696dfd5e4f062dadabbe3d09219d6f2ee29ea07cdf0 141510 libnvidia-encode1_319.17-1_amd64.deb
 19061cc53c546de0086ece52542c5797ab7a7dd84f315b25cfdbb3b739cef9eb 265024 libnvidia-ml1_319.17-1_amd64.deb
 62da87682bd02eeb4e9e76e5aa51e98528f76ca37ce19ac331cfb4cc257f661c 101848 nvidia-opencl-common_319.17-1_amd64.deb
 9aa7e0cd5533c4a17a0a153ff008c424ebec57dd7f08ff62a60a340c989507b6 2916660 nvidia-opencl-icd_319.17-1_amd64.deb
 d78d2fc9518db663a795e8822e2871ea905758ccbd9be443d37f3365fed749ad 108512 nvidia-libopencl1_319.17-1_amd64.deb
 7fb4cb370ef092c19d1b67c83cf7cfe5ef05f9ef5e47c203745df6a3399e675d 104476 nvidia-detect_319.17-1_amd64.deb
Files: 
 4ce6524e0e579c385eba3df4551eb1fb 3322 non-free/libs optional nvidia-graphics-drivers_319.17-1.dsc
 978180a582ec339cb0b78b33071a2f63 75883952 non-free/libs optional nvidia-graphics-drivers_319.17.orig.tar.gz
 187e6e87c4073f0dc1e88858bd94d5ea 109820 non-free/libs optional nvidia-graphics-drivers_319.17-1.debian.tar.gz
 9100a5b21a405f8f2207a165278a19d2 103574 non-free/oldlibs extra nvidia-glx_319.17-1_amd64.deb
 5038536ba5ce894fe6384ca4d9991be3 380808 non-free/x11 optional nvidia-driver_319.17-1_amd64.deb
 b4d04218cd3f345d3c8bfa75acdf0f21 2244574 non-free/x11 optional xserver-xorg-video-nvidia_319.17-1_amd64.deb
 1c99d17cb206121a237d0ee6277bbc6e 6661342 non-free/libs optional libgl1-nvidia-glx_319.17-1_amd64.deb
 c707e4673cc15a7bf47262133a46c00b 102964 non-free/libs optional nvidia-alternative_319.17-1_amd64.deb
 f88e4198d81e2ade8298fa7c52043c9f 6057688 non-free/kernel optional nvidia-kernel-dkms_319.17-1_amd64.deb
 64594d1ebd313f6300f722bb11eee975 7897364 non-free/kernel optional nvidia-kernel-source_319.17-1_amd64.deb
 4b3a41ab9fe911956f2a21c6034e0a10 850880 non-free/video optional nvidia-vdpau-driver_319.17-1_amd64.deb
 9a2099a84dc6148c382164a6c5e36aaa 172602 non-free/utils optional nvidia-smi_319.17-1_amd64.deb
 ad5e4ea7b4132fcbc77efdfbbc5b9d40 123668 non-free/utils optional nvidia-cuda-mps_319.17-1_amd64.deb
 34f02da696b35583efefe50c67b28233 3447204 non-free/libs optional libcuda1_319.17-1_amd64.deb
 9e99d0a961239a1b5663bbeca9d2a2e1 6986184 non-free/libs optional libnvidia-compiler_319.17-1_amd64.deb
 ffc6398c55c224e6b7e282f3b5c1205a 699754 non-free/libs optional libnvcuvid1_319.17-1_amd64.deb
 c1e80001082282b5f9a762b7cfe6b7a7 141510 non-free/libs optional libnvidia-encode1_319.17-1_amd64.deb
 b93bb88b6768ec1ed89cc7964083937a 265024 non-free/libs optional libnvidia-ml1_319.17-1_amd64.deb
 32d3d433b7aa6cf5d3bce5867ceb3569 101848 non-free/libs optional nvidia-opencl-common_319.17-1_amd64.deb
 c8f0e7ebe21fbd54626589ae7781c114 2916660 non-free/libs optional nvidia-opencl-icd_319.17-1_amd64.deb
 11727b1941765f5ca3aaa967b74bdc69 108512 non-free/libs optional nvidia-libopencl1_319.17-1_amd64.deb
 ee09c561b19e3b559590737030f53e7a 104476 non-free/x11 optional nvidia-detect_319.17-1_amd64.deb

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

iQIcBAEBCAAGBQJRkXQ6AAoJEF+zP5NZ6e0Iyg0P/2sEv6cb/ALSrSzTH4mxRSVR
nehX4OGJwSmZevorVUVy1T71Rb7Ba+bnxOv8bNe+Kj3MVti5Jo/t6bE4GWqNTShP
kR2W6DTmM1fvsL0OvplzirrL5k67BNryn86MleROEcdKFv+mR/0V03wlElu/tiQy
CANxLFLSz/TqcDeEKOtU7Pfo84F/t8VexkOXclhNQQ69kCCggH8yVaRm1se6Lovn
NdybmDFgGc8vj14EN7u2vfvDa+Tlmp4bRjeruFfGcOywMZ0VAJxRweeajVpyb/Qp
1eJ2NsM5gJdVFaIGAY/Qq1RarKQ35fOaDFcoKGPGHL0Pl620dNBK3eQAkBkA7EP5
kfvVbl41spY1CpSaGmQ+U6hE5m1rD1/GvzM/Xg2NteWibVN28DhBa75qE002Rl+y
Zs7iE+Legkb4bnOJqL06d729lhUBAPX0J+9lWbH1zfgWGG98VAUfTEJq9gwO9jmm
/SC2AIGjCzNnAFcCTqR8X/cVVq8SyjTsdNOS4m0sHPFJbqvnInM8y3Aa+d5pSy1L
r/j1pmTgtTMXRL4ntEPRa+VUHnkFRx2ip7+D6sODZ0w455XxNBlQHvD4qMZ4D7CJ
ziM+7lUSJF5XJbr6l4jREQUAv6dF0VgLuLMpKVwblkuyyW6ZrsTyOzJNflPOa799
BHw0MNY0iSg4FUomOvN8
=fkOc
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.



More information about the pkg-nvidia-devel mailing list