![]() |
Pixel aspect ratio for 7'' display - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Pixel aspect ratio for 7'' display (/showthread.php?tid=6811) Pages:
1
2
|
Pixel aspect ratio for 7'' display - Romanz - 08-13-2024 Greetings I have a Pi4, 7'' 1024*600 display with HDMI, installed Moode Audio 9.0.6. The config.txt file says the following: Quote:hdmi_force_edid_audio=1 Everything is fine until the UI, but the GUI itself is flattened. The circles look like ovals. How can this problem be fixed? Thanks RE: Pixel aspect ratio for 7'' display - Tim Curtis - 08-13-2024 Try without any of the custom config.txt custom settings from the manufacturer. The stock moode 906 config.txt is below. Code: ######################################### RE: Pixel aspect ratio for 7'' display - Romanz - 08-13-2024 (08-13-2024, 08:36 PM)Tim Curtis Wrote: Try without any of the custom config.txt custom settings from the manufacturer.Then the aspect ratio shows correctly, but everything is small, the image resolution is larger than the display resolution of 1024*600. Even the initial text output on loading is shown in very small font. RE: Pixel aspect ratio for 7'' display - Tim Curtis - 08-13-2024 What version of moode are you using and what is "Integrated audio" set to in System Config. RE: Pixel aspect ratio for 7'' display - Romanz - 08-13-2024 (08-13-2024, 08:49 PM)Tim Curtis Wrote: What version of moode are you using and what is "Integrated audio" set to in System Config. Moode 9.0.6 and Integrated audio: Kernel mode (Default) RE: Pixel aspect ratio for 7'' display - Tim Curtis - 08-13-2024 In that case you prolly have to use the manufacturer settings in config.txt and ask them if they have a solution for enabling square pixels. When I tested on the Pi 7" Touch it also had non-square pixels and I wasn't able to find a solution for this with Bookworm and the KMS videocore driver. RE: Pixel aspect ratio for 7'' display - Romanz - 08-13-2024 I now have another problem - I wrote in config.txt screen settings. When loading the resolution is normal, the text goes through, and then the screen clears and the text goes but the resolution is much higher, as if the screen goes to a higher resolution. And then appears UI with such a resolution, as on my computer monitor, and it has a resolution of 1920 * 1080. It turns out the monitor scales to FullHD. Though at the first installation everything was normal, only wrong proportions at UI. RE: Pixel aspect ratio for 7'' display - Romanz - 08-13-2024 I installed moode audio 8.3.9, prescribed screen settings in config.txt - everything became normal, resolution is normal. And the shrivt at startup is normal, and the resolution does not change during the boot process. RE: Pixel aspect ratio for 7'' display - TheOldPresbyope - 08-13-2024 (08-13-2024, 10:16 PM)Romanz Wrote: I installed moode audio 8.3.9, prescribed screen settings in config.txt - everything became normal, resolution is normal. And the shrivt at startup is normal, and the resolution does not change during the boot process. Trouble is, that experience with moOde built on Raspberry Pi OS Bullseye edition does not carry over to moOde 9.x built on Raspberry Pi OS Bookworm edition. Many of those config.txt settings are now considered legacy settings. Of such settings, the official Raspberry Pi documentation says Quote:The config.txt options described here are considered legacy settings, are not used by Raspberry Pi OS Bookworm, and are no longer officially supported. They either relate to older software such as the firmware graphics driver, have been deprecated, or are very unlikely to be used by most people. However they remain documented here as they may still be of benefit to users of older OSes, or people doing bare-metal development. A number of us are struggling with how to accomplish similar results in Bookworm. Unfortunately, the answers appear to depend on specifics of the display we're trying to use. I'm hopeful but we're not there yet, wherever 'there' is. As one example, some of the things I recently said in a reply to another user's post concerning tests of my full-sized HDMI computer monitor have turned out not be equally true for a small Waveshare LCD display I just dug up which has a HDMI interface board that doesn't seem to conform to expectations. Regards, Kent RE: Pixel aspect ratio for 7'' display - Tim Curtis - 08-14-2024 The challenge is that many display manufacturers in the DIY space don't keep up and test with new OS releases. I wouldn't count on much support from them for any given panel. |