Skip to content
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

After installing driver tablet pen only moves on X axis #3297

Open
5 tasks done
DiogoSantosTeixeira opened this issue Apr 24, 2024 · 10 comments
Open
5 tasks done

After installing driver tablet pen only moves on X axis #3297

DiogoSantosTeixeira opened this issue Apr 24, 2024 · 10 comments
Labels
bug Something isn't working configuration Adds or modifies a tablet configuration

Comments

@DiogoSantosTeixeira
Copy link

Steps to Reproduce

  1. Using Nobara Linux plugged tablet and pen moved correctly right away
  2. Installed OTD following instructions for fedora and the tablet was detected
  3. Also followed instructions on how to autostart OTD

Expected Behavior

Be able to move pen cursor

Observed Behavior

Pen moves across the X axis but is stuck in the Y axis, so it moves in a single horizontal line across the very top of the screen.

Tablet Device

XP-Pen G430S

Diagnostic Information

Exported diagnostics
diagnostictablet.json

Acknowledgements

  • I have installed OpenTabletDriver by following its official installation instructions.
  • I have checked the OpenTabletDriver Wiki and respective FAQ pages, and my issue was not covered or actually fixed.
  • I have searched the existing issues and this new issue is not a duplicate of any.
  • I have written a concise and meaningful title.
  • I am on the latest version of OpenTabletDriver.
@DiogoSantosTeixeira DiogoSantosTeixeira added the bug Something isn't working label Apr 24, 2024
@github-actions github-actions bot added the needs-triage This issue or PR has not been properly labeled yet label Apr 24, 2024
@jamesbt365
Copy link
Member

jamesbt365 commented Apr 24, 2024

Could you record the tablet > tablet debugger?

@jamesbt365 jamesbt365 added configuration Adds or modifies a tablet configuration and removed needs-triage This issue or PR has not been properly labeled yet labels Apr 24, 2024
@DiogoSantosTeixeira
Copy link
Author

I think i did it, is it this ?
tablet-data.txt

@jamesbt365
Copy link
Member

Did it work fine before you installed OTD? Because your tablet isn't reporting changes in the y-axis data, its just statically using the same values.

@DiogoSantosTeixeira
Copy link
Author

Yeah it worked fine with whatever controller Nobara has by default, i just plugged it in for the first and it worked. Only thing was that i could not change the active area.

@jamesbt365
Copy link
Member

Well OTD can't really affect the raw data from the tablet, the tablet debugger just shows whats coming in from the tablet.

Unless this is a different variant of the tablet (i highly doubt this, nobody else has reported this, and the identifiers are the same) that require different inits or something I wouldn't be too sure that it is a configuration issue.

Are you sure you don't have anything like a wireless charger, other charging/power bricks around the tablet? Try and isolate as much technology away from the tablet itself.

@DiogoSantosTeixeira
Copy link
Author

Well the tablet is not near anything really but just to be sure i tried unplugging everything else (cause i have a bluetooth dongle and a wireless mouse) with no luck, also tried different usb ports.
About the variant of the tablet, in OTD says "XP-Pen Star G430S V2" and at the bottom of the tablet says "SKU: StarG430S_B" idk if that checks out .
Also tried OTD in my other drive with Mint installed (not a fresh install) and it behaved exactly the same.

@DiogoSantosTeixeira
Copy link
Author

Could winusb be necessary?
Asking based on this - https://opentabletdriver.net/Tablets?search=g430

@jamesbt365
Copy link
Member

You're on Linux, WinUSB is a Windows thing. Feel free to Pcap the OEM driver and see what the OEM driver is sending.

@DiogoSantosTeixeira
Copy link
Author

I'm sorry, still new to linux.
Just finished the entire install guide testing the tablet at every step. The tablet began behaving like i described right after i ran "systemctl --user enable opentabletdriver.service --now". Before that it was moving correctly.
Also when run "libwacom-list-local-devices" i get:
devices:

  • name: 'XP-Pen G430S'
    bus: 'usb'
    vid: '0x28bd'
    pid: '0x0913'
    nodes:
    • /dev/input/event2: 'UGTABLET 4 inch PenTablet Mouse'
    • /dev/input/event4: 'UGTABLET 4 inch PenTablet'

@jamesbt365
Copy link
Member

We would need a USB packet capture on windows with the OEM driver to diagnose the actual reasoning behind it not working, as it stands the tablet is not reporting the Y axis correctly, the raw data indicates its locked to a specific value while in range.

Or, you could try messing around yourself with possible initialization processes, there is a chance specifically your tablet doesn't respond properly to the standard init process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working configuration Adds or modifies a tablet configuration
Projects
None yet
Development

No branches or pull requests

2 participants