-
Hi, I recently picked up a Miyoo Mini V4 and discovered it had an updated board revision and firmware. One of the changes that came with this revision is the addition of a real time clock (RTC) which I posted about on Reddit here. However, thanks to another user, I also noticed the screen resolution being reported by emulators was 640x480. You can see that user's report here. He has the same 2024 firmware as I do. What I'm unsure about is if our displays are the 560p screens that have been shipping in these devices or if they're 480p like the older ones. I don't think I can report this as an issue until I can figure that out. I took a system log snapshot via the tweaks app and will attach those here, in case they can answer my question. I saw in dmesg.log that FB_DEVICE reports 752x560, so my best guess would be that it's actually a 752x560 screen... but I'm not 100% sure what I'm looking at and would like some way to confirm that it actually is that resolution before moving onto saying this is an OnionOS issue. Any help would be appreciated! Latest referenced firmware: 2023 10 27 1401 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Confirmed the screen is 752x560 still and figured out why scaling is broken on the new firmware. Looks like runtime.sh is only changing the resolution if the firmware version = 202310271401, so we can just change that to fix things again until the Onion team releases a proper update:
|
Beta Was this translation helpful? Give feedback.
Confirmed the screen is 752x560 still and figured out why scaling is broken on the new firmware. Looks like runtime.sh is only changing the resolution if the firmware version = 202310271401, so we can just change that to fix things again until the Onion team releases a proper update: