I see that eglfs can be used without kms/drm, at least it's not its default backend. I thought you needed kms/drm to access the gpu without an X server.
How does egl in eglfs manages then to talk to the gpu ?
Qt eglfs backend without kms/drm
1k views Asked by perencia At
1
There are 1 answers
Related Questions in QT
- qt c++ fonction converting adress to coordinates (longitude, latitude)
- Qml table and chart using python
- Qt: running callback in the main thread from the worker thread
- i have installed qt version 6.0.3 and this error QMYSQL driver not loaded displaying again and again
- Frameless Qt + WinAPI maximized window size is bigger than the availableGeometry()
- new window with c++ qt
- How to get scaling from transformation matrix
- How to build just Qt core libraries from Qt sources
- doxyqml not documenting qml files properly
- Incorrect assignment from a QStringList to a char * array
- How to make QT Chart size larger than widget size?
- Queued async operations with QtConcurrent interfere QImage from freed
- Questions about qt5 dynamic link library
- how to document QML files inside C++ project?
- How do I keep my screen contents centered and also have a scrollbar in QT?
Related Questions in OPENGL-ES
- How can I use ARCore and OpenGL without Sceneform for making ar measurement app android?
- Unable to find GL_INT_2_10_10_10_REV define on Android GLES
- How to rotate model and view matrix with same angle?
- CameraX custom OpenGL Video Pipeline (`UseCase`/`VideoOutput`)
- How do I avoid leaking Graphics memory in OpenGL ES 2.0 in a background thread on Android?
- How to Create GPU SkImage in a Background Thread and Draw it on a Main SkSurface with OpenGL and Skia?
- glTexSubImage2D throws GL_INVALID_OPERATION in OpenGL ES 3.2 on Android NDK with FreeType
- What are the rules for the precision of casting operations in GLSL
- Why would a OpenGL ES 2.0 leak graphics memory on Android, but not iOS with the same code
- Create a VideoFrame from Canvas
- GLES30 Ray Picking gluUnProject
- OpenGL lighting works incorrectly on Android and WebAssembly
- WebGL: this extension has very low support on mobile devices
- OpenGL ES 3.0 - Textures black
- OpenGL-glGetUniformLocation failed
Related Questions in EMBEDDED
- MSP430F5529 on the MSPEXP430F5529LP: UART is not actually transmitting despite seemingly correct setup. What is wrong?
- A FPGA Project Proposal where I can use both PS and PL
- Program doesn't run after DFU
- Sending struct through queue
- How to generate a VPI warpmap for polynomial distortion correction?
- How to present this example concept in UML: Using 2 LCD displays in C/C++
- CLion: Debug via St-Link
- Portenta H7 Baremetal Development and a Little Guidance on Embedded System Learning Roadmap
- STM32 RTC3 Mixed Mode: Writing TR resets SSR
- Unable to read value from gpio set as input
- Mbed TLS: in-place en-/decryption for OAEP doesn't seem to work
- Shared variable read from low priority thread in preemptive scheduling
- Own Pattern / framework for interfacing with components in C
- Performance Difference Between Global Variable and Local Variable in Embedded Systems
- Comparing analog signal from Electret mic with samples
Related Questions in XSERVER
- How to solve Missing X server or $DISPLAY when trying to change the loaded website in Chromium
- Chromium with GUI running in docker container
- Docker image with X swing libs pre installed
- Xlib Window Manager: Closing Focused Window Causes Unexpected Shutdown
- Running X11 on core-image-minimal image compiled with Yocto
- Launch NodeJS script with puppeteer on system startup Missing X server or $DISPLAY
- Got wrong pictures while saving ZPixmap to png
- How can I run a nested X server (from Rust/code in general) to test my window manager?
- X server: in-container development in VSCode
- Implementing Selenium tests automation via Jenkins for Maven project
- Port GTK Program to Windows Without X Server
- How do i run my python script in a remote server using Server X in Mobaxterm
- Driver issue? Unable to run "Setup for a Graphics and DisplayPort Based Sub-System" Design Tutorial on Avnet Ultrazed EV
- "X error - bad window" issue in Jenkins GUI tests
- XTEST definitions for mouse buttons - remote control app
Related Questions in EGL
- imageStore causing crash in GL ES 3.1 Compute shader using ANGLE on windows
- cannot import name 'CppEGLRenderer' from 'lib.egl_renderer'
- Could not mock EglBase when trying to write test code
- Ways to reduce memory transfer overhead in OpenGL ES 2.0 / OpenGL 2.1 with EGL 1.4 for rendering offscreen
- setting texture parameter across opengl contexts
- What's the difference/relationship between GLFW and EGL?
- OpenGL async texture loading
- Is it possible to synchronize the content draw by OpenGL and the position of a View in Android?
- Obtain dmabuf fd for EGLImage
- EGL surface positioning with Wayland
- SurfaceTexture::updateTexImage() fails when I allocate EGL texture with AhardwareBuffer and write to it
- How can I load Textures in the background in EGL?
- CMAKE can't find EGL with VCPKG in windows
- EGL / OpenGL rendering to a surface with just a luminance channel
- Is it possible to use EGL and ANGLE to render a DirectX 2D Texture on a HTML5 Canvas in Chrome?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
KMS is the VC4 mesa driver being develop for Raspberry pi by anholt (https://github.com/anholt/mesa/wiki/VC4), the point is to replace the actual opengl driver from broadcom, which is closed source, and if possible, improve it.
Without kms/drm, the egl in eglfs use the broadcom driver to handle opengl widgets.
Actually, is supposed that the kms/drm should work better, however, I'm getting better performance running with the broadcom driver, I'm still testing my build.
Of course, we are talking about raspberry pi (3 in my case).