|
|
@ -35,4 +35,14 @@ Running on a software rasterizer (LLVMpipe), expect limited performance.
|
|
|
|
```
|
|
|
|
```
|
|
|
|
sudo gpasswd -a pi render
|
|
|
|
sudo gpasswd -a pi render
|
|
|
|
```
|
|
|
|
```
|
|
|
|
https://bugreports.qt.io/browse/QTBUG-76889
|
|
|
|
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
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|