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