Hi all,
I’m currently experimenting with a [Waveshare 5" round display] (https://www.waveshare.com/wiki/5inch_1080x1080_LCD) connected via HDMI to my Raspberry Pi 3b+.
I had some trouble getting it to work at all but after adding
hdmi_group=2
hdmi_mode=87
hdmi_pixel_freq_limit=356000000
hdmi_timings=1080 0 68 32 100 1080 0 12 4 16 0 0 0 60 0 85500000 0
to the userconfig.txt I can see the bootscreen when powering up. After that the screen goes black and shows nothing but seems to be active as the backlight is on. Touch display plugin is installed but throws errors like:
error: touch_display: Error setting screensaver timeout: Error: ENOENT: no such file or directory, stat '/tmp/.X11-unix/X0'
So I deactivated the screensaver by setting the wait time to 0. No change at all. The error message is gone .
I took a look at the plugin folder.and checked the json files to understand how this works. There is a defaultConf.json that has all the default values. As to expect.
But there also is a config.json and that one is completely empty. Same for the requiredConf.json.
Is that correct?
Any suggestions what might be the issue here?
Regards
petjek