Pine64-Arch icon indicating copy to clipboard operation
Pine64-Arch copied to clipboard

Waydroid only works with hardward acceleration disabled

Open DSchroer opened this issue 2 years ago • 4 comments

  • Device: Pinephone Pro
  • Kernel Version : 5.16.14-1-danctnix
  • UI: Phosh

Steps to reproduce

  1. install waydroid: sudo pacman -S waydroid
  2. setup images: sudo waydroid init
  3. start service sudo systemctl enable waydroid && sudo systemctl start waydroid
  4. 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.

DSchroer avatar Mar 18 '22 21:03 DSchroer

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).

e-dorigatti avatar Mar 23 '22 17:03 e-dorigatti

If that's the case which project should this be referred to?

DSchroer avatar Mar 23 '22 21:03 DSchroer

I've already opened an issue for this: waydroid/waydroid#291

Elara6331 avatar Mar 31 '22 20:03 Elara6331

Building from latest Waydroid repository sources seems to solve the problem: 3-step guide

rothn avatar Sep 19 '22 01:09 rothn