From 357362830f5aec340f263b069f2d8cb9903499a9 Mon Sep 17 00:00:00 2001 From: Mehran Dehghanian Date: Sat, 20 Nov 2021 10:36:47 +0330 Subject: [PATCH] Update 'linux rasp pi4 X11 EGLFS' --- linux-rasp-pi4-X11-EGLFS.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/linux-rasp-pi4-X11-EGLFS.md b/linux-rasp-pi4-X11-EGLFS.md index d030b9e..9a4bc4e 100644 --- a/linux-rasp-pi4-X11-EGLFS.md +++ b/linux-rasp-pi4-X11-EGLFS.md @@ -35,4 +35,14 @@ Running on a software rasterizer (LLVMpipe), expect limited performance. ``` sudo gpasswd -a pi render ``` -https://bugreports.qt.io/browse/QTBUG-76889 \ No newline at end of file +https://bugreports.qt.io/browse/QTBUG-76889 + + +### Fix +Propblem with application running too early and can't access HDMI output. + +Add this to [Service] tab in systemd file +``` +After=multi-user.target +``` +