I switched to Void Linux on my Pi 3B+ recently and it's much faster than Raspbian, which surprised me since the latter is tweaked by the hardware manufacturer directly.
New Raspbian Brings Performance Improvements, Updated Packages To Raspberry Pi
Collapse
X
-
Originally posted by kaidenshi View PostI switched to Void Linux on my Pi 3B+ recently and it's much faster than Raspbian, which surprised me since the latter is tweaked by the hardware manufacturer directly.
Comment
-
-
Originally posted by starshipeleven View PostThe "hardware manufacturer"'s main goal isn't best performance but ease of use (as the raspi is supposed to be a learning tool for kids). They don't "optimize" anything.
"Raspbian is a free operating system based on Debian, optimised for the Raspberry Pi hardware." and "Raspbian is a community project under active development, with an emphasis on improving the stability and performance of as many Debian packages as possible."
Comment
-
-
Originally posted by kaidenshi View PostThey have a "fbturbo" xorg driver that performs better than vesa or the regular framebuffer driver,
AFAIK they did add some minor hardware acceleration in fbturbo for the raspi though.
they tweak the boot so it's much faster than it would be stock
and the kernel is also optimized for the Pi family.
"Raspbian is a free operating system based on Debian, optimised for the Raspberry Pi hardware." and "Raspbian is a community project under active development, with an emphasis on improving the stability and performance of as many Debian packages as possible."
Comment
-
-
Originally posted by starshipeleven View PostComes from Sunxi project (Allwinner hardware), and it's mostly generic (using NEON media extensions on ARM CPUs, hacked out parts of the framebuffer driver that are not needed on an ARM device).
AFAIK they did add some minor hardware acceleration in fbturbo for the raspi though.
not hard
It's a hacked up embedded device kernel with code that won't be accepted upstream.
That's what they say, yes.
They don't "optimize" anything.
Comment
-
-
Raspbian does some optimisations. For example compare it to FreeBSD's Raspberry Pi port. Even a basic "pkg add" with lots of dependency processing takes a much longer time and that is *much* simpler than the apt-get stuff.
So probably just SMP and compiler optimisation flags to take advantage of the specific ARM features?
But yeah, Raspbian isn't just some hobbiest ricer distribution. You can still get stuff done on it without faffing.
Raspbian has done what very few have managed... they have reached a good compromise between functionality and performance
... if only it was open hardware :/
Comment
-
Comment