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)