From 6219ddc7cbe12d17cd6a09b5293209c2310b3717 Mon Sep 17 00:00:00 2001
From: Ollieparanoid <Ollieparanoid@wiki.postmarketos.org>
Date: Tue, 14 Aug 2018 17:19:20 +0000
Subject: [PATCH] link to https://gitlab.com/postmarketOS/osk-sdl/issues/85 for
 "unknown dfb pixelformat" instructions

---
 Osk-sdl.mw | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Osk-sdl.mw b/Osk-sdl.mw
index 38c408540..2498eaa82 100644
--- a/Osk-sdl.mw
+++ b/Osk-sdl.mw
@@ -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.
-- 
GitLab