[Lunar-commits] r26966 - in moonbase/trunk/x11: NVIDIA NVIDIA-beta NVIDIA-legacy NVIDIA-old
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Wed Nov 28 03:34:58 CET 2007
Author: zbiggy
Date: 2007-11-28 03:34:58 +0100 (Wed, 28 Nov 2007)
New Revision: 26966
Modified:
moonbase/trunk/x11/NVIDIA-beta/BUILD
moonbase/trunk/x11/NVIDIA-legacy/BUILD
moonbase/trunk/x11/NVIDIA-old/BUILD
moonbase/trunk/x11/NVIDIA/BUILD
Log:
Fixes what r26933 broke (fix only for all Nvidia GPUs).
Another, different fix is still needed for S3/Via and Intel drivers (i810 for sure).
Will commit the rest of fixes tomorrow. Trivial to fix but I'm too sleepy now.
Modified: moonbase/trunk/x11/NVIDIA/BUILD
===================================================================
--- moonbase/trunk/x11/NVIDIA/BUILD 2007-11-28 02:29:41 UTC (rev 26965)
+++ moonbase/trunk/x11/NVIDIA/BUILD 2007-11-28 02:34:58 UTC (rev 26966)
@@ -15,6 +15,12 @@
cd $SOURCE_DIRECTORY &&
rm -rf old.libraries &&
- ./nvidia-installer --silent --no-precompiled-interface --no-rpms --no-network --no-recursion --no-kernel-module --no-x-check
+ ./nvidia-installer --silent --no-precompiled-interface --no-rpms --no-network --no-recursion --no-kernel-module --no-x-check &&
+# Register Nvidia XvMC library for use in any XvMC enabled media player
+rm -f /etc/X11/XvMCConfig &&
+touch /etc/X11/XvMCConfig &&
+echo libXvMCNVIDIA_dynamic.so.1 > /etc/X11/XvMCConfig &&
+chmod 644 /etc/X11/XvMCConfig
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11/NVIDIA-beta/BUILD
===================================================================
--- moonbase/trunk/x11/NVIDIA-beta/BUILD 2007-11-28 02:29:41 UTC (rev 26965)
+++ moonbase/trunk/x11/NVIDIA-beta/BUILD 2007-11-28 02:34:58 UTC (rev 26966)
@@ -57,5 +57,12 @@
cp -f usr/share/doc/X* /usr/share/doc/NVIDIA_GLX-1.0 &&
cp -f usr/share/doc/nv* /usr/share/doc/NVIDIA_GLX-1.0 &&
cp -rf usr/share/man /usr/share &&
-cp -f usr/share/pixmaps/* /usr/share/doc/NVIDIA_GLX-1.0
+cp -f usr/share/pixmaps/* /usr/share/doc/NVIDIA_GLX-1.0 &&
+
+# Register Nvidia XvMC library for use in any XvMC enabled media player
+rm -f /etc/X11/XvMCConfig &&
+touch /etc/X11/XvMCConfig &&
+echo libXvMCNVIDIA_dynamic.so.1 > /etc/X11/XvMCConfig &&
+chmod 644 /etc/X11/XvMCConfig
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11/NVIDIA-legacy/BUILD
===================================================================
--- moonbase/trunk/x11/NVIDIA-legacy/BUILD 2007-11-28 02:29:41 UTC (rev 26965)
+++ moonbase/trunk/x11/NVIDIA-legacy/BUILD 2007-11-28 02:34:58 UTC (rev 26966)
@@ -14,6 +14,12 @@
cd $SOURCE_DIRECTORY &&
rm -rf old.libraries &&
- ./nvidia-installer --silent --no-precompiled-interface --no-rpms --no-network --no-recursion --no-kernel-module --no-x-check
+ ./nvidia-installer --silent --no-precompiled-interface --no-rpms --no-network --no-recursion --no-kernel-module --no-x-check &&
+# Register Nvidia XvMC library for use in any XvMC enabled media player
+rm -f /etc/X11/XvMCConfig &&
+touch /etc/X11/XvMCConfig &&
+echo libXvMCNVIDIA_dynamic.so.1 > /etc/X11/XvMCConfig &&
+chmod 644 /etc/X11/XvMCConfig
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11/NVIDIA-old/BUILD
===================================================================
--- moonbase/trunk/x11/NVIDIA-old/BUILD 2007-11-28 02:29:41 UTC (rev 26965)
+++ moonbase/trunk/x11/NVIDIA-old/BUILD 2007-11-28 02:34:58 UTC (rev 26966)
@@ -15,7 +15,12 @@
cd $SOURCE_DIRECTORY &&
rm -rf old.libraries &&
- ./nvidia-installer --silent --no-precompiled-interface --no-rpms --no-network --no-recursion --no-kernel-module --no-x-check
+ ./nvidia-installer --silent --no-precompiled-interface --no-rpms --no-network --no-recursion --no-kernel-module --no-x-check &&
-
+# Register Nvidia XvMC library for use in any XvMC enabled media player
+rm -f /etc/X11/XvMCConfig &&
+touch /etc/X11/XvMCConfig &&
+echo libXvMCNVIDIA_dynamic.so.1 > /etc/X11/XvMCConfig &&
+chmod 644 /etc/X11/XvMCConfig
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list