How can I get my Wacom tablet to use the mouse in relative (touchpad) mode?
I am currently using Ubuntu 11.10 with a first edition Wacom Bamboo Fun 4x6 tablet. The Wacom tablet driver in Ubuntu acknowledges the Wacom pen and its buttons just fine.
However, it doesn't switch to relative mode when I use the Wacom mouse. Also, switching to relative mode manually using the applet in System Settings will not work with the mouse. It stays in absolute or tablet mode.
mouse wacom bamboo
add a comment |
I am currently using Ubuntu 11.10 with a first edition Wacom Bamboo Fun 4x6 tablet. The Wacom tablet driver in Ubuntu acknowledges the Wacom pen and its buttons just fine.
However, it doesn't switch to relative mode when I use the Wacom mouse. Also, switching to relative mode manually using the applet in System Settings will not work with the mouse. It stays in absolute or tablet mode.
mouse wacom bamboo
OP are you still looking for an answer? If so, you may need to repost your question as this is flagged for closure. Regards,
– Ringtail
Mar 27 '12 at 21:05
add a comment |
I am currently using Ubuntu 11.10 with a first edition Wacom Bamboo Fun 4x6 tablet. The Wacom tablet driver in Ubuntu acknowledges the Wacom pen and its buttons just fine.
However, it doesn't switch to relative mode when I use the Wacom mouse. Also, switching to relative mode manually using the applet in System Settings will not work with the mouse. It stays in absolute or tablet mode.
mouse wacom bamboo
I am currently using Ubuntu 11.10 with a first edition Wacom Bamboo Fun 4x6 tablet. The Wacom tablet driver in Ubuntu acknowledges the Wacom pen and its buttons just fine.
However, it doesn't switch to relative mode when I use the Wacom mouse. Also, switching to relative mode manually using the applet in System Settings will not work with the mouse. It stays in absolute or tablet mode.
mouse wacom bamboo
mouse wacom bamboo
edited Sep 14 '12 at 6:53
jokerdino♦
32.5k21118186
32.5k21118186
asked Nov 7 '11 at 14:22
N.C. WeberN.C. Weber
128311
128311
OP are you still looking for an answer? If so, you may need to repost your question as this is flagged for closure. Regards,
– Ringtail
Mar 27 '12 at 21:05
add a comment |
OP are you still looking for an answer? If so, you may need to repost your question as this is flagged for closure. Regards,
– Ringtail
Mar 27 '12 at 21:05
OP are you still looking for an answer? If so, you may need to repost your question as this is flagged for closure. Regards,
– Ringtail
Mar 27 '12 at 21:05
OP are you still looking for an answer? If so, you may need to repost your question as this is flagged for closure. Regards,
– Ringtail
Mar 27 '12 at 21:05
add a comment |
1 Answer
1
active
oldest
votes
Information provided here, can be useful for you in order to properly configure your tablet using the xsetwacom utility.
Pay special attention to this part, which defines the tablet mode:
Mode
The Mode parameter sets the device mode as either Relative, the default for cursor (the Wacom tablet mouse) and tablet touch or
Absolute, the default for the stylus, eraser, and tablet PC touch.
Relative Mode means pointer tracking for the device will function like
a mouse, whereas Absolute Mode means the pointer corresponds to the
device's actual position on the tablet or tablet PC screen. An example
of the command would be: xsetwacom set "device name" Mode "Absolute"
Note that using the Mode parameter in an xsetwacom command will
prevent you from pulling a Guideline in Gimp with your mouse due to a
long standing GTK bug.
There is a way to make this behavior the default and make it permanent. All the information is provided in the appropriate section.
Good luck!
In typical WWW fashion, the reference link has died. Please supply in the answer how to make it permanent? For xorg apparently you need to either append set commands to~/.xinitrc
or change/usr/share/X11/xorg.conf.d/70-wacom.conf
-- not at all obvious from the manpage.
– Maarten
Nov 25 '18 at 12:12
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f76652%2fhow-can-i-get-my-wacom-tablet-to-use-the-mouse-in-relative-touchpad-mode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Information provided here, can be useful for you in order to properly configure your tablet using the xsetwacom utility.
Pay special attention to this part, which defines the tablet mode:
Mode
The Mode parameter sets the device mode as either Relative, the default for cursor (the Wacom tablet mouse) and tablet touch or
Absolute, the default for the stylus, eraser, and tablet PC touch.
Relative Mode means pointer tracking for the device will function like
a mouse, whereas Absolute Mode means the pointer corresponds to the
device's actual position on the tablet or tablet PC screen. An example
of the command would be: xsetwacom set "device name" Mode "Absolute"
Note that using the Mode parameter in an xsetwacom command will
prevent you from pulling a Guideline in Gimp with your mouse due to a
long standing GTK bug.
There is a way to make this behavior the default and make it permanent. All the information is provided in the appropriate section.
Good luck!
In typical WWW fashion, the reference link has died. Please supply in the answer how to make it permanent? For xorg apparently you need to either append set commands to~/.xinitrc
or change/usr/share/X11/xorg.conf.d/70-wacom.conf
-- not at all obvious from the manpage.
– Maarten
Nov 25 '18 at 12:12
add a comment |
Information provided here, can be useful for you in order to properly configure your tablet using the xsetwacom utility.
Pay special attention to this part, which defines the tablet mode:
Mode
The Mode parameter sets the device mode as either Relative, the default for cursor (the Wacom tablet mouse) and tablet touch or
Absolute, the default for the stylus, eraser, and tablet PC touch.
Relative Mode means pointer tracking for the device will function like
a mouse, whereas Absolute Mode means the pointer corresponds to the
device's actual position on the tablet or tablet PC screen. An example
of the command would be: xsetwacom set "device name" Mode "Absolute"
Note that using the Mode parameter in an xsetwacom command will
prevent you from pulling a Guideline in Gimp with your mouse due to a
long standing GTK bug.
There is a way to make this behavior the default and make it permanent. All the information is provided in the appropriate section.
Good luck!
In typical WWW fashion, the reference link has died. Please supply in the answer how to make it permanent? For xorg apparently you need to either append set commands to~/.xinitrc
or change/usr/share/X11/xorg.conf.d/70-wacom.conf
-- not at all obvious from the manpage.
– Maarten
Nov 25 '18 at 12:12
add a comment |
Information provided here, can be useful for you in order to properly configure your tablet using the xsetwacom utility.
Pay special attention to this part, which defines the tablet mode:
Mode
The Mode parameter sets the device mode as either Relative, the default for cursor (the Wacom tablet mouse) and tablet touch or
Absolute, the default for the stylus, eraser, and tablet PC touch.
Relative Mode means pointer tracking for the device will function like
a mouse, whereas Absolute Mode means the pointer corresponds to the
device's actual position on the tablet or tablet PC screen. An example
of the command would be: xsetwacom set "device name" Mode "Absolute"
Note that using the Mode parameter in an xsetwacom command will
prevent you from pulling a Guideline in Gimp with your mouse due to a
long standing GTK bug.
There is a way to make this behavior the default and make it permanent. All the information is provided in the appropriate section.
Good luck!
Information provided here, can be useful for you in order to properly configure your tablet using the xsetwacom utility.
Pay special attention to this part, which defines the tablet mode:
Mode
The Mode parameter sets the device mode as either Relative, the default for cursor (the Wacom tablet mouse) and tablet touch or
Absolute, the default for the stylus, eraser, and tablet PC touch.
Relative Mode means pointer tracking for the device will function like
a mouse, whereas Absolute Mode means the pointer corresponds to the
device's actual position on the tablet or tablet PC screen. An example
of the command would be: xsetwacom set "device name" Mode "Absolute"
Note that using the Mode parameter in an xsetwacom command will
prevent you from pulling a Guideline in Gimp with your mouse due to a
long standing GTK bug.
There is a way to make this behavior the default and make it permanent. All the information is provided in the appropriate section.
Good luck!
answered Nov 7 '11 at 17:41
Geppettvs D'ConstanzoGeppettvs D'Constanzo
16.2k43283
16.2k43283
In typical WWW fashion, the reference link has died. Please supply in the answer how to make it permanent? For xorg apparently you need to either append set commands to~/.xinitrc
or change/usr/share/X11/xorg.conf.d/70-wacom.conf
-- not at all obvious from the manpage.
– Maarten
Nov 25 '18 at 12:12
add a comment |
In typical WWW fashion, the reference link has died. Please supply in the answer how to make it permanent? For xorg apparently you need to either append set commands to~/.xinitrc
or change/usr/share/X11/xorg.conf.d/70-wacom.conf
-- not at all obvious from the manpage.
– Maarten
Nov 25 '18 at 12:12
In typical WWW fashion, the reference link has died. Please supply in the answer how to make it permanent? For xorg apparently you need to either append set commands to
~/.xinitrc
or change /usr/share/X11/xorg.conf.d/70-wacom.conf
-- not at all obvious from the manpage.– Maarten
Nov 25 '18 at 12:12
In typical WWW fashion, the reference link has died. Please supply in the answer how to make it permanent? For xorg apparently you need to either append set commands to
~/.xinitrc
or change /usr/share/X11/xorg.conf.d/70-wacom.conf
-- not at all obvious from the manpage.– Maarten
Nov 25 '18 at 12:12
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f76652%2fhow-can-i-get-my-wacom-tablet-to-use-the-mouse-in-relative-touchpad-mode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
OP are you still looking for an answer? If so, you may need to repost your question as this is flagged for closure. Regards,
– Ringtail
Mar 27 '12 at 21:05