ardera / flutter-pi

A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
MIT License
1.48k stars 153 forks source link

mouse cursor not showed under x64 linux #372

Closed sparrowu93 closed 5 months ago

sparrowu93 commented 5 months ago

When running a Flutter app on Debian 12 with an Intel Core GPU and a screen resolution of 1336x768, the mouse cursor isn't visible. However, the mouse hover event is detected when moving over the app bar icons.

Upon checking the error log, the following message appears when the mouse is in motion:

window.c: GBM BO has unsupported framebuffer stride 128, expected was: 88

Maybe the cursor seems larger than expected?