Windows mouse software not see mouse via wine
I run Pulsar mouse software via "Bottles" and software not see my mouse pluged. How I can fix this?
23 Replies
software that tries to interact with hardware directly almost never work through wine, this is expected
Oh. On another discord someone used bootles and for him works. He have other linux distro.
they are either using an unofficial bottles system package or they have done something with flatseal for bottles to give it the right permissions or done some other settings to get it to work.
my experience has always been to not bother with tools that try to interact directly with hardware.
Oh. So in this case only VM for editing mouse.
via this software 😦 .
its how i do it
VM with usb passthrough, worst case usb controller passthrough with pci passthrough (check if you have a usb controller in its own iommu group before doing this, use it only if you absolutely must)
"(check if you have a usb controller in its own iommu group before doing this, use it only if you absolutely must) " --> how check this?
I using this:
dont need to bother if just normal usb passthrough works
so check that first
This works
some usb devices do funny things when you plug them in and require the whole controller
yeah then you dont need to think about the usb controller if you can use that to change the mouse in the VM
And I don't know how disable this to using mouse again in my PC
using the software
I can't use mouse in software. Mouse stay in VM.
shut down the vm when youre done
I prefer save. So in this case I just shut down like normal windows.
if you absolutely need save then you need to ssh into your host and manually disconnect the mouse
And this is stay
Good I have 2nd mouse to plug
here is a script that will let you do that
just add the device id for the mouse into the devices array, save the file and execute it with sudo
sudo vm-attach detach
you can also do sudo vm-attach attach
to attach the moude then through ssh
but you need to SSH from the guest into the host
you can setup that yourselfI think I will stay with default.