xzhih / one-key-hidpi

Enable macOS HiDPI and have a native setting.
https://zhih.me/one-key-hidpi/
8.66k stars 993 forks source link

Is it possible to add the display icon for Apple Studio Display? #233

Open just1ed opened 1 year ago

just1ed commented 1 year ago

Is it possible to add the option for the display icon for Apple Studio Display 27" 5K to the script? I have managed to get it done by replacing the icons and the tiff file and by editing the plist height and width but by keeping the EDID of the Pro Display XDR option which is not that ideal.

yurhett commented 1 year ago

If you are using Ventura, try https://github.com/yurhett/one-key-hidpi In my fix, I replaced LG with Studio Display

just1ed commented 1 year ago

I’m using Monterey unfortunately. I’ve managed to get it done by replacing the icons and editing the plist for Pro Display XDR, but was just wondering if the script could be updated to benefit others and make it neater cos I’m manually “over-writing” instead of creating a new option. I can’t figure out how to create a new set of vendor ID and stuff.

yurhett commented 1 year ago

I’m using Monterey unfortunately. I’ve managed to get it done by replacing the icons and editing the plist for Pro Display XDR, but was just wondering if the script could be updated to benefit others and make it neater cos I’m manually “over-writing” instead of creating a new option. I can’t figure out how to create a new set of vendor ID and stuff.

Unfortunately, the author is using patched images instead of using the images that come with macOS. This design brings better compatibility, but also makes it difficult to add new models. I'm not sure when Apple changed the mechanism associated with this, which can be equally troubling. If you want to create a fork that can include Studio Display, I'm willing to help.