10.4 Wacom Multi-monitor mapping

Asked by Talia

I'm running multiple monitors and I cannot figure out how to get my Intuos 3 6x8 Wacom tablet to map to only one monitor, at a proper aspect ratio. Right now it's stretched over both monitors, and this makes it basically useless for drawing, because of the non-square aspect ratio. I'd like to know how to change the mapping.
In addition, the windows drivers have a feature letting you switch the tablet mapping between two monitors by pressing one of the tablet buttons. If anyone can suggest a method of doing this (possible a shell script?) I would be grateful.
Thank you!

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xf86-input-wacom Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Marc Stewart (marc.stewart) said :
#1

You'll need to edit the configuration with root privileges. Open a terminal (Applications > Accessories > Terminal) and type:
gksudo gedit /usr/lib/X11/xorg.conf.d/10-wacom.conf
(That should all be on one line, and watch out for the capital X in X11)

Before the "EndSection" line of the section which starts with:
    Identifier "Wacom class"
add the following options:
Option "KeepShape" "on"
Option "ScreenNo" "0"
Replace the 0 with a 1 if you need to constrain the cursor to the other monitor.

Be careful to type correctly. Errors can prevent your computer from starting properly—I learnt this the hard way.
Save the file and reboot to activate the changes.

There are plenty of other options that can be added. In the terminal type:
man wacom
to read about them all. For example I have
Option "TPCButton" "on"
Option "PressCurve" "25,0,100,100"
so pen-button presses aren't activated until I touch the tablet, and it's easier to draw soft lines.

I haven't figured out how to get the tablet buttons to work though yet.
http://www.backports.ubuntuforums.org/showthread.php?t=1062625&page=2
mentions a bug and a solution, but I only found it the other day so I haven't tried it.

I also found these useful to get me started in figuring this out:
https://help.ubuntu.com/community/Wacom
http://alexmac.cc/tablet-apps/
http://www.taiabati.com/linux/Wacom_ArtPad_in_Fedora_Core_2.php

Revision history for this message
Marc Stewart (marc.stewart) said :
#2

And xsetwacom can probably used to change between the monitors.
http://linuxwacom.sourceforge.net/index.php/howto/xsetwacom

Can you help with this problem?

Provide an answer of your own, or ask Talia for more information if necessary.

To post a message you must log in.