[pkg-nvidia-devel] r1043 - in /packages/nvidia-graphics-drivers/trunk/debian: changelog nvidia-glx.README.Debian.in
anbe-guest at users.alioth.debian.org
anbe-guest at users.alioth.debian.org
Mon Jun 7 10:33:55 UTC 2010
Author: anbe-guest
Date: Mon Jun 7 10:33:53 2010
New Revision: 1043
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1043
Log:
add a readme note about XvMC
Modified:
packages/nvidia-graphics-drivers/trunk/debian/changelog
packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian.in
Modified: packages/nvidia-graphics-drivers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/changelog?rev=1043&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/changelog Mon Jun 7 10:33:53 2010
@@ -53,6 +53,7 @@
* nvidia-glx: add /usr/share/xserver-xorg/pci/nvidia.ids (closes: #483821)
* nvidia-glx.README.Debian: update instructions on configuring xorg.conf
(closes: #516379, #576295)
+ * nvidia-glx.README.Debian: add a note about XvMC (closes: #390932)
-- Russ Allbery <rra at debian.org> Wed, 26 May 2010 07:19:43 -0700
Modified: packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian.in
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian.in?rev=1043&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian.in (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian.in Mon Jun 7 10:33:53 2010
@@ -15,7 +15,7 @@
NOTES ABOUT GLX DRIVER AND OPENGL:
-----------------------------------------------------------------------
-Using the nvidia X driver requires some user modification.
+Using the nvidia X driver requires some user modification.
The current X Server 1.7 can autodetect many things, so you probably don't
have a /etc/X11/xorg.conf at all after a fresh installation of Debian sarge
@@ -30,18 +30,30 @@
EndSection
That is sufficient to load the NVIDIA driver while all other configuration
-is automatically done by the X Server. If you have multiple displays, you may
-want to enable TwinView, too, by adding this section:
+is automatically done by the X Server. If you have multiple displays, you
+may want to enable TwinView, too, by adding this section:
Section "Screen"
Identifier "My Screens"
Option "TwinView" "1"
EndSection
-There are many more settings that can be tuned in xorg.conf. For file format
-description and general options please see the xorg.conf(5) manpage.
+There are many more settings that can be tuned in xorg.conf. For file
+format description and general options please see the xorg.conf(5) manpage.
See /usr/share/doc/nvidia-glx#LEGACY#/README.txt.gz and
/usr/share/doc/nvidia-glx#LEGACY#/examples/XF86Config.sample.gz
-for descriptions of all supported NVIDIA driver specific options.
+for descriptions of all supported NVIDIA driver specific options.
+
+
+NOTES ABOUT XvMC:
+-----------------------------------------------------------------------
+
+To enable accelerated XVideo Motion Compensation (XvMC) which is supported
+on GeForce 6 series and GeForce 7 series GPUs, you need to modify
+/etc/X11/XvMCConfig to contain a reference to the NVIDIA library
+ libXvMCNVIDIA_dynamic.so.1
+instead. For more information about XvMC support see Appendix G in
+/usr/share/doc/nvidia-glx#LEGACY#/README.txt.gz
+
-- Andreas Beckmann <debian at abeckmann.de> Mon, 07 Jun 2010 11:19:12 +0200
More information about the Pkg-nvidia-devel
mailing list