Ubuntu 21.04 laptop with GeForce RTX 3060 freezing

Ubuntu 21.04
kernel: 5.13.5-051305-generic
CPU: AMD Ryzen 7 5800H
Graphics: Nvidia GeForce RTX 3060

nvidia-driver-470 installed via the Ubuntu Additional Drivers repository

After install nvidia driver and restart , the display always freezes
While in recovery mode I run nvidia-bug-report.sh. The output is here:
nvidia-bug-report.log.gz (305.5 KB)

Can anyone suggest what I should to do to get this working properly?

update: bug report
nvidia-bug-report.log.gz (293.4 KB)

1 Like

decided
I am remove /etc/X11/xorg.conf
and add in directory /etc/X11/xorg.conf.d

10-nvidia.conf

Section “OutputClass”
Identifier “nvidia”
MatchDriver “nvidia-drm”
Driver “nvidia”
Option “AllowEmptyInitialConfiguration”
ModulePath “/usr/lib/x86_64-linux-gnu/nvidia/xorg”
EndSection

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