JohnCoates / Aerial

Apple TV Aerial Screensaver for Mac
MIT License
20.78k stars 1.05k forks source link

Bug Report: 3.1.0 Advanced Display Offsets misbehave after upgrade to Mac OS Monterey 12.5.1 #1260

Closed ravedon closed 2 years ago

ravedon commented 2 years ago

Required information

Mac Studio 2022 running macOS Monterey 12.5.1

Primary display is an LG38L950G, 3840x1600 Secondary display is an Apple Studio Display, in 1440x2560 aspect using SwitchResX 4.12.0 since current Firmware Version 15.5 (Build 19F80) doesn't support vertical display rotation natively. This is a known Apple issue.

Description of issue / Feature request

Spanned video worked seamlessly with this setup prior to OS upgrade with Play videos on = All displays Viewing mode = Spanned Aspect = Fill screen and Advanced mode configured via negatives values for ztop and zleft for the secondary display.

After upgrade to Monterey, Displays>Margins>Advanced Mode no longer respects "ztop" and "zleft" for the secondary display. Changing values makes no difference in the video offset.

I was able to almost recreate my previous offsets {"ztop" : -497, "zleft" : -1440} by setting {"offsettop" : 1,"offsetleft" : -1} and leaving my previous values in place. My current config under "Edit margins manually" is { "displays" : [ { "ztop" : 0, "zleft" : 0, "offsettop" : 0, "offsetleft" : 0 }, { "ztop" : -497, "zleft" : -1440, "offsettop" : 1, "offsetleft" : -1 } ] }

where again, the "ztop" and "zleft" values don't seem to be processed by the app anymore.

The offsettop and offsetleft values are centimeters(?) versus pixels for ztop and zelft, so it is less precise and hence less useful.

glouel commented 2 years ago

Hey @ravedon

Can you check and make sure that it says fill screen and not fit to screen ? For some reason that setting seem to have been reset, and it might just be what you are experiencing

Capture_decran_2022-08-19_a_01 05 16
ravedon commented 2 years ago

Done. The same issue exists with either aspect setting.

glouel commented 2 years ago

Ok, I'll try to have a look and get back to you.

However, just to clarify, he magins are cm but you can put a decimal in there (like 3.233) to get more precision. I have a hard time remembering what ztop/zleft does right now but I'll have a look ;)

glouel commented 2 years ago

@ravedon sorry I didn't get back yo you. I do believe this is fixed in 3.1.3. Could you confirm ?

glouel commented 2 years ago

Please reopen if it's not fixed