DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Mac Software (https://displaylink.org/forum/forumdisplay.php?f=30)
-   -   Macbook Pro late 2016 and 4k monitor Dell P2415Q input lag only @ HiDPI scaling (https://displaylink.org/forum/showthread.php?t=66349)

colliding with logic 02-10-2020 07:12 PM

log spam
 
Quote:

Originally Posted by fredrik (Post 87700)
Boatloads of [ERROR] - Unable to find display pipe for IOFB service: …

DisplayLink drivers have historically caused log spam on many occasions (or Apple's drivers have been pushed into buggy edge cases which spam the logs because of DisplayLink connections, perhaps).

The fix used to be creating an Apple System Log config module (a file in /etc/asl/) with the instruction to ignore any messages matching a pattern, as seen in the log itself, e.g.
Code:

? [= Sender WindowServer] [= Level Warning] [S= Message _CGXGLDisplayContextForDisplayDevice] claim only
If someone can figure out how to get those asl config modules running again in current macOS versions, that's the "permanent" fix.

In the meantime, you can run the following one-liner in Terminal to tell the log system to just drop all WindowServer logging. Do note this will have to be redone anytime you restart, log in, if the WindowServer crashes, etc.
Code:

sudo log config --process=$(pgrep WindowServer) --mode "level:off"

prdg.alex 02-11-2020 04:45 PM

Quote:

Originally Posted by colliding with logic (Post 89332)
DisplayLink drivers have historically caused log spam on many occasions (or Apple's drivers have been pushed into buggy edge cases which spam the logs because of DisplayLink connections, perhaps).

The fix used to be creating an Apple System Log config module (a file in /etc/asl/) with the instruction to ignore any messages matching a pattern, as seen in the log itself, e.g.
Code:

? [= Sender WindowServer] [= Level Warning] [S= Message _CGXGLDisplayContextForDisplayDevice] claim only
If someone can figure out how to get those asl config modules running again in current macOS versions, that's the "permanent" fix.

In the meantime, you can run the following one-liner in Terminal to tell the log system to just drop all WindowServer logging. Do note this will have to be redone anytime you restart, log in, if the WindowServer crashes, etc.
Code:

sudo log config --process=$(pgrep WindowServer) --mode "level:off"

This helped me stop the logs. Please let me know if you find a way to permanently stop them. Thanks.

prdg.alex 02-19-2020 06:06 PM

Looks like the message is stopped with the new beta App software. Posted as the resolution here: https://support.displaylink.com/foru...=1&per_page=20


All times are GMT. The time now is 08:47 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.