Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

kernel: disable AMD/Radeon GPU (causes KALLSYMS overflow with GCC 15)

These drivers add ~2M symbols which overflows the KALLSYMS linker
pass on GCC 15. Disable until we find a workaround or upgrade kernel.
Intel i915 + simpledrm remain for wide Intel ThinkPad support.

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

+2 -2
+2 -2
fedac/native/kernel/config-minimal
··· 2597 2597 # 2598 2598 # end of ARM devices 2599 2599 2600 - CONFIG_DRM_RADEON=y 2601 - CONFIG_DRM_AMDGPU=y 2600 + # CONFIG_DRM_RADEON is not set 2601 + # CONFIG_DRM_AMDGPU is not set 2602 2602 # CONFIG_DRM_NOUVEAU is not set 2603 2603 CONFIG_DRM_I915=y 2604 2604 CONFIG_DRM_I915_FORCE_PROBE=""