You are not logged in.

#1 2021-02-20 05:36:48

duaner
Member
From: Oklahoma City
Registered: 2018-10-13
Posts: 40
Website

[solved] DRM Log Spam

I've recently installed arch on my fx505dy laptop. Everything works, but I've been getting these messages in the system journal about every 15 seconds:

Feb 19 23:25:54 duane-laptop kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
Feb 19 23:25:54 duane-laptop kernel: [drm] UVD and UVD ENC initialized successfully.
Feb 19 23:25:54 duane-laptop kernel: [drm] VCE initialized successfully.

They don't appear to be causing any problems apart from filling up the log, but I'm curious why they keep reinitializing constantly. Can anyone give me some information?

Last edited by duaner (2021-02-21 02:50:25)

Offline

#2 2021-02-20 07:54:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,584

Re: [solved] DRM Log Spam

Do you constantly poll the outputs eg. in conky? (like "xrandr -q" and does that trigger the message?)

Offline

#3 2021-02-21 02:49:54

duaner
Member
From: Oklahoma City
Registered: 2018-10-13
Posts: 40
Website

Re: [solved] DRM Log Spam

seth wrote:

Do you constantly poll the outputs eg. in conky? (like "xrandr -q" and does that trigger the message?)

Thanks. That put me on the right track.

It turned out to be the status line script I was using in tmux, which called the sensors program. For some reason, running sensors on this machine reinitializes the PCIE GART. So, I'm just reading the temperature from /sys now.

Offline

#4 2021-02-21 07:21:37

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,584

Re: [solved] DRM Log Spam

You can pass the būs you're interested in to "sensors" to avaoid reading the GPU ones (which I assume will trigger re-init ?)

Offline

Board footer

Powered by FluxBB