Qt for Embedded Linux 


임베디드 리눅스 시스템에서는 멀티 플랫폼 플러그인으로 다음을 사용한다. :  EGLFS, LinuxFB, KMS, DirectFB, Wayland.


대부분 기본으로 EGLFS 를 사용한다 . 다른 플러그인을 사용하려면 QT_QPA_PLATFORM 환경변수를 변경한다.


특정 디바이스 설정.

...




임베디드 리눅스에서 윈도윙 시스템을 위한 플랫 폼 플러그인


XCB


일반적으로 데스크톱 리눅스 플랫폼에서 사용되는 x11플러그인이다. 


권장하지 않지만 eglfs 같은 플러그인이 더 낳은 성능, 하드웨어 가속을 제공한다.


Wayland

Wayland is a light-weight windowing system; or more precisely, it is a protocol for clients to talk to a display server.

The Qt Wayland module provides a wayland platform plugin that allows Qt application to connect to a Wayland compositor.

Note: Please note that you may experience issues with touch screen input with the Westonreference compositor. Please refer to the Qt Wiki for further information.



http://doc.qt.io/qt-5/embedded-linux.html 

'Qt' 카테고리의 다른 글

qtwayland5.7인 설치  (0) 2016.06.27
화면에 잔상  (0) 2016.05.29
qmake 비교 작업  (0) 2016.02.01
GStreamer 설치  (0) 2015.11.21
Qt using libtag  (0) 2015.11.17

+ Recent posts