nicoske
nicoske
Hi, I experience exactly the same issue. Test image: ``` FROM alpine:3.19 RUN apk add --no-cache bash file RUN echo -e '#!/bin/bash\n\ echo "System Information:";\n\ uname -a;\n\ echo "Architecture:";\n\ arch;\n\...
Facing the same issue when looping a 30s video from WPEWebkit on latest kernel 6.1.13-v7l. ``` Feb 27 11:47:01 pi-ibbdis-865a7b kernel: ------------[ cut here ]------------ Feb 27 11:47:01 pi-ibbdis-865a7b kernel:...
Still have the issue as well on latest kernel 6.1.51-v8 with gstreamer 1.22.2 and wpewebkit 2.40.3. I'm just playing a 1080p video in loop.. ``` Sep 08 12:06:19 pi-ibbdis-769213 kernel:...
@6by9 Sorry I wasn't specific enough, the video still plays but after a few hours it stops with the following error: ``` Sep 08 13:56:50 pi-ibbdis-769213 kernel: bcm2835_mmal_vchiq: timed out...
I'm wondering if this is possible as well, couldn't figure out how to ignore first touch that should be used to wake up screen. Maybe using swaylock ?
So I had a look with swaylock but there's no way to just ignore the authentication part. It could be achieved using a very simple wayland application that just catch...
I've observed exactly the same issue with WPEWebkit
I used this configuration in the past before the KMS driver. I've found out that it has been moved to legacy configuration and u sed it exactly as in the...
Could we consider adding support for the hdmi_max_pixel_freq parameter in the VC4 device tree overlay to manage maximum HDMI pixel frequencies across various devices?
In my project I release one version for both the Pi4 and CM4, we use a diverse range of display screens. I prefer relying on each screen's EDID to automatically...