07-18-2019, 04:34 AM
(This post was last modified: 07-18-2019, 05:18 AM by stuartiannaylor.)
(07-17-2019, 05:42 PM)Luke Wrote:(07-17-2019, 04:50 PM)mknawabi Wrote: I noticed that the fan interface (/sys/class/hwmon/hwmon0) is not there. Haven't dug around yet to find a reason
Manjaro is on mainline isnt it? probably didn't include the fan pwr control.
Yeah its mainline so only the submitted DTS in mainline.
Manjaro are doing such great work but tend to prefer to stick pure mainline so they can offer an array of SoCs without the huge specific support needs.
It would be really great if Pine could add a repo that has the small additional difference such as maybe fan & pcie, overlays and such as packages to help support the great work manjaro do.
Its great ref for the rockpro64 as simple dts omissions are highlighted pretty quick and there is a current 5.3 window
PS Mesa is lagging behind kernel obviously as they need the base kernel first, but Panfrost is coming on in leeps and bounds and with Linux 5.2.1 try compiling the mesa master 19.2.0-devel as its looking really good and as the devs say optimisation is still to come.
https://gitlab.freedesktop.org/mesa/mesa
Code:
sudo pacman -S bc python-pip flex bison base-devel ncurses cmake xorg-util-macros
sudo pip install scikit-build mako
sudo pip install meson ninja
git clone https://gitlab.freedesktop.org/mesa/mesa.git -b master
cd mesa
mkdir build
meson -Ddri-drivers= -Dvulkan-drivers= -Dgallium-drivers=panfrost,kmsro -Dlibunwind=false -Dprefix=/usr build/
ninja -C build/
sudo ninja -C build/ install
19.2.0 is 2019-08-06 but looking like its complete or very near
https://www.mesa3d.org/release-calendar.html