mirror of
https://github.com/archlinux-jerry/nvidia-340xx
synced 2024-11-16 12:50:40 +08:00
14 lines
350 B
Text
14 lines
350 B
Text
post_install() {
|
|
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.
|
|
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
|
|
}
|