Hi, my Ubuntu 22.04 with RTX 3060 has a weird intermittent issue which I am trying to fix for over a week now. My systems is lagging unbearably (especially on wayland) even when I’m just typing in the browser (this post for example). I don’t know what’s the issue with my graphics drivers. Could you please help me fix my graphics drivers.
I did lots of fresh installs trying to troubleshoot (and its really time consuming). Here is how I do it:
- I do a fresh install of Ubuntu 22.04 (w/o downloading updates and installing proprietary drivers during OS installation)
- change GNOME powermanager to performance
- install drivers using
sudo apt update
sudo apt full-upgrade
sudo reboot
sudo apt install dkms build-essential linux-headers-$(uname -r) mesa-utils vulkan-tools
sudo apt install nvidia-driver-595-open nvidia-dkms-595-open nvidia-kernel-source-595-open
sudo update-initramfs -u -k $(uname -r)
sudo update-grub
sudo reboot
after installing drivers using steps above the system sometimes works perfectly and sometimes it doesn’t (yeah even after a fresh install sometimes drivers don’t work and I do a fresh install again to get rid of freezes).
When it works and I test my GPU by running War Thunder (to test what GPU can handle because I know my how much FPS I get on Windows 11).
On X11 it gives 190 FPS on avg in game and on Wayland 160-170 FPS and GPU core clock and power consumption is high, hardware acceleration works perfectly, desktop environment interatctions feel snappy and I love it when it works.
But, guys I hate when it doesn’t! When the drivers work flawlessly, if I reboot the system everything becomes very slow. No hardware acceleration on Wayland (on X11 I noticed hardware acceleration works but the browser feels slows in general), FPS in War Thunder drops to 15 FPS avg and at most 30 FPS on X11 and Wayland I’ve never seen FPS go more than 5 FPS.
I tried installing Ubuntu 26.04 and everything works perfectly right after OS installation
But I need Ubuntu 22.04 for my ROS 2 Humble Robotics project at university.
I followed most of the Ubuntu and NVIDIA troubleshooting forum topics but nothing helped.
When I was trying to troubleshoot myself by comparing journalctl and logs of the flawlessly working system with the broken system, I’ve noticed that both have some weird BIOS ACPI ERROR. I’ve updated my BIOS by downloading the latest BIOS update for my MoBo from HP Website but it didn’t help. I am still getting ACPI ERROR, maybe it’s the root cause of the problem? But I’ve read that turning off ACPI may cause hardware overheating.
What I’ve done so far:
- Tried different versions of drivers: nvidia-driver-595-open nvidia-driver-595 nvidia-driver-580
- Tried PPA drivers from launchpad
- Tried installing them from Software & Updates > Additional Drivers
- Tried purging nvidia-* and then changing drivers
- Tried changing drivers by switching to tty and stopping gdm and gdm3 and then installing drivers
I will attach my logs to this post I have logs from working system (good.log) and broken system (bad.log)
I’ve noticed also one strange behavior of the broken system. When I type my password and login using wayland my monitor turns off and I see a countdown as if I powered off my PC (No Signal HDMI1, Your device is going into standby mode, Remaining Time 3… 2… 1… seconds) but after the countdown ends the screen turns back again and I see the dektop environment loading (desktop icons showing up). But when the system is working flawlessly (160+ FPS in WT) when I login using Wayland it the screen turn black for the half a second and logs right into the desktop environment without countdown. That’s how I can tell if I can work on my project or I need a fresh intstall again. I have videos of such behavior if you think that this might be important.
Hardware:
OMEN by HP 25L Gaming Desktop PC GT15-1000i
CPU: 13th Gen Intel(R) Core™ i5-13400F (no integrated graphics)
GPU: NVIDIA RTX 3060 12GB
BIOS Version: F.30 Rev.A (Dec 15, 2025)
good.log (95.7 KB)
bad.log (90.7 KB)
bad-nvidia-bug-report.log (2.7 MB)
good-nvidia-bug-report.log (2.8 MB)
There is no Linux option when choosing OS before downloading BIOS btw

