GeForce RTX 3060 not working on Kubuntu 20.04

I have a fresh install of Kubuntu 20.04 and my gpu is not working.
Im kinda new to linux and was running Ubuntu 20.04 for about 6 months and my gpu worked fine until recently.
I thought maybe a fresh install would fix it and wanted to try something new.
I checked install third party drivers at install but nvidia driver was not present so I manually installed driver 470 (sudo apt install nvidia-driver-470)
My device is MSI GF65 Thin 10UE with an Intel core I7-10750H and 16 gigs of ramnvidia-bug-report.log.gz (112.6 KB)

Please run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.

I attached nvidia-bug-report.log.gz to the post

Please set kernel parameter
pci=realloc
then

  • switch to nvidia (sudo prime-select nvidia)
  • remove stray blacklist files (sudo rm /lib/modprobe.d/blacklist-nvidia.conf /etc/modprobe.d/blacklist-nvidia.conf)
  • update the initrd (sudo update-initramfs -u)
  • reboot

If this doesn’t resolve the issue, please create a new nvidia-bug-report.log.

how do I set kernel parameters

Please see this:
https://askubuntu.com/questions/19486/how-do-i-add-a-kernel-boot-parameter

Thx, my gpu is working as normal now.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.