dreemurrs-embedded / Pine64-Arch

:penguin: Arch Linux ARM for your PinePhone/Pro and PineTab/2
701 stars 107 forks source link

Waydroid only works with hardward acceleration disabled #353

Closed DSchroer closed 1 year ago

DSchroer commented 2 years ago

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.

e-dorigatti commented 2 years ago

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

DSchroer commented 2 years ago

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

Elara6331 commented 2 years ago

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

rothn commented 2 years ago

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