Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: revert radeon (needs firmware), enable simpledrm for Mac compat

Radeon DRM panics without firmware blobs. simpledrm provides a DRM
device from the EFI framebuffer — works on any UEFI machine without
GPU-specific drivers. Macs, old ThinkPads, etc. all work.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2 -3
+2 -3
fedac/native/kernel/config-minimal
··· 2601 2601 # 2602 2602 # end of ARM devices 2603 2603 2604 - CONFIG_DRM_RADEON=y 2605 - CONFIG_DRM_RADEON_USERPTR=y 2604 + # CONFIG_DRM_RADEON is not set 2606 2605 # CONFIG_DRM_AMDGPU is not set 2607 2606 # CONFIG_DRM_NOUVEAU is not set 2608 2607 CONFIG_DRM_I915=y ··· 2672 2671 CONFIG_DRM_BOCHS=y 2673 2672 CONFIG_DRM_CIRRUS_QEMU=y 2674 2673 # CONFIG_DRM_GM12U320 is not set 2675 - # CONFIG_DRM_SIMPLEDRM is not set 2674 + CONFIG_DRM_SIMPLEDRM=y 2676 2675 # CONFIG_DRM_VBOXVIDEO is not set 2677 2676 # CONFIG_DRM_GUD is not set 2678 2677 # CONFIG_DRM_SSD130X is not set