Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

kernel: enable wide GPU compatibility (AMD, Nvidia, simpledrm, VESA)

Enable DRM drivers for maximum hardware compatibility:
- CONFIG_DRM_SIMPLEDRM=y — EFI framebuffer fallback (works on ANY UEFI machine)
- CONFIG_DRM_RADEON=y — older AMD GPUs
- CONFIG_DRM_AMDGPU=y — modern AMD GPUs
- CONFIG_DRM_NOUVEAU=y — Nvidia GPUs (open-source)
- CONFIG_DRM_VIRTIO_GPU=y — QEMU/VM testing
- CONFIG_FB_VESA=y — VESA framebuffer fallback
- loglevel=1 quiet — suppress ACPI noise on boot

The display init chain is: i915 → amdgpu → nouveau → simpledrm → fbdev.
This ensures ac-native can display on virtually any x86 machine.

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

+6 -6
+6 -6
fedac/native/kernel/config-minimal
··· 2595 2595 # 2596 2596 # end of ARM devices 2597 2597 2598 - # CONFIG_DRM_RADEON is not set 2599 - # CONFIG_DRM_AMDGPU is not set 2600 - # CONFIG_DRM_NOUVEAU is not set 2598 + CONFIG_DRM_RADEON=y 2599 + CONFIG_DRM_AMDGPU=y 2600 + CONFIG_DRM_NOUVEAU=y 2601 2601 CONFIG_DRM_I915=y 2602 2602 CONFIG_DRM_I915_FORCE_PROBE="" 2603 2603 CONFIG_DRM_I915_CAPTURE_ERROR=y ··· 2642 2642 # CONFIG_DRM_AST is not set 2643 2643 # CONFIG_DRM_MGAG200 is not set 2644 2644 CONFIG_DRM_QXL=y 2645 - # CONFIG_DRM_VIRTIO_GPU is not set 2645 + CONFIG_DRM_VIRTIO_GPU=y 2646 2646 CONFIG_DRM_PANEL=y 2647 2647 2648 2648 # ··· 2665 2665 CONFIG_DRM_BOCHS=y 2666 2666 CONFIG_DRM_CIRRUS_QEMU=y 2667 2667 # CONFIG_DRM_GM12U320 is not set 2668 - # CONFIG_DRM_SIMPLEDRM is not set 2668 + CONFIG_DRM_SIMPLEDRM=y 2669 2669 # CONFIG_DRM_VBOXVIDEO is not set 2670 2670 # CONFIG_DRM_GUD is not set 2671 2671 # CONFIG_DRM_SSD130X is not set ··· 2684 2684 # CONFIG_FB_ASILIANT is not set 2685 2685 # CONFIG_FB_IMSTT is not set 2686 2686 # CONFIG_FB_VGA16 is not set 2687 - # CONFIG_FB_VESA is not set 2687 + CONFIG_FB_VESA=y 2688 2688 CONFIG_FB_EFI=y 2689 2689 # CONFIG_FB_N411 is not set 2690 2690 # CONFIG_FB_HGA is not set