mirror of
https://github.com/archlinux-jerry/nvidia-340xx
synced 2024-11-24 00:20:40 +08:00
Update to 340.108-19
This commit is contained in:
parent
5a1d96c9bb
commit
2222ca11f9
3 changed files with 9 additions and 5 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = nvidia-340xx
|
pkgbase = nvidia-340xx
|
||||||
pkgdesc = NVIDIA drivers for linux, 340xx legacy branch
|
pkgdesc = NVIDIA drivers for linux, 340xx legacy branch
|
||||||
pkgver = 340.108
|
pkgver = 340.108
|
||||||
pkgrel = 18
|
pkgrel = 19
|
||||||
url = https://www.nvidia.com/
|
url = https://www.nvidia.com/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -6,7 +6,7 @@
|
||||||
pkgbase=nvidia-340xx
|
pkgbase=nvidia-340xx
|
||||||
pkgname=(nvidia-340xx nvidia-340xx-dkms)
|
pkgname=(nvidia-340xx nvidia-340xx-dkms)
|
||||||
pkgver=340.108
|
pkgver=340.108
|
||||||
pkgrel=18
|
pkgrel=19
|
||||||
pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
|
pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.nvidia.com/"
|
url="https://www.nvidia.com/"
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
post_install() {
|
post_install() {
|
||||||
echo "-> You must tell Xorg to use the nvidia driver with kernels >=5.11.0."
|
cat <<END
|
||||||
echo "-> Minimal xorg config example: /usr/share/nvidia-340xx/20-nvidia.conf"
|
|
||||||
echo "-> To place in /etc/X11/xorg.conf.d/"
|
>>> You must tell Xorg to use the nvidia driver with kernels >=5.11.0.
|
||||||
|
Minimal config example provided in /usr/share/nvidia-340xx/20-nvidia.conf
|
||||||
|
which you should manually place in /etc/X11/xorg.conf.d/
|
||||||
|
|
||||||
|
END
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
|
|
Loading…
Reference in a new issue