Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add useful display handling features #1105

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ruineka
Copy link

@ruineka ruineka commented Jan 19, 2024

I did my best to test all cases scenarios and all seems to check out. With the changes in this branch you can do the following.

  • Rotate an external display for those with vertically mounted external panels using --force-external-orientation
  • Force an internal display to be treated as an external display using --force-panel-type (This is useful for debugging as well as exposing options such as scaling in Steam)
  • Use a gamescope_control call to handle rotating the displays

@@ -98,5 +98,22 @@
<arg name="path" type="string" summary="Path to written screenshot"></arg>
</event>

<enum name="display_rotation_flag" bitfield="true" since="2">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to set this to version 4? (since="4")

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but it doesn't really matter for enums.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants