i tried to install using the qlcplus_raspios_bookworm_20240907 image QLC on a Raspberry pi 4 with a 64 gb micro SD (don't have less...)
I have an HDMI monitor plugged in (1080p 144hz monitor, locked here at 60hz)
i tried a VGA monitor (via cheap converter)
i have this error when i look at the status of qlc :
Code: Select all
pi@raspberrypi:~ $ sudo service qlcplus status
● qlcplus.service - Q Light Controller Plus
Loaded: loaded (/lib/systemd/system/qlcplus.service; enabled; preset: enabled)
Active: active (running) since Fri 2024-09-13 19:05:33 BST; 1min 34s ago
Docs: man:qlcplus(1)
Main PID: 548 (bash)
Tasks: 9 (limit: 3917)
CPU: 2.199s
CGroup: /system.slice/qlcplus.service
├─548 bash /usr/sbin/qlcplus-start.sh
└─635 /usr/bin/qlcplus -platform offscreen --nowm --web --web-auth --operate --overscan
if i
Code: Select all
sudo service qlcplus restart
What can i do to fix that ?
Thank you !