From 2dec57581001b9f2f6b5b1f2b9c1c33d5fc9277f Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 9 Jul 2026 13:00:38 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20update=20desktop=20plan=20=E2=80=94=20G?= =?UTF-8?q?PU=20fixes=20status?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated CONSOLE-TO-KDE-DESKTOP-PLAN with today's GPU fixes: - virtio-gpu VirGL 3D feature negotiation enabled - ihdgd Kaby Lake DDI_BUF_CTL port registers populated - ihdgd GMBUS write operations implemented Remaining: EGL runtime probe selection (virgl vs swrast), QEMU test with virtio-vga-gl (3D) device. --- local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md b/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md index 9d8187a72c..c95a3dcf11 100644 --- a/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md +++ b/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md @@ -31,7 +31,9 @@ | **KWin added to build** | Uncommented `kwin = {}` in `redbear-full.toml`, added to `PRECOOK_PKGS`. Fixed qtdeclarative `-DQT_FEATURE_qml_profiler=OFF` to unblock KWin's cmake. | | **KF6 packages unblocked** | Updated 12 blocked KF6 recipes to match cached sources. All 48 KF6 packages now build. | | **D-Bus daemon socket binding fixed** | Added explicit `--address=unix:path=/run/dbus/system_bus_socket` to dbus-daemon args. Added `before = ["13_redbear-sessiond.service"]` for strict ordering. Fixes sessiond "failed to read from socket" errors. | -| **Mesa virgl verified wired** | All 6 Mesa patches are properly wired. `virtio_gpu_dri.so` builds (17.4MB). Runtime validation pending QEMU test. | +| **virtio-gpu VirGL 3D** | 🟢 Feature negotiation enabled (2026-07-08) | `VIRTIO_GPU_F_VIRGL` uncommented, acked when host supports | +| **ihdgd Kaby Lake DDI** | 🟢 Port registers populated (2026-07-08) | DDI_BUF_CTL 0x64000-0x64300 for Gen9 display output | +| **ihdgd GMBUS write** | 🟢 Implemented (2026-07-08) | GMBUS I2C write for display configuration | ### What Changed in v5.5 (2026-06-20)