-
Hello, Is it possible to have the Device ID for the Virtual display remain persistent through reboots? This is causing me an issue where I specify the Device ID in an app (Sunshine) for the Virtual display. Upon reboot the Device ID changes and my app will not startup correctly as it cannot find the virtual display which is now using another Device ID. Thanks, Jon. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I am not sure what device ID the Sunshine app uses. The ID that should be used is the display's UUID (or maybe some of the natural identifiers) which is permanent for the app created virtual screens unless you change the natural identifiers. If it uses the CGDirectDisplayID, then it has a wrong implementation. Maybe you could confirm this with the app's dev. |
Beta Was this translation helpful? Give feedback.
-
Can’t remember, I was told this is normal operation, and you shouldn’t use the virtual display if to reference the screen - but that’s what sunshine uses, so no solution as far as I know.Jon.Sent from my iPhoneOn 13 Jan 2025, at 09:42, Craig Cabrey ***@***.***> wrote:
@JonnyF73 did you open an issue in the Sunshine repo?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
I am not sure what device ID the Sunshine app uses. The ID that should be used is the display's UUID (or maybe some of the natural identifiers) which is permanent for the app created virtual screens unless you change the natural identifiers. If it uses the CGDirectDisplayID, then it has a wrong implementation. Maybe you could confirm this with the app's dev.