nvidia-340xx/nvidia-340xx.install
2021-02-24 21:35:15 -05:00

10 lines
258 B
Plaintext

post_install() {
echo "-> You must tell Xorg to use the nvidia driver with kernels >=5.11.0."
echo "-> Minimal xorg config example: /usr/share/nvidia-340xx/20-nvidia.conf"
echo "-> To place in /etc/X11.org.conf.d/"
}
post_upgrade() {
post_install
}