mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
xf86-video-nvidia:
- upgrade to NVIDIA-Linux-195.36.08
This commit is contained in:
parent
3a703f865b
commit
3dc10093f5
@ -1,47 +0,0 @@
|
|||||||
diff -Naur xf86-video-nvidia/usr/src/nv/conftest.sh xf86-video-nvidia.patch/usr/src/nv/conftest.sh
|
|
||||||
--- xf86-video-nvidia/usr/src/nv/conftest.sh 2009-12-19 00:10:53.000000000 +0100
|
|
||||||
+++ xf86-video-nvidia.patch/usr/src/nv/conftest.sh 2010-01-21 14:20:31.000000000 +0100
|
|
||||||
@@ -33,14 +33,14 @@
|
|
||||||
# CONFIG_XEN and CONFIG_PARAVIRT are present, text_xen() treats
|
|
||||||
# the kernel as a stand-alone kernel.
|
|
||||||
#
|
|
||||||
- FILE="linux/autoconf.h"
|
|
||||||
+ FILE="generated/autoconf.h"
|
|
||||||
|
|
||||||
if [ -f $HEADERS/$FILE -o -f $OUTPUT/include/$FILE ]; then
|
|
||||||
#
|
|
||||||
# We are looking at a configured source tree; verify
|
|
||||||
# that it's not a Xen kernel.
|
|
||||||
#
|
|
||||||
- echo "#include <linux/autoconf.h>
|
|
||||||
+ echo "#include <generated/autoconf.h>
|
|
||||||
#if defined(CONFIG_XEN) && !defined(CONFIG_PARAVIRT)
|
|
||||||
#error CONFIG_XEN defined!
|
|
||||||
#endif
|
|
||||||
@@ -110,7 +110,7 @@
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
-CONFTEST_PREAMBLE="#include <linux/autoconf.h>
|
|
||||||
+CONFTEST_PREAMBLE="#include <generated/autoconf.h>
|
|
||||||
#if defined(CONFIG_XEN) && \
|
|
||||||
defined(CONFIG_XEN_INTERFACE_VERSION) && !defined(__XEN_INTERFACE_VERSION__)
|
|
||||||
#define __XEN_INTERFACE_VERSION__ CONFIG_XEN_INTERFACE_VERSION
|
|
||||||
@@ -1365,7 +1365,7 @@
|
|
||||||
#
|
|
||||||
RET=1
|
|
||||||
VERBOSE=$7
|
|
||||||
- FILE="linux/autoconf.h"
|
|
||||||
+ FILE="generated/autoconf.h"
|
|
||||||
|
|
||||||
if [ -f $HEADERS/$FILE -o -f $OUTPUT/include/$FILE ]; then
|
|
||||||
#
|
|
||||||
@@ -1419,7 +1419,7 @@
|
|
||||||
#
|
|
||||||
RET=1
|
|
||||||
VERBOSE=$7
|
|
||||||
- FILE="linux/autoconf.h"
|
|
||||||
+ FILE="generated/autoconf.h"
|
|
||||||
|
|
||||||
if [ -f $HEADERS/$FILE -o -f $OUTPUT/include/$FILE ]; then
|
|
||||||
#
|
|
@ -1,17 +0,0 @@
|
|||||||
--- NVIDIA-Linux-x86_64-190.42-pkg2/usr/src/nv/nvacpi.c.orig 2009-12-14 02:52:35.000000000 +0100
|
|
||||||
+++ NVIDIA-Linux-x86_64-190.42-pkg2/usr/src/nv/nvacpi.c 2009-12-14 02:51:45.000000000 +0100
|
|
||||||
@@ -507,8 +507,14 @@
|
|
||||||
|
|
||||||
*handlesPresent = 0;
|
|
||||||
|
|
||||||
+ #if ACPI_CA_VERSION < 0x20091112
|
|
||||||
acpi_walk_namespace(ACPI_TYPE_DEVICE, ACPI_ROOT_OBJECT,
|
|
||||||
ACPI_UINT32_MAX, nv_acpi_find_methods, NULL, NULL);
|
|
||||||
+ #else
|
|
||||||
+ acpi_walk_namespace(ACPI_TYPE_DEVICE, ACPI_ROOT_OBJECT,
|
|
||||||
+ ACPI_UINT32_MAX, nv_acpi_find_methods, NULL, NULL, NULL);
|
|
||||||
+ #endif
|
|
||||||
+
|
|
||||||
|
|
||||||
if (nvif_handle)
|
|
||||||
{
|
|
@ -1,2 +1,2 @@
|
|||||||
ftp://download.nvidia.com/XFree86/Linux-x86/195.30/NVIDIA-Linux-x86-195.30-pkg0.run
|
ftp://download.nvidia.com/XFree86/Linux-x86/195.36.08/NVIDIA-Linux-x86-195.36.08-pkg0.run
|
||||||
ftp://download.nvidia.com/XFree86/Linux-x86_64/195.30/NVIDIA-Linux-x86_64-195.30-pkg0.run
|
ftp://download.nvidia.com/XFree86/Linux-x86_64/195.36.08/NVIDIA-Linux-x86_64-195.36.08-pkg0.run
|
Loading…
x
Reference in New Issue
Block a user