You are not logged in.

#1 2026-03-18 21:03:46

Mack_Out
Member
Registered: 2026-03-18
Posts: 1

Syslog flooded with NVRM entries

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

#2 2026-03-28 15:02:15

cylgalad
Member
From: France
Registered: 2022-09-11
Posts: 1

Re: Syslog flooded with NVRM entries

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.c

Comment 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 linux

Reboot, spam gone.

Adapt for your setup and for future drivers, if nvidia still doesn't fix it soon.

Offline

Board footer

Powered by FluxBB