From 2da7738b76ae4904772b762f4dcceadd7d0a2add Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Tue, 2 Jun 2026 23:23:00 +0300 Subject: [PATCH] config: restore redox-drm to enabled (was incorrectly suppressed) redox-drm = "ignore" was left from earlier GPU-suppression tests. Restored to active so the DRM/KMS display driver is included in the full ISO image. Without it, no GPU output or SDDM compositor. --- config/redbear-full.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 77e389f2ed..d64d2d797f 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -59,7 +59,7 @@ redbear-iwlwifi = {} numad = {} # GPU/graphics stack -redox-drm = "ignore" +redox-drm = {} mesa = "ignore" libdrm = "ignore" libepoxy = "ignore"