Changes between Version 2 and Version 3 of qt


Ignore:
Timestamp:
12/16/2019 09:18:26 PM (4 years ago)
Author:
Cale Collins
Comment:

made /etc/ventana.jason default

Legend:

Unmodified
Added
Removed
Modified
  • qt

    v2 v3  
    2727To 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:
    2828{{{#!bash
    29 cat << EOF > ventana.json
     29cat << EOF > /etc/ventana.json
    3030{
    3131  "device": "/dev/dri/card1",
     
    4444}
    4545EOF
    46 export QT_QPA_EGLFS_KMS_CONFIG=$PWD/ventana.json
     46export QT_QPA_EGLFS_KMS_CONFIG=/etc/ventana.json
    4747export QT_QPA_EGLFS_ALWAYS_SET_MODE=1
    4848export QT_QPA_PLATFORM=eglfs