xf86-video-nvidia: update to xf86-video-nvidia-390.48

This commit is contained in:
MilhouseVH 2018-03-28 19:33:18 +01:00
parent cb9786e3b6
commit befb674b16
2 changed files with 6 additions and 2 deletions

View File

@ -20,8 +20,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="390.42"
PKG_SHA256="5f242cf0f7f4dcc45759eee3b4973191114842fe7c146c5ae7a12a2ebea394aa"
PKG_VERSION="390.48"
PKG_SHA256="2d4bf72801f101a85df6fd1464021380ad51f5a30df05dadaf1fb546a175a441"
PKG_ARCH="x86_64"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.nvidia.com/"

View File

@ -370,6 +370,10 @@ ATTRS{device}=="0x1d33", GOTO="configure_nvidia"
ATTRS{device}=="0x1d81", GOTO="configure_nvidia"
ATTRS{device}=="0x1db1", GOTO="configure_nvidia"
ATTRS{device}=="0x1db4", GOTO="configure_nvidia"
ATTRS{device}=="0x1db5", GOTO="configure_nvidia"
ATTRS{device}=="0x1db6", GOTO="configure_nvidia"
ATTRS{device}=="0x1db7", GOTO="configure_nvidia"
ATTRS{device}=="0x1dba", GOTO="configure_nvidia"
GOTO="configure_nvidia-legacy"
LABEL="configure_nvidia"