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

Bug: rotate fails if resolution is omitted #121

Open
gingerbeardman opened this issue Jun 11, 2023 · 0 comments
Open

Bug: rotate fails if resolution is omitted #121

gingerbeardman opened this issue Jun 11, 2023 · 0 comments

Comments

@gingerbeardman
Copy link

gingerbeardman commented Jun 11, 2023

Docs say this should work

  • displayplacer "id:<screenId> degree:<0/90/180/270>"

But... on my setup

  • displayplacer "id:s1234abcd degree:90"

Gives

Screen ID s1234abcd: could not find res:0x0 scaling:off

And the rotate fails.


I can give it any resolution for rotate to work

  • displayplacer "id:s1234abcd res:0x0 degree:90"

Gives

Screen ID s1234abcd: could not find res:0x0 scaling:off

It complains, with the same error message as before, but the rotation is set.


versions

  • 1.3.0
  • 1.4.0
  • using any type of id

use case

My use case is to rotate my external display on a hotkey (eventually via an Adruino Pro Micro or similar powered by accelerometer) so I never change the resolution on my display.

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

No branches or pull requests

1 participant