-
Notifications
You must be signed in to change notification settings - Fork 33
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
insmod: could not insert module virtual_touchscreen.ko: Key was rejected by service #10
Comments
After disabling secure boot, it load the module but touchscreen dont happen, i dont see touchscreen "touch" on my screen, and no /dev/virtual_touchscreen device
|
To use the module with secure boot, you need to build and sign it in a certain, peculiar way (provided you use your own key for secure boot and can decide what is allowed and what is not).
After that you can also need to propagate the other end of virtual_touchscreen to the GUI. With xorg and udev it typically happens automatically, but if |
Thanks, now i have a but :
i am using xorg (x11), can you tell me what should i do next please ? when i run ./virtual_touchscreen.clj i have this logs :
|
I tried running Note that there is a pre-built jar, which may work some other way. The GUI was created long ago, when Clojure was probably different and Java Swing was a thing.
Try Then you should check (or create if needed) new When you see that new virtual_touchscreen's evdev input device does work, you should connect the GUI to |
finally after reboot this work :
|
xinput give me :
it mean i can analyse with : so this bellow should be enough ?
thanks for your help |
It probably means that the virtual touchscreen is ready to go.
While having this on, if you drag the touchers to the touch area in the GUI you should see some input disruptions, but it is typically not convenient to control the virtual touchscreen from the same device it is connected to. You can run the GUI on one host (controlling) and |
Unlikely. Maybe you want something like multiple mouse cursors - one real and others virtual? Maybe you can set up something like multi-pointer with virtual_touchscreen, but I haven't tried that myself. Typically multiple touchers in virtual touchscreen is mutliple virtual fingers on one touchscreen, allowing to simulate gestures like pinch to zoom, rotate, etc. What do you want to do with The GUI is not the only thing you can connect to it, it is mostly to show example of an event sequence that |
I need to test touch event on qemu 8 GUI (gtk gui), for a windows VM I dont want to buy a PC touchscreen for this :D |
Maybe you can supply touch events to qemu some other way, not by emulating the touchscreen on Linux kernel level? Or maybe you can forward evdev to qemu directly, not though xorg? Or maybe you can make multi-pointer setup and grab one of those pointers in qemu? If PC touchscreen is a USB device and production system will use the same touchscreen model then testing with the same model of the touchscreen may be more reliable and more representative of the production system. Qemu can forward USB devices into the VM. |
Hello,
i am trying to install
do you know a workaround ?
thanks
The text was updated successfully, but these errors were encountered: