Elektrine lite

← Feed

@akunohana@piefed.blahaj.zone

Post #3595336

2026-07-05 02:15 UTC

Cool! That sounds quite straightforward. 😊 I guess at the very least I’ll single out my graphic drivers (Intel)? 🤔 I wonder though, how much space and processing power can one actually save with USE flags. Like, if one were to really “squeeze” them for optimization. 😆

Replies (1)

  • @nyan@sh.itjust.works 2026-07-05 14:15

    I guess at the very least I’ll single out my graphic drivers (Intel)? You shouldn’t need to concern yourself about this until you’re looking to install X or wayland (at which time you’ll want to put VIDEO_CARDS=“intel i915” or similar in make.conf—read the wiki to see which drivers match your specific chipset; my example stanza is for a Kaby Lake system). The basic drivers should autoload unless you compiled a custom kernel and left them out by mistake.

    Open ##3605804