I noticed that every customization I do in the /boot/config.txt get overwritten when changing the jackd options in the webconf (or any other parameter I believe).
I overclocked the my Pi 4 to avoid Xruns on lower buffer sizes:
# Uncomment to overclock the arm. 700 MHz is the default.
[pi2]
arm_freq=900
core_freq=250
sdram_freq=450
over_voltage=2
[pi4]
over_voltage=5
arm_freq=1950
gpu_freq=250
[all]
and changed the framebuffer_width/height to match my display config otherwise I don’t get the fullscreen in VNC.
# uncomment to force a console size. By default it will be display's size minus
# overscan.
framebuffer_width=1280
framebuffer_height=720
I constantly have to go reset those values in the /boot/config.txt after changing something in the webconf, what am I doing wrong here ? Is there another way to achieve this ? Why would changing the jackd options needs to overwrite the /boot/config.txt ?
Side note: I enable VNC using raspiconfig because ticking the box in the UI or Webconf doesn’t work for me for some reason.
Thanks !
It would help indeed, I see that the /zynthian/zynthian-my-data/scripts/ directory doesn’t exist, I hope this feature still exists.
Does somebody have an example script as I don’t think overwriting the all file would be a good idea ?