Hello
I want to write a mouse driver with better mouse wheel behavior for mouse integration.
Currently it simulates a touch screen, which is somewhat laggy, slow on focus change and accelerates some scroll events so that it keeps scrolling and skips large distances.
Without mouse integration these problems are gone, so I think I can reuse some parts of the code.
I know how to write drivers, but I am unfamiliar with the VirtualBox project. Any Idea where to start?
Greetings
VirtualBox 6.1.16
Host: Windows 10
Guest: Xubuntu 20.04
Improving Mouse Drivers for Linux Guest
-
- Volunteer
- Posts: 2556
- Joined: 30. May 2007, 18:05
- Primary OS: Fedora other
- VBox Version: PUEL
- Guest OSses: XP, Win7, Linux, OS/2
Re: Improving Mouse Drivers for Linux Guest
Did you test the other mouse modes available with
VBoxManage modifyvm <vmname> --mouse ps2|usb|usbtablet|usbmultitouch
VBoxManage modifyvm <vmname> --mouse ps2|usb|usbtablet|usbmultitouch
Re: Improving Mouse Drivers for Linux Guest
Yes! It was the first thing I've tested. At this time I thought it was a graphics problem and tried all combinations of settings.Martin wrote:Did you test the other mouse modes available with
VBoxManage modifyvm <vmname> --mouse ps2|usb|usbtablet|usbmultitouch
Unfortunately it will be a very quick & dirty solution.scottgus1 wrote:Sounds like an interesting project!
I will have a look at the documentation and get back as soon as I have any questions.