-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mouse not working via VNC / VMware ESXi #61
Comments
So in reality this seems to have nothing to do with VNC but rather just the fact that dom0 does not properly interpret the mouse as a proper device. Here are some preliminary findings:
On a typical system I'll have to follow up on some linux system to see how its behavior differs from the Qubes setup. |
Wanted to note an adjacent matter: I recall the last time I 'persisted' the qubes.InputMouse RPC policy to allow the It was probably this one (at a glance/guess): freedomofpress/securedrop-workstation@bb637dd Might no longer be applicable (at least on 4.1) due to freedomofpress/securedrop-workstation@20ea5c6#diff-834091304e86b55f7c54d58c8dea60e83802184bf7888bde40f183532ccf9abf |
Thanks for the background / warning. |
Attempt at using treatingMarek suggested that this could be the same case as PiKVM which is detected as a mouse but sends instead absolute coordinates like a tablet. The original goal was to add some udev rules to lead to proper detection. However, I was not getting lucky with those and was finding it difficult to detect which rules were being applied an when. So I opted for another strategy instead. I modified elif 'ID_INPUT_MOUSE' in udevreturn and 'ID_USB_MODEL=VMware_Virtual_USB_Mouse' in udevreturn:
service = 'qubes-input-sender-tablet' and edited the dom0 policy for After restarting sys-usb (or re-running I think the "something got broken" hypothesis has a case here. Previously, with Removing mouse USB controller from sys-usb and not hidding usb controllers from dom0I was trying to get the USB mouse to directly mount to dom0.
But in the end this did not work. I could see the mouse in dom0 via Next steps
|
Follow up from the
I have not tried this solution yet, but it seems like this could be it. When searching for |
Follow up a bit more on this. I found an issue that looks exactly like the same year. But it was 15 years ago or so: https://bugzilla.redhat.com/show_bug.cgi?id=523914 |
The mouse is not properly working, which is a key requirement for interactive debugging of issues in CI.
Current situation
The text was updated successfully, but these errors were encountered: