I am using Ubuntu 12.10 and I am running dual screens(23inch and 15 inch). I have a wacom intuos 2 9x12 that will will not map correctly to my second monitor which is also 9x12(1400x1050). The reason I need to solve this is because I have created a homemade cintiq and I draw on the screen (you can see what I'm talking about here: http://forum.bongofish.co.uk/index.php?topic=2096.0). The pen matches quite accurately on the x axis of my screen, so I believe the width of my wacom tablet area is okay. I think the problem is the y axis of my wacom. The cursor matches my pen towards the bottom of the screen, but as I move to the top of the screen, the distance from my pen tip to the cursor increases(the cursor is about 1 inch below pen when at top of screen).
I have looked on the Internet for hours trying to find a solution and I cannot find any.
Also, I want to say that this problem only happens in Ubuntu, I also have Windows 7 installed, and the wacom matches the screen perfectly. I'm also a complete noob to linux so I don't know much about navigating terminal.
xsetwacom --set 10 MapToOutput HDMI-2
– Alf Oct 29 '19 at 21:03xsetwacom
also accepts the nameWacom BambooPT 2FG 4x5 Pen
as input, which is a better identifier in a script. Theid
might change if you change your input devices. – red_trumpet Jan 22 '21 at 12:03xsetwacon --set <id> MapToOutput next
to just cycle through the screens until you get the one you want, which is usually what I end up doing. – Silvio Mayolo Oct 25 '23 at 20:49