560 release feedback & discussion

#4769163 Explicit sync screen freeze nv_drm_atomic bug is resolved for me with driver 560.35.03.

There are other more elusive issues such as my vulkan application hitching and freezing after a few minutes in full screen, but I’m sure that can be worked out in time. Thanks for your work on this great release!

Well 560, it was a good run and we made great memories along the way. 565 Beta surely bros…

1 Like

how can i fix this?
my laptop doesnt want to shutdown / reboot, every single time nvidia fails to close

Laptop: Asus ROG Strix G512LI_G512LI
Cpu: i7-10750H
iGpu: Intel UHD Graphics
dGpu: NVIDIA GeForce GTX 1650 Ti Mobile
Nvidia drivers: 560.35.03 it happens also with 555.58.02
OS: Fedora 41 kde wayland

1 Like

This affects me too. Microsoft Flight Simulator 2020 loads until it crashes, with the rare occasion that i can see the main menu, before it crashes.

Only happens in wayland, not in x11.

When it crashes the following error message by Wine C++ Runtime Library displays:

Assertion failed!

Program:
Z:\home\user\.local\share\Steam\steamapps\common\MicrosoftFlightSimulator\FlightSimulator.exe
File: ../src-wine/dlls/winevulkan/loader_thunks.c
Line: 39

Expression: "!status && "vkAcquireNextImageKHR""

Press OK to exit the program, or Cancel to start the wine debugger.

Hardware Information
* CPU: AMD Ryzen 7 5800X
* GPU: NVIDIA GeForce RTX 3060 Lite Hash Rate
* RAM: 32GB DDR4
* Storage: Kingston NV2 NVMe SSD 1TB

Software Information
* OS: CachyOS (based on arch linux)
* Kernel: Linux 6.10.6-3-cachyos
* GPU Driver: linux-cachyos-nvidia-open 6.10.6-3 (GPU Driver version: 560.35.03)

The same issue is present for me in Satisfactory and is touched on in this thread:

I assumed it was an unreal engine issue with wine, but it seems that other unreal engine games work fine for me…

Nvidia proprietary drivers with GSP off seems to have less stutter in KDE wayland than the open driver.
560 + proprietary drivers is actually the smoothest KDE experience I’ve had in a long time.

1 Like

@shelter How did you get proprietary drivers on 560? Thanks.

Nvidia-dkms package in cachyos

Isn’t thats open source modules because they swotched on open source ones.

Nope… it besides, the open src driver will not work without GSP

@abchauhan Still have to lock a 3090 at higher clocks to avoid constant frame drops on both Plasma & GNOME.

  1. Open mangohud glxgears or mangohud vkcube (at 180hz)
  2. While doing absolutely nothing else on system there are periodic frame drops (frametimes spike from 5.5ms to 22ms, at stable low load)
  3. If I do anything on system like multitasking it drops even more. Even moving mouse quickly is enough to trigger stutters.
  4. Locking clocks at P3- significantly improve things, but on X11 even at locked P8 I can keep stable 180fps on low desktop loads, specially if I’m not running anything else.

This is with GSP off, with it on it’s still really bad no matter what.

Bug report from 560 release (HDR problem, washed out colors):

nvidia-bug-report.log.gz (408.5 KB)

Latest Freedesktop update for flatpak fixed the llvmpipe issue for me.

2 Likes

Same problem here on 4070 ti

Frame times show micro stutter consistently, and major spikes every 10 to 20 seconds on 560.35

Yes, the issue is fixed for me as well

In fedora 40, with the 550 drivers, Nioh 2 works perfectly all right, but with 555 and 560 it freezes afer 10 or 15 minutes. I can kill it and return to desktop though. Here is the nvidia-report log :
nvidia-bug-report.log.gz (567.0 KB)

Thanks @fdelente
I have filed a bug 4825128 internally for tracking purpose.
I will try to duplicate issue locally and will get back to you if required any additional information

1 Like

hi @abchauhan , further update.

Seems the direct scanout issue with multiple monitors is not completely fixed for me.

With it on, playing minecraft (xwayland) on main monitor and browsing web on the other, at some point both screens freeze. They come back however my minecraft is then frozen until I disable direct scanout.

Here is the log after screens recover from freeze and minecraft is continued frozen.

nvidia-bug-report.log.gz (508.4 KB)

1 Like

Please Nvidia, can you acknowledge the frametime issue? It has been mentioned by me and others multiple times but no answer at all.

4 Likes

@bmilreu That’s probably caused by the GSP Firmware. Try disabling it in the NVIDIA proprietary drivers.

Run the following command:

sudo nano /etc/modprobe.d/nvidia.conf

Then add this line:

options nvidia NVreg_EnableGpuFirmware=0

After you’ve done it, please run this following command:

sudo mkinitcpio -P

That fixed frametime issue and stuttering from my side in Arch.