backends: make the framebuffer backend optional

The framebuffer is a legacy backend and we know that at least OpenSUSE disabled it in the kernel configuration, so let's make it optional.
This commit is contained in:
Vladimir Stoiakin 2026-01-26 14:37:37 +03:00
parent 6c3eca8fb6
commit 1840f10f62
13 changed files with 51 additions and 32 deletions

View file

@ -29,8 +29,8 @@ for and, if found, merged in the following order:
*animations* = <true|false>
Enable or disable animations. Useful for slower devices. Default: false.
*backend* = <fbdev|drm>
The rendering backend to use. Default: fbdev.
*backend* = <fbdev|drm|sdl>
The rendering backend to use. Default: the first compiled backend from the list above.
*timeout* = <value>
The time in seconds before unl0kr will consider the entry a failure