You are not logged in.
Hey all, this is my first post to the Arch Linux forums so please tell me if I do anything wrong.
So I recently purchased a graphics tablet off of Craigslist because I wanted one and it was cheap. Didn't know I would be suffering multiple headaches over it. It works fine with a single monitor, but with two, ugh.
My main problem is that the way that my setup is configured is I have two monitors stacked on top of each other like so:

Whatever default driver is used (I think it's just libinput) works fine with the tablet. Problem is: when I go to write something on the tablet, the drawing is stretched 2x vertically because the tablet is mapped to use both monitors; the top of the tablet is the top of HDMI1 and the bottom of the tablet is the bottom of eDP1.
To try to solve this issue I experimented with the wacom drivers posted on the Wiki, but to no avail (the mouse didn't even move at all). I just don't think my tablet is supported by xsetwacom (yes I followed the wiki and found the tablet's "VID:PID" and wrote an xorg config for it).
Any thoughts on how to map the tablet to only one monitor without the wacom project?
Some related commands for those who care:
> lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 04f3:2700 Elan Microelectronics Corp. Touchscreen
Bus 001 Device 004: ID 04f2:b627 Chicony Electronics Co., Ltd HP Wide Vision HD Camera
Bus 001 Device 003: ID 1b1c:1b3c Corsair Corsair Gaming HARPOON RGB Mouse
Bus 001 Device 006: ID 8087:0026 Intel Corp.
Bus 001 Device 008: ID 0b57:9091 Beijing HanwangTechnology Co., Ltd Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubYou can see that the tablet is 0b57:9091. Weird name because it is definitely some weird generic tablet.
> dmesg
[ 1708.854521] usb 1-1: new full-speed USB device number 8 using xhci_hcd
[ 1708.996846] usb 1-1: New USB device found, idVendor=0b57, idProduct=9091, bcdDevice= 1.01
[ 1708.996850] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1708.996853] usb 1-1: Product: Tablet
[ 1708.996854] usb 1-1: Manufacturer: HanWang
[ 1709.000780] input: HanWang Tablet Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0B57:9091.0006/input/input32
[ 1709.001585] hid-generic 0003:0B57:9091.0006: input,hiddev0,hidraw0: USB HID v1.00 Mouse [HanWang Tablet] on usb-0000:00:14.0-1/input0As you can see it is using generic drivers (input,hiddev0,hidraw0), which is fine since I don't need any fancy sensitivity tracking or anything. Problem is I don't know how to configure them to map the mouse input to one screen.
Offline