Commit a9930576 authored by Laszlo Agocs's avatar Laszlo Agocs
Browse files

Update linuxfb docs about window sizing


Also remove KMS as a platform plugin, it does not exist no more.

Task-number: QTBUG-48658
Change-Id: I842bda508654d10bc6d6ed4a82144d819dadd118
Reviewed-by: default avatarAndy Nichols <andy.nichols@qt.io>
parent a4359cb6
Branches
Tags
No related merge requests found
Showing with 10 additions and 4 deletions
......@@ -37,7 +37,7 @@
through Wayland.
There are multiple platform plugins that are potentially usable on
Embedded Linux systems: EGLFS, LinuxFB, KMS, DirectFB, Wayland. The
Embedded Linux systems: EGLFS, LinuxFB, DirectFB, Wayland. The
availability of these depend on the configuration of Qt. On many
boards \e eglfs is chosen as the default one. If the default is not
suitable, the \c QT_QPA_PLATFORM environment variable parameter can
......@@ -291,9 +291,9 @@
\section2 LinuxFB
This plugin writes directly to the framebuffer. Only software-rendered content
is supported. Note that on some setups the display performance is expected to
be limited.
This plugin writes directly to the framebuffer via the fbdev subsystem of
Linux. Only software-rendered content is supported. Note that on some setups
the display performance is expected to be limited.
The \c linuxfb plugin allows specifying additional settings by passing them
in the \c QT_QPA_PLATFORM environment variable or \c -platform command-line
......@@ -330,6 +330,12 @@
\endlist
As of Qt 5.9, the behavior of eglfs and linuxfb has been synchronized when it
comes to the window sizing policy: the first top-level window is forced to
cover the entire screen with both platform plugins. If this is not desired,
set the environment variable \c{QT_QPA_FB_FORCE_FULLSCREEN} to \c 0 in order
to restore the behavior of earlier Qt versions.
\section1 Input
When no windowing system is present, the mouse, keyboard, and touch input are
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment