<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">I am on the testing release, and use KDE. linux: <span>6.12.6-1;</span> nvidia-driver <span>535.216.03</span>. The problem I was experiencing is that I couldn't change the display resolution nor refresh rate. These issues occurred after updating the Linux kernel, everything still works fine on 6.11, so I assume this is related to this bug.<br><br>I looked a bit more into it, missing config files seem to be causing issues. Initializing config files using the deprecated nvidia-xconfig, which can be removed afterwards, resolved it:<br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">```<br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">sudo apt install nvidia-xconfig</div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">sudo apt nvidia-xconfig</div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">sudo apt purge nvidia-xconfig</div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">sudo reboot<br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">```</div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">The warning in dmesg appears to remain unchanged though:<br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="font-family:monospace"><span style="color: rgb(178, 104, 24); background-color: rgb(255, 255, 255);">WARNING: </span><span style="font-weight: bold; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">CPU: 4 PID: 1076 at drivers/gpu/drm/drm_file.c:312 drm_open_helper+0x132/0x150 [drm]</span><br><span style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"></span><br></span><br></div>