moonlight-stream / moonlight-qt

GameStream client for PCs (Windows, Mac, Linux, and Steam Link)
GNU General Public License v3.0
10.14k stars 593 forks source link

Moonlight streaming does not respect display horientation on Raspberry pi #413

Open penkamaster opened 4 years ago

penkamaster commented 4 years ago

Hi, I am using a Raspberry pi with the screen rotated, and while the game selection menu appears correctly, the streaming does not.

In Moonlight embedded there is an option to rotate the streaming, perhaps we could have something similar in Moonlight-qt?

Thank you!

auto-comment[bot] commented 4 years ago

If this is a question about Moonlight or you need help troubleshooting a streaming problem, please use the help channels on our Discord server instead of GitHub issues. There are many more people available on Discord to help you and answer your questions.

This issue tracker should only be used for specific bugs or feature requests.

Thank you, and happy streaming!

penkamaster commented 4 years ago

the screen reports back, that it is defaulting to 10:16, moonlight seems to ignore the rotated display and flips it

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

cgutman commented 2 years ago

Does this work now if you use the HEVC codec?

Quackdoc commented 1 year ago

I'm having a similar issue on KDE with. It's a chuwi hi10x, by default it as a portrait resolution. when it's docked, by default it's rotated. moonlight-qt does not obey auto rotate either.

if it helps, I have set the panel_orientation flag, but well, linux will be linux, and it seems like weston is the only wayland DE that obeys that. but moonlight-qt does work properly there. is it possible that QT is only looking for the default orientation of the compositor?

Quackdoc commented 1 year ago

I believe my issue to be an upstream sdl issue, I just modified mpv's sdl example to add fullscreen and it exhibits the exact same behaviour. filled a report here https://github.com/libsdl-org/SDL/issues/7439