Pine64-Arch
Pine64-Arch copied to clipboard
Waydroid only works with hardward acceleration disabled
- Device: Pinephone Pro
- Kernel Version : 5.16.14-1-danctnix
- UI: Phosh
Steps to reproduce
- install waydroid:
sudo pacman -S waydroid
- setup images:
sudo waydroid init
- start service
sudo systemctl enable waydroid && sudo systemctl start waydroid
- launch UI
waydroid show-full-ui
Expected behavior
Waydroid UI Opens
Actual behavior
The UI tries to open but the screen becomes glitchy and unresponsive.
Had to disable hardware acceleration first: ( sudo echo "ro.hardware.gralloc=default" ; sudo echo "ro.hardware.egl=swiftshader" ) >>/var/lib/waydroid/waydroid_base.prop
Now the UI loads but is slow.
It's not an arch-specific issue as I have the same issue with PostmarketOS+Phosh/PlasmaMobile on the Pinephone Pro, while everything is fine on the non-pro (arch+phosh).
If that's the case which project should this be referred to?
I've already opened an issue for this: waydroid/waydroid#291
Building from latest Waydroid repository sources seems to solve the problem: 3-step guide