Trying with the raspberry pi standard 7" touchscreen .
Set the fb0 as per file details set the width and height to 800 * 480
I get the prompt start up I see a distorted zynthian logo then just a white cursor line top/left.
No response to qwerty keyboard
No knobs connected, with & without AudioInjector.
Sadly I can’t see the ip address so I can’t get to it over ssh . . .
Any thoughts?
following suggestions from here also
nano /zynthian/zynthian-sys/etc/systemd/zynthian.service
Find and modify the following line
Environment=FRAMEBUFFER=/dev/fb0
Which does at least give you a prompt…
Hello 192.168.1.13 !!!
It seems to be that makes the difference.
5. Configure X11
cd /etc/X11/xorg.conf.d/
remove all files except 99-pitft.conf
edit the config
nano 99-pitft.conf
the file should look like this
Section “Device”
Identifier “HDMI”
Driver “fbdev”
Option “fbdev” “/dev/fb0”
EndSection
Touch display back function working …?
I can navigate New Layer Remove All but can’t select either of them.