-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VC4 mode Xorg.0.log gets spamed #146
Comments
Is a displaylink adapter actually involved somehow?
|
You'll want to attach the whole dmesg so you get the piece of it that actually includes the failing call. Also, still need an answer on why you're talking about displaylink. |
Other than many many lines like above these creep in every once in a while:
The reason for the /etc/X11/xorg.conf.d/20-displaylink.conf above was a result of searching on the internet that some one posted having the same spamming problem in the Xorg log file. All I know is it stops the spamming in the log. All I use is a HDMI cable connected to my VIZIO TV for a monitor. The link to the dmesg file below is from boot up and is a total of about 2 minutes after enabling the debugging messages: https://drive.google.com/file/d/1nGDFzzgmjY2_-dIIhDw3YromLtbd-avM/view?usp=sharing This is my Xorg log: https://drive.google.com/file/d/1TRCE1_ewfgK-esqCrzcPAXsf9xZtBxv0/view?usp=sharing |
definitely expected dmesg errors, I was surprised. Well, I guess at this point I'd need to know how to reproduce the problem -- what specific set of software you're using and what you do with it to see this error. |
I finally found the problem by reading the thread here: https://bugzilla.redhat.com/show_bug.cgi?id=1645553 For the sake of brevity It seems to have to do with the mate desktop (which I run on everything here) and the combination of using KMS and having window manager compositor enable. I disabled the window manager compositor and the spamming stopped. Another new wrinkle in my brain. lol |
OK, sounds like this is https://gitlab.freedesktop.org/xorg/xserver/merge_requests/131, closing. |
Was advised to report here by @lategoodnight:
Using VC4 mode my /var/log/Xorg.0.log gets hammered with:
For now I am preventing it with /etc/X11/xorg.conf.d/20-displaylink.conf:
Side note:
The exact same thing is happening on my desktop computer using KMS instead of the intel drivers due to video tearing so thinking it could very well be an Xorg issue.
I am using the Raspian kernel 5.0.2 but have noticed it on previous Raspian kernels on my rpi 3/3b+ devices both 32bit and aarch64 Arch Linux images. The kernels are compiled here locally from the Raspian github.
The text was updated successfully, but these errors were encountered: