Hello!
I’m at m wits end on this and been trying to figure things out.
First, I was using a raspberry pi 3b+ model. Managed to get the screen working, splash screen and all. But when the user interface loads, the screen turns off and doesn’t come back again.
Then I bought a raspberry pi 4 model B. Same thing happens. Splash Screen>Black Screen>White Screen>Black Screen>User Interface>Turns off.
Below is my userconfig.txt
[pi4]
dtoverlay=vc4-kms-v3d-pi4
hdmi_group=2
hdmi_mode=87
hdmi_timings=400 0 220 32 110 1280 0 10 10 10 0 0 0 60 0 59400000 3
[all]
Touch Display rotation setting below: do not alter
display_lcd_rotate=1
display_hdmi_rotate=1
Also note that I can SSH and open volumio on my PC so RPi is running the OS but not displaying output. Not sure how to attach a video here to show you guys.
Running Bookworm:
Use this for your userconfig.txt:
[pi4]
dtoverlay=vc4-kms-v3d-pi4
hdmi_group=2
hdmi_mode=87
hdmi_timings=400 0 220 32 110 1280 0 10 10 10 0 0 0 60 0 59400000 3
[all]
disable_fw_kms_setup=1
There is also a plugin to do the work for you:
Hello! Already did this. Still the same behavior, sadly.
Do you guys think it’s possible the issue comes from lack of ram? both my 3b+ and 4 model b is only 1gb
1GB is the bare medium for the kiosk to run.
But sent a log it might reveal someting.
Generate a log:
goto <your-devices-IP-Address>/dev
Copy and paste the URL in this topic.
I have it running with the same WS 7.9" HDMI screen on a rPi4/4GB.
What is the output of:
cat /boot/userconfig.txt
cat /boot/config.txt
cat /boot/volumioconfig.txt
Upgraded to RPi 4 8GB. Still the same issue.
Here the output now:
# cat /boot/userconfig.txt ---------------
# Add your custom config.txt options to this file, which will be preserved during updates
initramfs volumio.initrd
gpu_mem=32
max_usb_current=1
dtparam=audio=on
audio_pwm_mode=2
dtparam=i2c_arm=on
disable_splash=1
hdmi_force_hotplug=1
force_eeprom_read=0
hdmi_group=2
hdmi_mode=87
hdmi_timings=400 0 100 10 140 1280 10 20 20 2 0 0 0 60 0 43000000 3
hdmi_blanking=1
#### Touch Display rotation setting below: do not alter ####
display_lcd_rotate=1
display_hdmi_rotate=1
# cat /boot/config.txt ---------------
### DO NOT EDIT THIS FILE ###
### APPLY CUSTOM PARAMETERS TO userconfig.txt ###
initramfs volumio.initrd
gpu_mem=128
gpu_mem_256=32
gpu_mem_512=32
gpu_mem_1024=128
max_usb_current=1
[pi5]
usb_max_current_enable=1
[all]
include volumioconfig.txt
include userconfig.txt
I don’t see a volumio config on mine.