Fix Samsung external display fallback using Presentation surface service#579
Open
Kyuugit wants to merge 4 commits into
Open
Fix Samsung external display fallback using Presentation surface service#579Kyuugit wants to merge 4 commits into
Kyuugit wants to merge 4 commits into
Conversation
Owner
|
Thanks but presentation mode was removed deliberately due to issues on other devices I'm not planning to add it back any sooner. |
Author
|
No worries, thanks for the update.
The pr should include the non presentation mode route and only use
presentation mode when there are issues but I haven't tested it's
functionality as it was ai implemented with me directing it/testing it
works on Samsung devices, it exists there for anyone else who might have a
use for it but making it ready for folding in isn't my current priority.
…On Sat, 4 July 2026, 3:33 pm Yukino Song, ***@***.***> wrote:
*ClassicOldSong* left a comment (ClassicOldSong/moonlight-android#579)
<#579 (comment)>
Thanks but presentation mode was removed deliberately due to issues on
other devices
I'm not planning to add it back any sooner.
—
Reply to this email directly, view it on GitHub
<#579?email_source=notifications&email_token=AHHCZIKDS57EZW2E7HQY2H35DCJJ7A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBYGA4DENBQGYY2M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4880824061>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHHCZIJEYZZDPFSJKFGWEMD5DCJJ7AVCNFSNUABFKJSXA33TNF2G64TZHM4DENRWGIYDMNRSHNEXG43VMU5TIOBQG42TSNRXGU4KC5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AHHCZILETGUNL6RSQLKSK2D5DCJJ7A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBYGA4DENBQGYY2M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/AHHCZIL4TKRID4KDT677BZL5DCJJ7A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOBYGA4DENBQGYY2M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes Samsung devices where launching Game directly on the external display is blocked. Keeps the normal external-display probe path, falls back only after failure, hosts the Presentation surface from a foreground service, and fails cleanly if the presentation surface cannot be created.