Skip to content

Mouse not working #337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GitHobi opened this issue Jun 8, 2023 · 6 comments · Fixed by #323
Closed

Mouse not working #337

GitHobi opened this issue Jun 8, 2023 · 6 comments · Fixed by #323

Comments

@GitHobi
Copy link

GitHobi commented Jun 8, 2023

Hi there. I'm not sure if I'm missing something - or if it simply does not work, so I kindly ask for advice.
I have successfully installed flutter-pi and my test applications are running - but I have no mouse support.

In the output I see the following message:

...
[compositor] GPU does not supported the desired HW plane order.
[compositor] Preferred framebuffer depth for hardware cursor is not supported by flutter-pi.
[compositor] Could not set the mouse cursor buffer. drmModeSetCursor: Invalid argument
[flutter-pi] Error enabling / disabling mouse cursor. compositor_apply_cursor_state: Invalid argument

Are there any settings I have missed? (I'm on RPI3).

Besides that: Impressive work! Thanks for that!

@ardera
Copy link
Owner

ardera commented Jun 10, 2023

Can you try with the feature/compositor-ng branch?

@ardera ardera linked a pull request Jun 10, 2023 that will close this issue
@GitHobi
Copy link
Author

GitHobi commented Jun 10, 2023

Thanks for your response.
Just gave it a try. With compositor-ng a mouse cursor is shown once I move the mouse. But the mouse cursor itself does not move, it sticks on the upper left corner :(
In the console I get a lot of such messages:
compositor_ng.c: Attempted to move cursor while cursor is disabled.

@ardera
Copy link
Owner

ardera commented Jun 12, 2023

Can you try again with latest feature/compositor-ng? Added some fixes for mouse cursor support there :)

Besides that: Impressive work! Thanks for that!

Thanks btw, appreciate it!

@GitHobi
Copy link
Author

GitHobi commented Jun 12, 2023

Just tried your latest version from feature/compositor-ng ... the mouse is not working as expected! Your fixes seem solve my issue!
Great job any many thanks!

@ardera
Copy link
Owner

ardera commented Jun 12, 2023

Glad it's fixed :) I'll close this when feature/compositor-ng is merged into master.

@klushund
Copy link

Info: My Mouse problem (no mouse shown) is also solved in feature/compositor-ng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants