07-22-2019, 02:43 AM
(This post was last modified: 07-22-2019, 04:00 AM by stuartiannaylor.)
pcie went into 5.3 and the last remaining of hdmi audio and wifi/bt.
5.3-rc1 was released last night and will wager that it will be listed if you pacman -Ss linux-aarch
Whoop that is finally it everything is in mainline fingers crossed its works without need for revision.
Hopefully it fixes many of the boot errors that produces boot delays in 5.2
Mesa 19.2 -b master is needed but that is also released so I heard early and this week.
Or sudo pacman -S mesa-git
mesa-git is just a snapshot as much has been patched recently so prob already out of date, but likely enough to run glmark2 after removing the fbturbo driver and reboot
5.3-rc1 was released last night and will wager that it will be listed if you pacman -Ss linux-aarch
Whoop that is finally it everything is in mainline fingers crossed its works without need for revision.
Hopefully it fixes many of the boot errors that produces boot delays in 5.2
Mesa 19.2 -b master is needed but that is also released so I heard early and this week.
Code:
sudo pacman -S bc python-pip flex bison base-devel ncurses cmake xorg-util-macros llvm valgrind
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
sudo pacman -R xf86-video-fbturbo-git
sudo reboot
Or sudo pacman -S mesa-git
mesa-git is just a snapshot as much has been patched recently so prob already out of date, but likely enough to run glmark2 after removing the fbturbo driver and reboot