jlam55555 / veikk-linux-driver

Linux driver for VEIKK-brand digitizers
139 stars 33 forks source link

A15 Pro X & Y Axis Are Opposite Then Screen X & Y Axis #33

Closed kantst0p closed 4 years ago

kantst0p commented 4 years ago

Instead of reading it the same as the screen x & y axis, it seems to have flipped the x & y axis around on the tablet to work in a vertical orientation on the screen instead of horizontally(the correct orientation). Running linux-headers-4.4.0-178-generic on Trisquel 8.0.

jlam55555 commented 4 years ago

For now, I would recommend using the configuration tool to change the orientation, but I don't know why this is the problem, since it is using the default orientation for all tablets (and shouldn't be different only for the A15 Pro). I want to see if other users report this same issue before attempting any changes.

kantst0p commented 4 years ago

I haven't been able to run the gui, I am a beginner in using the terminal to run commands. I have followed the instructions you have provided in the 'Compiling and executing the tool' section and am able to execute the 'qmake && make all clean' command, however when I execute the 'sudo ./veikk-linux-driver-gui' command(in root), it says "sudo: ./veikk-linux-driver-gui: command not found". I would also like to mention, the first time trying to install/configure the settings/package, my computer died suddenly(because it was left unplugged), it had two errors before that, and I was in the midst of reporting the issue when my work was lost, unable to be retrieved/remembered. I resolved at least one issue by now, which was the tablet not responding, but am lost to what the second problem was.

kantst0p commented 4 years ago

I've also noticed the input is not working, no button or touch/stroke works in application, only the cursor works. I have saved it as an input device in GIMP 2.10. The "left click" works on the pen, but that's it.

jlam55555 commented 4 years ago

@kantst0p Sorry for the late reply. Button support is coming in V3 of the driver, now that I think I've figured how to deal with mapping in user space. So if you got the cursor to work, the driver is working as intended for now.

kantst0p commented 4 years ago

Thank you.