xf86-video-nvidia: update to xf86-video-nvidia-410.78

This commit is contained in:
MilhouseVH 2018-11-15 18:54:57 +00:00
parent cf9a0c97bd
commit c63e6d5714
2 changed files with 4 additions and 2 deletions

View File

@ -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 # 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. # "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. # Host may require installation of python-lxml and python-requests packages.
PKG_VERSION="410.73" PKG_VERSION="410.78"
PKG_SHA256="7d6b6c9931f8b89404149a5fdf7a580edae0cd567cc2d4ffe3823b1af02a705d" PKG_SHA256="5d5efb15d689cf3dd6652ba9379c7e5c339dfc3de9ac6734090a9421167dbcb3"
PKG_ARCH="x86_64" PKG_ARCH="x86_64"
PKG_LICENSE="nonfree" PKG_LICENSE="nonfree"
PKG_SITE="http://www.nvidia.com/" PKG_SITE="http://www.nvidia.com/"

View File

@ -274,6 +274,8 @@ ATTRS{device}=="0x1e30", GOTO="configure_nvidia"
ATTRS{device}=="0x1e82", GOTO="configure_nvidia" ATTRS{device}=="0x1e82", GOTO="configure_nvidia"
ATTRS{device}=="0x1e87", GOTO="configure_nvidia" ATTRS{device}=="0x1e87", GOTO="configure_nvidia"
ATTRS{device}=="0x1eb0", GOTO="configure_nvidia" ATTRS{device}=="0x1eb0", GOTO="configure_nvidia"
ATTRS{device}=="0x1eb1", GOTO="configure_nvidia"
ATTRS{device}=="0x1eb8", GOTO="configure_nvidia"
ATTRS{device}=="0x1f02", GOTO="configure_nvidia" ATTRS{device}=="0x1f02", GOTO="configure_nvidia"
ATTRS{device}=="0x1f07", GOTO="configure_nvidia" ATTRS{device}=="0x1f07", GOTO="configure_nvidia"
GOTO="configure_nvidia-legacy" GOTO="configure_nvidia-legacy"