Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
Demos
*****

Qt provides demos for the Null Window System / KMS / DRM / EGL Full Screen
(EGLFS) backends. By default EGLFS will use the ``eglfs_kms`` backend.
Qt provides demos for the Wayland, Linux framebuffer (LINUXFB), and EGL Full

Check warning on line 22 in source/linux/Foundational_Components/Graphics/Common/QT_Graphics_Framework.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Definitions] Define acronyms and abbreviations (such as 'EGL') on first occurrence if they're likely to be unfamiliar. Raw Output: {"message": "[RedHat.Definitions] Define acronyms and abbreviations (such as 'EGL') on first occurrence if they're likely to be unfamiliar.", "location": {"path": "source/linux/Foundational_Components/Graphics/Common/QT_Graphics_Framework.rst", "range": {"start": {"line": 22, "column": 69}}}, "severity": "INFO"}
Screen (EGLFS) backends. By default EGLFS will use the ``eglfs_kms`` backend.

.. code-block:: console

Expand All @@ -44,8 +44,13 @@

.. note::

The ``linuxfb`` interface is deprecated and requires switching the display
into "legacy" framebuffer mode.
The ``fbdev`` interface used by default in the ``linuxfb`` platform is
deprecated. The platform can use `Dumb-Buffer`_ allocations and required
components of the new KMS interface while still using the same software

Check warning on line 49 in source/linux/Foundational_Components/Graphics/Common/QT_Graphics_Framework.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Definitions] Define acronyms and abbreviations (such as 'KMS') on first occurrence if they're likely to be unfamiliar. Raw Output: {"message": "[RedHat.Definitions] Define acronyms and abbreviations (such as 'KMS') on first occurrence if they're likely to be unfamiliar.", "location": {"path": "source/linux/Foundational_Components/Graphics/Common/QT_Graphics_Framework.rst", "range": {"start": {"line": 49, "column": 26}}}, "severity": "INFO"}
rendering techniques. See ``QT_QPA_FB_DRM`` in the upstream documentation at:
https://doc.qt.io/qt-6/embedded-linux.html#linuxfb

.. _Dumb-Buffer: https://man.archlinux.org/man/drm-memory.7.en#Dumb-Buffers

For example:

Expand Down