Hacker News new | ask | show | jobs
by fomine3 1804 days ago
For “build your Linux OS” distribution, Gentoo looks like more suitable since it's more customizable (e.g. many USE flags, still provides OpenRC instead of systemd). Just curious the reason why Arch over Gentoo. I suspect that because Arch is more acceptable for normal Linux Desktop user.
1 comments

Gentoo wants to compile from source, because of the USE flags. Thats hard on battery life, and maxes out CPUs creating thermal issues, both of which are notorious issues on mobile.

You should be able to accomplish the same thing by using your own pacman repos with compiled binaries that have the right USE flags. They all have the same hardware after all.

You can build a binary distro based on Gentoo, e.g. https://github.com/sakaki-/gentoo-on-rpi-64bit (sadly EOL'ed several months ago).

Anyway, from my own experience, the video decoding performance of gentoo-on-rpi-64bit was somehow nowhere close to LibreELEC, on the same hardware. Perhaps there is a lesson to be learnt there...