Changes between Version 2 and Version 3 of qt
- Timestamp:
- 12/16/2019 09:18:26 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qt
v2 v3 27 27 To use the EGLFS platform plugin with a KMS/DRM backend you need to define a screen configuration file customized to your board and display. For a Gateworks Ventana board with 1080p HDMI the configuration would be: 28 28 {{{#!bash 29 cat << EOF > ventana.json29 cat << EOF > /etc/ventana.json 30 30 { 31 31 "device": "/dev/dri/card1", … … 44 44 } 45 45 EOF 46 export QT_QPA_EGLFS_KMS_CONFIG= $PWD/ventana.json46 export QT_QPA_EGLFS_KMS_CONFIG=/etc/ventana.json 47 47 export QT_QPA_EGLFS_ALWAYS_SET_MODE=1 48 48 export QT_QPA_PLATFORM=eglfs