I am trying to run a Qt application under EGLFS with Linux Mint on a Macbook Pro.
I have:
- Configured and compiled Qt with all the needed flags and dependences.
- Tried to run the app with X11 turned off.
- Used kms integration.
- Installed all the Mesa drivers ( I have an intel GPU ).
- Even compiled EGL myself.
But it keeps saying "Unable to create EGL Display". Does anyone knows what am I missing ?
P.S For example I can run weston-launch which I believe it runs over drm-egl.
I had the same problem like you. I have solved it by:
Then switch to free tty and run application with -platform eglfs argument.