makerplane / pyEfis

Electronic Flight Information System in Python
GNU General Public License v2.0
55 stars 31 forks source link

Lack of graphics acceleration on PI5 for weston #146

Closed e100 closed 2 months ago

e100 commented 4 months ago

To run Waydroid and display it within pyEFIS it is necessary to include weston inside the snap. Currently the snap is based on core22 and it seems graphics-core22 does not include drivers for the PI5.

Using core24 and graphics-core24 this issue is resolved and the performance difference is quite noticeable. With core22 startup of Lineage OS took 21 seconds, with core24 it takes 10.

Because core24 is not stable now I think the best thing to do is stick with core22 and migrate to core24 once it becomes stable.

core24 moving to stable is just a few months away: https://forum.snapcraft.io/t/road-to-core24/38357

e100 commented 2 months ago

The current edge and beta channels of the pyefis snap have been updated to core24, Android starts up much faster than it did with core22.

e100 commented 2 months ago

This was resolved with #183