New question #706879 on Ubuntu-Certification: https://answers.launchpad.net/ubuntu-certification/+question/706879
# RTX accelerated nvidia drivers does not work well in ubuntu LTS 22.04 here is my recipie. # BIOS disable hybrid display # BOOT ```` nano /etc/modprobe.d/blacklist-nvidia-nouveau.conf blacklist nouveau options nouveau modeset=0 ```` # DRIVERS nvidia-driver-530 does not work correctly so I had to downgrade to 525 ```` sudo apt install nvidia-driver-525 udo apt-mark hold nvidia-driver-525 ```` # TEST Download superposition benchmark with default parameters, you should get about 130 pfs. https://benchmark.unigine.com/superposition -- You received this question notification because your team Canonical Hardware Certification is an answer contact for Ubuntu-Certification. -- Mailing list: https://launchpad.net/~canonical-hw-cert Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-hw-cert More help : https://help.launchpad.net/ListHelp

