![]() |
[SOLVED] WIMAXIT Raspberry Pi 7" Touch Screen - 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: [SOLVED] WIMAXIT Raspberry Pi 7" Touch Screen (/showthread.php?tid=6577) |
RE: WIMAXIT Raspberry Pi 7" Touch Screen - xibalba - 07-28-2024 (07-28-2024, 02:48 PM)Tim Curtis Wrote:(07-28-2024, 02:43 PM)xibalba Wrote:(07-28-2024, 02:42 PM)Tim Curtis Wrote:(07-28-2024, 02:29 PM)xibalba Wrote:(07-28-2024, 02:23 PM)Tim Curtis Wrote: Are there version differences? earlier version in-place upgraded to 905 i think from 9.0.0 when for the version upgrade we must rebuild the SDcard i think for the new version RE: WIMAXIT Raspberry Pi 7" Touch Screen - Tim Curtis - 07-28-2024 I should probably add chromium to the list of packages that are included in the in-place update. RE: WIMAXIT Raspberry Pi 7" Touch Screen - xibalba - 07-29-2024 (07-28-2024, 05:28 PM)Tim Curtis Wrote: I should probably add chromium to the list of packages that are included in the in-place update. ok Canceled hold on chromium-browser. Canceled hold on chromium-browser-l10n. Canceled hold on chromium-codecs-ffmpeg-extra. now hi chromium-browser 126.0.6478.164-rpt1 arm64 Chromium web browser, open-source version of Chrome hi chromium-browser-l10n 126.0.6478.164-rpt1 all chromium-browser language packages hi chromium-codecs-ffmpeg-extra 126.0.6478.164-rpt1 arm64 Extra ffmpeg codecs for the Chromium Browser i will let know you if i encounter another issue RE: WIMAXIT Raspberry Pi 7" Touch Screen - Tim Curtis - 07-31-2024 I ended up purchasing the 10" version of the the display and after some testing with a Pi4 it turns out that no config.txt entries are needed but the method for automatically determining the correct screen size needs to use kmsprint instead of fbset. /home/pi/.xinitrc Code: # Capture screen size The correct KMS screen size for this display is 1600x900 Code: pi@moode9test:~ $ kmsprint | awk '$1 == "FB" { print $3 }' | awk -F"x" '{print $1","$2}' Another finding was that the Pi3B+ doesn't work well with this display. There are a lot of screen glitches and all kinds of issues with popup keyboard and modals. With a Pi4 the display was glitch free, touch was fast and accurate and no issues with the popup keyboard or modals. I assume it will be same with Pi5. I don't have a spare 5 ATM but will get more of them at some point. I'll prolly update the xinitrc script to use kmsprint for upcoming 9.0.6 release. RE: WIMAXIT Raspberry Pi 7" Touch Screen - xibalba - 07-31-2024 (07-31-2024, 06:22 PM)Tim Curtis Wrote: I ended up purchasing the 10" version of the the display and after some testing with a Pi4 it turns out that no config.txt entries are needed but the method for automatically determining the correct screen size needs to use kmsprint instead of fbset. nice! Yes, I encountered and confirm some issues with graphic glitches on the Pi 3B+ in the power-off/reboot menu. I will use my spare Raspberry Pi 4, but I need to find another compatible DAC. I'm not sure which one to get. i got the miniboss dac i got this output btw with that command kmsprint | awk '$1 == "FB" { print $3 }' | awk -F"x" '{print $1","$2}' 1024,600 with the chromium-browser update to Version 126 i dont get anymore the error code 11 RE: WIMAXIT Raspberry Pi 7" Touch Screen - Tim Curtis - 07-31-2024 OK, good :-) RE: WIMAXIT Raspberry Pi 7" Touch Screen - xibalba - 09-24-2024 (07-31-2024, 06:22 PM)Tim Curtis Wrote: Another finding was that the Pi3B+ doesn't work well with this display. There are a lot of screen glitches and all kinds of issues with popup keyboard and modals. Hi Tim, just a quick update for you. After upgrading to version 9.1.0, I haven't experienced any more graphical glitches on the interface with the model you mentioned. RE: WIMAXIT Raspberry Pi 7" Touch Screen - Tim Curtis - 09-24-2024 Cool :-) RE: WIMAXIT Raspberry Pi 7" Touch Screen - xibalba - 11-29-2024 (09-24-2024, 05:37 PM)Tim Curtis Wrote: Cool :-) After the update with the introduction of Log2RAM, the screen has become less responsive, and Chrome often hangs ;_; RE: WIMAXIT Raspberry Pi 7" Touch Screen - Tim Curtis - 11-29-2024 What model Pi? HDMI or DSI display? |