Run QLC+ in Kiosk mode RPI4

All the topics related to QLC+ on the Raspberry Pi
Post Reply
ada2000
Posts: 3
Joined: Sun Oct 24, 2021 6:46 pm
Real Name: Delor Aprile

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
User avatar
mcallegari
Posts: 4482
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

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
ada2000
Posts: 3
Joined: Sun Oct 24, 2021 6:46 pm
Real Name: Delor Aprile

Thanks it's working , i'm a beginner on raspberry
Post Reply