PINE64
IMHO, a really NICE update to danctnix yesterday - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140)
+--- Forum: PineTab Software (https://forum.pine64.org/forumdisplay.php?fid=142)
+--- Thread: IMHO, a really NICE update to danctnix yesterday (/showthread.php?tid=20176)



IMHO, a really NICE update to danctnix yesterday - iksar@gmx.com - 01-22-2026

I noticed mesa updated on my pinetab2, so i tried it out.

both mpv and browsers got a HUGE speed boost, with almost perfect video playback.

I would further recommend
Code:
alias mpv='mpv --vo=gpu --gpu-api=opengl'

and a script for thorium (downloaded from website). ( assuming you're using sway)
Code:
#!/bin/bash
dbus-launch $HOME/devel/apps/thorium/thorium \
    --use-gl=egl-angle \
    --ignore-gpu-blocklist \
    --enable-gpu-rasterization \
    --enable-accelerated-video-decode \
    --enable-features=VaapiVideoDecodeLinuxGL,VaapiVideoEncoder \
    --ozone-platform=wayland


Code:
lsmod | grep pan
panfrost 
drm_shmem_helper --------panfrost
gpu_sched -             -------panfrost