You are not logged in.
Pages: 1
Hello,
Sorry but I couldn't figure out exactly in which category to post
2 days ago I did a full system upgrade and now anytime my screen is going blank as per the power options, after a while I could hear the GPU fan going crazy and see multiple log entries:
kernel: NVRM: GPU0 dispcmnCtrlCmdSystemGetVblankCounter_IMPL: invalid head number!
I am using XFCE4 on 6.19.8-arch1-1
CPU: Intel i5-7500 (4) @ 3.800GHz
GPU: NVIDIA GeForce GTX 1650
I googled and only found
https://forums.developer.nvidia.com/t/o … ngs/355892
But without a fix.
Please assist if possible
│
Offline
Hi,
This bug spams the system journal by more than half a million lines per day, and fills dmesg in less than 3 minutes.
Since it's still not fixed in drivers 595, I just hacked the message away.
With nvidia-open-dkms installed, edit the offending source file:
sudo vim +425 /usr/src/nvidia-595.58.03/src/nvidia/src/kernel/gpu/disp/disp_common_kern_ctrl_minimal.cComment out the offending line:
/* NV_PRINTF(LEVEL_ERROR, "invalid head number!\n");*/Then reinstall the kernel to build the modified driver and run mkinitcpio:
sudo pacman -S linuxReboot, spam gone.
Adapt for your setup and for future drivers, if nvidia still doesn't fix it soon.
Offline
Pages: 1