You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Docs say this should work
displayplacer "id:<screenId> degree:<0/90/180/270>"
But... on my setup
displayplacer "id:s1234abcd degree:90"
Gives
And the rotate fails.
I can give it any resolution for rotate to work
displayplacer "id:s1234abcd res:0x0 degree:90"
Gives
It complains, with the same error message as before, but the rotation is set.
versions
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.
The text was updated successfully, but these errors were encountered: