nvidia-340xx/nvidia-340xx.install
2021-05-10 11:02:18 -04:00

14 lines
282 B
Plaintext

post_install() {
cat <<END
>>> 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_install
}