nvidia-340xx/nvidia-340xx.install

15 lines
350 B
Plaintext
Raw Normal View History

2021-02-25 10:34:33 +08:00
post_install() {
2021-05-10 23:02:18 +08:00
cat <<END
>>> You must tell Xorg to use the nvidia driver with kernels >=5.11.0.
You must also set IgnoreABI option with Xorg version >= 21.1.1.
2021-05-10 23:02:18 +08:00
Minimal config example provided in /usr/share/nvidia-340xx/20-nvidia.conf
which you should manually place in /etc/X11/xorg.conf.d/
END
2021-02-25 10:34:33 +08:00
}
post_upgrade() {
post_install
}