@mikhailvorontsov Yep, it runs with wine, and pressure works, but you may need to use OpenTabletDriver. I use a very old Cintiq (DTK-2200/K) and I had to add support to OpenTabletDriver myself to get it working. You should be able to run in a VM without performance issues if you have full virtualization enabled for your CPU (AMD-V or VT-X, must be enabled in the BIOS), and give enough processing power to the VM.
neat! forgive the slight change of topic and using you as my search engine... does that mean you have sai2 (!) running on linux+wine ? does that also mean you have actual pen-pressure working? i did not think it was possible. i myself tried twice and it only ever registeres full pressure (=mouse click) or no pressure... i am forced to run sai2 on a windows-vm (with terrible performance penalties)
what brand of drawing tablet do you use? have you had similar issues? :cryingcat:
i have an xp-pen tablet (similar to many chinese-off-brands)... tinkering with such under the hood stuff as custom drivers sounds intimidating lol i will look into this opentabletdriver thing, thank you very much! and your github too, ill see what information i can gather =)
yeah the problem with the VM is the fact that i have only one gpu and its reserved for my host... which means the virtual win10 runs without a gpu and has a significant lag+low fps
@mikhailvorontsov I think a lot of XP-Pen tablets are already supported, and if yours is not, then you can ask on the OTD Discord for a new config to be made for your tablet, which is probably a simple addition. Are you using virtualbox to run your VM? I had issues getting the GPU to work with that as well, but I think I had more success using virt-manager with qemu.
@cromachina youve given me more than i could have hoped for already with this new lead that is opentabletdriver! please dont feel obligated to be my tech support lol worst case i will finally have to admit defeat and buy a cheap used gpu from somebody :/
@mikhailvorontsov I think you'll be able to get it working. It is risky sometimes depending on what you use in SAI because it can freak out badly when wine's internals are not behaving. When I gather enough data about SAI's issues, I'll probably submit a bug report to WineHQ, but I'm not hopeful on it getting fixed anytime soon..
@mikhailvorontsov Looking back on this, I had actually gotten SAI working fine with virtualbox with less lag, and trying with qemu again, I ran into issues with SAI being unable to get a system identifier. One other minor annoyance with virtualbox is that the USB redirection stuff was closed source and virtualbox had to be recompiled each update in order to use it.
i hope so too! xp-pen has never given me trouble so far =)
i use qemu and virtmanager - i think i could pass through my gpu if i wanted to, the problem is the gpu is needed by the host lest i want to run a terminal-only version of my OS - i would need a second (however shitty) gpu to give its processing to the vm (but even crappy gpus arent free)
as it stands the vm uses cpu power from my host to manage the virtual display, and no matter how much cpu i give, the fps is capped