avibrazil / RDM

Easily set Mac Retina display to higher unsupported resolutions
4.13k stars 352 forks source link

Native Support for Apple SoC arm chips (M1, M1 Pro, M1 Max) #55

Open rennsport opened 2 years ago

rennsport commented 2 years ago

The app works fine with the arm chips, but it'd be nice to not have it running in Rosetta 2.0 and draining battery more than it needs to because of the arm -> x86 translation. Thanks!

gmcmullengrc commented 2 years ago

Seconded! This app is the only app on my main app list that isn't Apple Silicon ready. Would be nice to have it updated for the day that Rosetta gets deprecated

mlaves commented 2 years ago

I already created a pull request for that: https://github.com/avibrazil/RDM/pull/51 You should be able to check out the arch_arm64 branch of my fork and compile it with make.

For those of you not having an Xcode build environment up and running, I compiled a universal binary here:

https://1drv.ms/u/s!AiF3lPpzI9Tej5Y3JYnW-99Yt3H8IQ

However, I currently do not have access to an M1 machine and could therefore only test the binary on Intel. Please let me know if you have any issues.

rennsport commented 2 years ago

Just tested on my M1 Max and both compiling from your arch_arm64 branch as well as your uploaded universal binary from your comment work as expected and report as Apple Silicon applications in Activity Monitor, thanks!

I'm going to go ahead and close this issue.

mlaves commented 2 years ago

@rennsport Maybe it's better to keep this issue open. The original RDM repository seems inactive and others will find this issue more easily when it's still directly visible.

rennsport commented 2 years ago

That's a good idea so people will be able see it in the open issues

lockieluke commented 2 years ago

Download Apple Silicon build the onedrive link is dead i compiled and upload it again

gmcmullengrc commented 2 years ago

Download Apple Silicon build the onedrive link is dead i compiled and upload it again

Got this error

Screen Shot 2022-05-29 at 1 33 05 PM
lockieluke commented 2 years ago

probably because its not signed, right click and click open

gmcmullengrc commented 2 years ago

Didn't fix it, it's saying the app is broken, not that its not trusted

lockieluke commented 2 years ago

RDM.zip

can you try this please

gmcmullengrc commented 2 years ago

Same error

MacBook Pro 10/16 core 14" on macOS 12.5 BETA (21G5027d)

rennsport commented 2 years ago

RDM.zip

Here is the Universal binary compiled from mlaves's pull request #51

gmcmullengrc commented 2 years ago

@rennsport Thank you for the updated download link, that one does work. Weird the other one doesn't

mlaves commented 2 years ago

@lockieluke @gmcmullengrc Sorry, I accidentally deleted the file when I was cleaning up my drive. I have re-uploaded the file, the link should work again.