Hello,
when I try to launch qlcplus-fixtureeditor from terminal I get this error:
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.
I also tried with qlcplus-fixtureeditor -platform eglfs
but nothing, I only see the mouse pointer and error "Could not queue DRM page flip on screen HDMI1
in emergency situations I would be comfortable to have the fixture editor working from the raspberry
can you help me?
thanks
Raspberry pi4 4gb ram qlcplus_raspios_buster_20210627
fixture editor problem
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Are you trying to launch the editor from SSH or directly on the Pi?
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Try these
Code: Select all
export QT_QPA_EGLFS_PHYSICAL_WIDTH=320
export QT_QPA_EGLFS_PHYSICAL_HEIGHT=200
qlcplus-fixtureeditor -platform eglfs
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
I checked myself. You need to use these 3 variables:
Code: Select all
export QT_QPA_EGLFS_PHYSICAL_WIDTH=320
export QT_QPA_EGLFS_PHYSICAL_HEIGHT=200
export QT_QPA_EGLFS_ALWAYS_SET_MODE=1
qlcplus-fixtureeditor -platform eglfs
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Wait, what?
You just need to copy and paste the 4 lines I mentioned above to make it work.
I have no idea what you're doing or if you're confident in moving in a Linux system, but you're surely not doing it right.
You just need to copy and paste the 4 lines I mentioned above to make it work.
I have no idea what you're doing or if you're confident in moving in a Linux system, but you're surely not doing it right.
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
CTRL-C from the shell where you launch the editor