mirror of
https://github.com/Frogging-Family/nvidia-all
synced 2024-10-30 15:20:10 +00:00
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
post_upgrade() {
|
|
echo "If you run into trouble with CUDA not being available, run nvidia-modprobe first."
|
|
echo "If you use GDM on Wayland, you might have to run systemctl enable --now nvidia-resume.service"
|
|
}
|
|
# https://gitlab.gnome.org/GNOME/gdm/-/issues/784
|
|
|
|
post_install() {
|
|
post_upgrade
|
|
}
|