Skip to content
Snippets Groups Projects
Commit 6219ddc7 authored by Ollieparanoid's avatar Ollieparanoid
Browse files
link to https://gitlab.com/postmarketOS/osk-sdl/issues/85 for "unknown dfb pixelformat" instructions
parent 7f9e5cf2
No related branches found
No related tags found
No related merge requests found
......@@ -133,3 +133,6 @@ You will need to create a <code>fb.modes</code> file for your device. See the ab
== Building osk-sdl from repo ==
* clone the <code>osk-sdl</code> source code
* use <code>pmbootstrap build osk-sdl --src=path/to/checked-out-source</code> to build it from there
== ERROR: Unknown dfb pixelformat ==
osk-sdl is using SDL2 and DirectFB for rendering to the framebuffer (which is what we need to do for most devices, because they only have framebuffer drivers in the kernel, not the more modern DRI/DRM drivers). The error message means, that the SDL2 mode is not mapped to a DirectFB mode. See {{issue|85|osk-sdl}} for detailed instructions on how to patch SDL2 to add a mapping for your mode.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment