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

Compatibility Issue with Nspire Screen on Apple's M Processors in Mobile UI Mode #320

Open
wesvr opened this issue May 4, 2023 · 5 comments

Comments

@wesvr
Copy link

wesvr commented May 4, 2023

Is the software compatible with Apple's M processors? It works fine on Intel processors, but when switching to the M processor, the Nspire screen is not the correct size and only a small portion of the screen is visible. This only occurs in "Mobile UI" mode.

@adriweb
Copy link
Member

adriweb commented May 4, 2023

Hmm, we should try to build with Qt6 and see if it behaves better (it's probably as least the same)

@Vogtinator
Copy link
Member

Did you build from source or use the x86_64 DMG?

It's probably the usual culprit:

// Has to be 1 on desktop, even on retina (tested on OS X 10.11 with one retina, one non-retina, and both ; same on Win VM)

@adriweb
Copy link
Member

adriweb commented May 5, 2023

Oh that sounds like a good theory. We can probably add a " or (apple and arm64) " to the if...

@Vogtinator
Copy link
Member

Oh that sounds like a good theory. We can probably add a " or (apple and arm64) " to the if...

Won't help if this is about running the x86_64 build on arm64 with emulation.

@adriweb
Copy link
Member

adriweb commented May 5, 2023

Well I was thinking about native builds :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants