[SOLVED] 9.01 does not start - 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] 9.01 does not start (/showthread.php?tid=6542) Pages:
1
2
|
RE: 9.01 does not start - Venerdi - 06-02-2024 (06-01-2024, 09:19 PM)Nutul Wrote:(06-01-2024, 08:56 PM)Venerdi Wrote: 20240601 224321 worker: Ethernet: address 192.168.1.26 HI, I can tell you that I had this problem with old versions of moOde, if I remember correctly up until moOde 5.* Then he never showed up again. v. RE: 9.01 does not start - Venerdi - 06-02-2024 (06-02-2024, 05:42 AM)Iacov Wrote:(06-01-2024, 03:39 PM)Venerdi Wrote:(06-01-2024, 02:01 PM)Tim Curtis Wrote: This message "** To set a new password for your userid type 'passwd'." is ok. It's how you would change your password if desired. Hi, I'll try to explain myself better. The Raspberry is connected with HDMI output to the TV. When I turn on the Raspberry, on the television screen I see all the boot. Towards the end of boot, the system asks for userid and password. When I enter them, after 2 or 3 seconds, I access the moOde GUI. This morning, doing other checks, I realized that if I don't enter the userid and psw, after exactly 20 seconds of waiting, he enters the moOde GUI. Unfortunately, viewing problems remain on the TV screen, the image is off-centre and too large. If I connect remotely from my PC, the image is perfect. Up until version 8.39, I didn't have this problem. v. RE: 9.01 does not start - Iacov - 06-02-2024 (06-02-2024, 09:43 AM)Venerdi Wrote: Hi, this delayed GUI bootup is expected behavior, at least for me and since i'm a user (moode 8.x) it always takes 10-30 seconds to start the GUI/chromium after the system has booted have you tried editing the resolution in /boot/firmware/cmdline.txt? i don't know the syntax unfortunately, but that's where i would start looking if settings/peripherals in the GUI doesn't help RE: 9.01 does not start - Venerdi - 06-02-2024 (06-01-2024, 10:08 PM)Tim Curtis Wrote: I don't see anything suspicious in the log. @Tim I solved the display problem, I made a change, using intuition (or unconsciousness, since I don't understand anything about it). The point is that I made this change by viewing old backups where everything seemed to work and studying the differences with that of 9.01, everything was resolved, but I absolutely don't know what the changes I made mean. I changed these two lines from the config.txt file dtoverlay=vc4-kms-v3d max_framebuffers=2 with #dtoverlay=vc4-kms-v3d #max_framebuffers=2 I disabled them. Now I wonder... what did I do? Why does everything work now? What do those two lines mean? Booting is also faster. v. RE: 9.01 does not start - radu- - 06-04-2024 @Venerdi you can read the official config.txt documentation here: https://www.raspberrypi.com/documentation/computers/config_txt.html That's not to say I fully understand what all those options do, but it's a start. RE: 9.01 does not start - Venerdi - 06-04-2024 (06-04-2024, 08:37 AM)radu- Wrote: @Venerdi you can read the official config.txt documentation here: https://www.raspberrypi.com/documentation/computers/config_txt.html Thanks, interesting. I don't really understand the issue either, but I have confirmation that my problem was due to the vc4-kms-v3d driver. If I understand correctly, it's not a moOde problem, but a kernel problem. Maybe because version 9 uses a new kernel... And finally, maybe I can enable the command again max_framebuffers=2 which concerns the number of monitors used, and I don't think it created any problems. ...you always learn something new... v. |