Yuri Benditovich
Yuri Benditovich
@as1988 Can you please reproduce the BSOD problem one more time with active logging from the driver: 1. Please attached batch file into any writeable directory on the VM, rename...
You can collect logs from the existing driver (released for Windows). See https://github.com/virtio-win/kvm-guest-drivers-windows/tree/master/Tools/Trace for batch files, they record ETL file. In order to decode the ETL file use ParseTrace.bat under...
Please provide also the output of evtest for the touchpad event device (the output before the evtest starts waiting for events from the device)
In this case I'd expect to receive full output of sudo evtest /dev/input/event6 After it prints "Testing ... (interrupt to exit)", please use Ctrl-C to exit.
[win8-64-fixed.zip](https://github.com/virtio-win/kvm-guest-drivers-windows/files/3925092/win8-64-fixed.zip) Please confirm the attached driver solves the problem (test mode required to install it, i.e. "bcdedit /set testsigning on" + reboot) The driver is good for x64 win8+
> Hello again, > click and double click seems to be not manage pas vioinput touchpad compare to the same touchpad on windows native installation. > NIcolas Can you please...
I suggest also to compare it with the behavior in Linux guest
Regarding the touch click: I suspect that the touchpad click can work or not depending on touchpad model. If the touch pad emits 'left click' event by itself, it will...
There is a pull request that might be helpful https://github.com/virtio-win/kvm-guest-drivers-windows/pull/530 If you want, you can build the driver with it and try it.
@YYFUnique I suspect you try to do some odd modification of the driver. Device's memory (BAR0) is not intended to random write operation. It should be accessed only as 32-bit...