Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Mac Software
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 05-11-2017, 02:49 PM   #1
dude123
Junior Member
 
Join Date: May 2017
Posts: 4
Default

Sadly this has become a topic again under 10.12 Sierra. My syslogs get hit by 60.000 messages per second. And none of the above hints helps, also the asl-config coming with the displaylink 3.0 driver doesn't help. Anyone an idea about this?
dude123 is offline   Reply With Quote
Old 05-12-2017, 08:28 AM   #2
Carlo
Mac Team
 
Join Date: Feb 2009
Posts: 606
Default

Quote:
Originally Posted by dude123 View Post
Sadly this has become a topic again under 10.12 Sierra. My syslogs get hit by 60.000 messages per second. And none of the above hints helps, also the asl-config coming with the displaylink 3.0 driver doesn't help. Anyone an idea about this?
Can you please copy and paste the log message? It may be a new one.

Kind regards,
Carlo
Carlo is offline   Reply With Quote
Old 05-12-2017, 11:18 AM   #3
dude123
Junior Member
 
Join Date: May 2017
Posts: 4
Default

Quote:
Originally Posted by Carlo View Post
Can you please copy and paste the log message? It may be a new one.
Yes sure!

Code:
 No matching context for device (0x7fe957c26f90) - disabling OpenGL
Sender:
/System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer
(/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight)

Subsystem:
com.apple.SkyLight
dude123 is offline   Reply With Quote
Old 06-12-2017, 12:29 AM   #4
steve_s
Junior Member
 
Join Date: Jun 2017
Posts: 1
Default

Quote:
Originally Posted by dude123 View Post
Yes sure!

Code:
 No matching context for device (0x7fe957c26f90) - disabling OpenGL
Sender:
/System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer
(/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight)

Subsystem:
com.apple.SkyLight
I am getting the same behavior, running Sierra, with a different 0x... number:

Code:
No matching context for device (0x7ff8ca335340) - disabling OpenGL
steve_s is offline   Reply With Quote
Old 06-09-2017, 04:11 PM   #5
silence
Junior Member
 
Join Date: Jun 2017
Posts: 2
Default

Quote:
Originally Posted by Carlo View Post
Can you please copy and paste the log message? It may be a new one.

Kind regards,
Carlo
Can confirm this is an issue on Sierra 12.12.5. My log looks exactly like dude123's, and the existing fix no longer works.
silence is offline   Reply With Quote
Old 06-22-2017, 01:16 PM   #6
duncanm
Junior Member
 
Join Date: Jun 2017
Posts: 1
Default Stopping log spam in sierra

As a temporary fix you can enter the following in your terminal:

Code:
sudo log config --process=[PID] --mode "level:off"
where [PID] is the ID of the process you see in the console.

You have to re-do it every time you re-start your mac which is a pain, but at least it saves all those writes to your disk
duncanm is offline   Reply With Quote
Old 06-23-2017, 02:49 AM   #7
wa2flq
Junior Member
 
Join Date: Jun 2017
Posts: 6
Default

That works, thanks.
wa2flq is offline   Reply With Quote
Old 07-27-2017, 08:52 PM   #8
dude123
Junior Member
 
Join Date: May 2017
Posts: 4
Default

Quote:
Originally Posted by duncanm View Post
As a temporary fix you can enter the following in your terminal:

Code:
sudo log config --process=[PID] --mode "level:off"
where [PID] is the ID of the process you see in the console.

You have to re-do it every time you re-start your mac which is a pain, but at least it saves all those writes to your disk
Yes, can confirm, this is the first "solution" that works on Sierra.
MacOS 10.12.6 - DisplayLink 3.1
dude123 is offline   Reply With Quote
Old 09-07-2017, 05:43 AM   #9
benwen
Junior Member
 
Join Date: Dec 2014
Location: San Francisco
Posts: 1
Default

Quote:
Originally Posted by duncanm View Post
As a temporary fix you can enter the following in your terminal:

Code:
sudo log config --process=[PID] --mode "level:off"
where [PID] is the ID of the process you see in the console.

You have to re-do it every time you re-start your mac which is a pain, but at least it saves all those writes to your disk
Thank you duncamn!

Here's a quick and dirty shell script to automate the finding of the PID
Code:
#!/bin/sh
pid=`ps -ax | awk '/SkyLight.framework/ && !/awk/ {print $1}'`
echo "Skylight.framework with OpenGL logorrhea PID found. Suppressing log for PID $pid"
sudo log config --process=$pid --mode "level:off"
Put that in a file 'quite-dlink' in your $PATH, chmod 0755 it and execute it in Terminal at startup.
benwen is offline   Reply With Quote
Old 09-11-2017, 12:47 PM   #10
paultzirides
Member
 
Join Date: Jun 2013
Posts: 50
Default Still necessary?

After installing the 4.0 beta, I'm no longer noticing any log spam. I ran the terminal command anyway, but observed no change in the amount or type of logs being generated by the system. Is anyone else seeing the same?
paultzirides is offline   Reply With Quote
Reply

Tags
windowserver


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:12 PM.


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