![]() |
PeppyMeter and moOde - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: PeppyMeter and moOde (/showthread.php?tid=3484) |
RE: PeppyMeter and moOde - PeterLustig33 - 04-05-2024 Hello everyone, After a long time I'm trying to finish a completely new system with PeppyMeter. But I can't get the PeppyMeter to run. Here are the facts:
Code: [current] What can I do? Can anyone help me? I've spent a few hours googling since yesterday, but haven't found a suitable solution. best regards Peter RE: PeppyMeter and moOde - fdealexa - 04-05-2024 Hi Peter, What is your current resolution? Please try these commands: Code: tvservice -l Would you try to leave black the 2 parameter: Code: screen.width = Would you try to change the parameter: Code: video.display = :2 Please let us know the results. Best regards, Francesco RE: PeppyMeter and moOde - snivelfr - 04-07-2024 Hello Francesco, i'm having the same issue as PeterLustig33 though with a bit different setup. I'm using a PI3B, with the official 7 inch touchscreen, embedded in a Rasptouch case running on a updated version of Moode to last one, and using an "anotheruser" as user to connect via webterminal, build, and run peppymeter (no pi user in my install). Following you guide on GitHub, everything works fine until step 4 (step 2 test is working ok as well). And then, when I run Code: sudo python3 peppymeter.py I have the exact same messages: Code: pygame 1.9.6 The config file is Code: [current] Based on the questions you raised: adding more info on width / height did not change anything : Code: screen.width =800 And when i'm executing the tvservice, I have the following Code: anotheruser@moode:/home/pi/PeppyMeter $ tvservice -l And changing video.display doesn't change a thing either (knowing that i'm not using HDMI, but the touchscreen). Hope this can help us to understand what's going on, and also help PeterLustig33 with this. RE: PeppyMeter and moOde - PeterLustig33 - 04-07-2024 (04-05-2024, 10:46 PM)fdealexa Wrote: Hi Peter, Hello Francesco , Thank you for supporting me. I have now left "screen.width =" and "screen.height =" empty. The commands have the following output: tvservice -l 2 attached device(s), display ID's are : Display Number 2, type HDMI 0 Display Number 7, type HDMI 1 tvservice -s -v 0 [E] Invalid device/display ID tvservice -s -v 2 state 0xa [HDMI DMT (51) RGB full 4:3], 1600x1200 @ 60.00Hz, progressive tvservice -s -v 7 state 0xa [HDMI DMT (4) RGB full 4:3], 640x480 @ 60.00Hz, progressive The command: video.display = :2 did not result in any change. It is reassuring to see that others have similar problems @snivelfr. I was afraid I was the stupidest of them all ;-) RE: PeppyMeter and moOde - fdealexa - 04-08-2024 @PeterLustig33 Hi Peter, Please use the following paramenter: Code: screen.width = 1600 and let us know. Regards, Francesco RE: PeppyMeter and moOde - fdealexa - 04-08-2024 @snivelfr HI, today I tried to replicate your problem: rpi, original touch display, PeppyMeter (using your "config.txt") 1. installation with "pi" as default user: everything ok 2. installation with "anotheruser" as default user: everything ok 3. installation with mixed user (peppyalsa on "anotheruser" and PeppyMeter on "pi"): everything ok. At this point the problem is probably related to the RaspTouch software (if present): I'm trying to study the "RaspTouch" solution. Please, if you have any information, do not hesitate to help me on this topic. Kind regards and thanks, Francesco RE: PeppyMeter and moOde - PeterLustig33 - 04-09-2024 Hello Francesco & snivelfr, I found a solution yesterday evening. It has to do with an incompatibility between Raspi default settings, the display and the Peppy software. The problem is probably the monitor resolution. I cannot provide a complete explanation. But I can explain my solution. Unfortunately I don't have much time at the moment. (Illness) I will deliver my solution as soon as possible. Best regards, Peter RE: PeppyMeter and moOde - snivelfr - 04-09-2024 hello gentlemen, Thank you very much for your feedbacks. @fdealexa : Rapstouch is more a product designed by audiophonics (mostly the case + RASP + Display + power button + power transfo + DAC), rather than a full OS or additional soft. my OS is Moode, and moode only. The additional things i've done on Moode were to add some scripts at the launch of Moode to manage the power ( as per https://github.com/audiophonics/Raspberry-pwr-management , but i don't see why it should have an impact on Display). @PeterLustig33 get well, and see you soon. RE: PeppyMeter and moOde - fdealexa - 04-09-2024 (04-09-2024, 07:07 AM)PeterLustig33 Wrote: Hello Francesco & snivelfr, Hi Peter, good luck with your illness (which I hope is minor). Best regards, Francesco RE: PeppyMeter and moOde - fdealexa - 04-09-2024 (04-09-2024, 08:59 AM)snivelfr Wrote: hello gentlemen, HI, have you tried with moOde from scratch, without any additions? The only thing that could disturb the display is a script that can redirect the message output (I don't think so, but...). Best regards, Francesco |