Skip to content

🚀 EGL fullscreen platform plugin

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE.GPLv3
LGPL-3.0
LICENSE.LGPLv3
Notifications You must be signed in to change notification settings

mark-kendall/eglfs

 
 

Repository files navigation

eglfs

License GitHub release Build Status GitHub issues Maintained

Qt platform plugin with DRM/KMS support. It's a fork of Qt's eglfs plugin with more feature such as:

  • Get permission to access devices to unprivileged users using logind.
  • Screen configuration.
  • Real-time screen recording.

This plugin extends Qt hence you have to rebuild it every time Qt is updated.

Dependencies

Qt >= 5.9.0 with at least the following modules is required:

And the following modules:

Installation

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # use sudo if necessary

Replace /path/to/prefix to your installation prefix. Default is /usr/local.

You can also append the following options to the cmake command:

  • -DEGLFS_DRM_ATOMIC:BOOL=OFF: Disable DRM atomic support.

Environment variables

The liri QPA plugin supports different graphics hardware through EGL device integration plugins.

The environment variables that can influence the QPA plugin are the same as those of eglfs.

Logging categories

Qt 5.2 introduced logging categories and Liri takes advantage of them to make debugging easier.

Please refer to the Qt documentation to learn how to enable them.

Available categories

  • Platform:

    • liri.qpa.deviceintegration: Device integration
    • liri.qpa.input: Input management on device integration plugins
  • EGL Device Integrations:

    • liri.qpa.kms: KMS/DRM EGL device integration
    • liri.qpa.vthandler: Vt handler

Licensing

Licensed under the terms of the GNU General Public License version 3.

About

🚀 EGL fullscreen platform plugin

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE.GPLv3
LGPL-3.0
LICENSE.LGPLv3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.9%
  • Objective-C 15.6%
  • CMake 5.4%
  • QML 3.5%
  • C 1.1%
  • Shell 0.5%