From 17827c1c71ef2d36db2d37515e27c8f7cfc3f1f0 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Wed, 11 Sep 2019 17:12:23 +0100 Subject: [PATCH] xf86-video-nvidia: update to xf86-video-nvidia-430.50 --- packages/x11/driver/xf86-video-nvidia/package.mk | 4 ++-- packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/x11/driver/xf86-video-nvidia/package.mk b/packages/x11/driver/xf86-video-nvidia/package.mk index 0ec45fd59c..f16813c7aa 100644 --- a/packages/x11/driver/xf86-video-nvidia/package.mk +++ b/packages/x11/driver/xf86-video-nvidia/package.mk @@ -6,8 +6,8 @@ PKG_NAME="xf86-video-nvidia" # Remember to run "python packages/x11/driver/xf86-video-nvidia/scripts/make_nvidia_udev.py" and commit changes to # "packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules" whenever bumping version. # Host may require installation of python-lxml and python-requests packages. -PKG_VERSION="430.40" -PKG_SHA256="669ff38532ff05c78e1edc3c6df2055fd96437107f5919b6e5a774c3a495501b" +PKG_VERSION="430.50" +PKG_SHA256="19ff49073e88245666825722e2c814d369ab4d01b2883a954ce0bfbe9c3b22ab" PKG_ARCH="x86_64" PKG_LICENSE="nonfree" PKG_SITE="http://www.nvidia.com/" diff --git a/packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules b/packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules index 5a2c30951b..f55c6df142 100644 --- a/packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules +++ b/packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules @@ -235,6 +235,7 @@ ATTRS{device}=="0x1e81", GOTO="configure_nvidia" ATTRS{device}=="0x1e82", GOTO="configure_nvidia" ATTRS{device}=="0x1e84", GOTO="configure_nvidia" ATTRS{device}=="0x1e87", GOTO="configure_nvidia" +ATTRS{device}=="0x1e89", GOTO="configure_nvidia" ATTRS{device}=="0x1e90", GOTO="configure_nvidia" ATTRS{device}=="0x1eb0", GOTO="configure_nvidia" ATTRS{device}=="0x1eb1", GOTO="configure_nvidia"