Page 1 of 1

Run QLC+ in Kiosk mode RPI4

Posted: Sun Oct 24, 2021 10:11 pm
by ada2000
Hi, i woul'd like to run qlc plus in kiosk mode ,

how can i modify the file etc\init.d\qlcplus ?

It's possible by the terminal? because qlcplus boot directly with sd card "qlcplus_raspios_buster_20210627"

I try by ssh this command :

pi@raspberrypi:~ $ qlcplus -k
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.

It's not working too

Please help me

Re: Run QLC+ in Kiosk mode RPI4

Posted: Mon Oct 25, 2021 7:07 am
by mcallegari
hi, this is basic linux usage question.
You can edit the file with the 'nano' editor.
Access via SSH, then type

Code: Select all

sudo nano /etc/init.d/qlcplus
enter the password if asked, then add -k option to startup command
Then CTRL+O and CTRL+X to save and exit

Re: Run QLC+ in Kiosk mode RPI4

Posted: Mon Oct 25, 2021 8:16 am
by ada2000
Thanks it's working , i'm a beginner on raspberry