Get battery level of Wacom tablet?How to get a Wacom Bamboo tablet working properly in an Ubuntu VM on a...
Early credit roll before the end of the film
Absorbing damage with Planeswalker
Can we harness potential energy?
Words and Words with "ver-" Prefix
How can I remove (non-trivial) duplicates from a VCF file?
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
How to make ice magic work from a scientific point of view?
Line of Bones to Travel and Conform to Curve (Like Train on a Track, Snake...)
What sets the resolution of an analog resistive sensor?
How do you funnel food off a cutting board?
How can I play a serial killer in a party of good PCs?
Why are the books in the Game of Thrones citadel library shelved spine inwards?
Variable is not visible
Avoid page break between paragraphs
How to play electric guitar and bass as a duet
Why did Democrats in the Senate oppose the Born-Alive Abortion Survivors Protection Act (2019 S.130)?
How much mayhem could I cause as a sentient fish?
Does every functor from Set to Set preserve products?
Constexpr if with a non-bool condition
What is the difference between rolling more dice versus fewer dice?
What is the purpose of easy combat scenarios that don't need resource expenditure?
Why do neural networks need so many training examples to perform?
Is there any risk in sharing info about technologies and products we use with a supplier?
How to use Mathematica to do a complex integrate with poles in real axis?
Get battery level of Wacom tablet?
How to get a Wacom Bamboo tablet working properly in an Ubuntu VM on a Mac?Wacom tablet support in UbuntuWacom Tablet in 13.04Wacom Intuos Pro PTH-451/K “Tablet not detected”wacom tablet compatibilityWacom Tablet GUI - no tablet detectedWacom Bamboo Pad not working Ubuntu 17.04Proper Install Tablet WACOM Intuos Pen&Touch CTH-480 on Ubuntu 17.10how will an in place upgrade from 16.04 to 18.04 affect any installed programsWacom Cintiq tablet issues in Ubuntu 17.10
I've been playing about with a Wacom Intuous drawing tablet lately using the wireless kit, and everything I want to do works just fine, but I have no way of checking the battery level. According to Wacom's documentation, there is no indication from the device itself, even when the battery is low. To check, Wacom's software must be used, which I assume will only work under Windows.
wacom graphics-tablet
add a comment |
I've been playing about with a Wacom Intuous drawing tablet lately using the wireless kit, and everything I want to do works just fine, but I have no way of checking the battery level. According to Wacom's documentation, there is no indication from the device itself, even when the battery is low. To check, Wacom's software must be used, which I assume will only work under Windows.
wacom graphics-tablet
add a comment |
I've been playing about with a Wacom Intuous drawing tablet lately using the wireless kit, and everything I want to do works just fine, but I have no way of checking the battery level. According to Wacom's documentation, there is no indication from the device itself, even when the battery is low. To check, Wacom's software must be used, which I assume will only work under Windows.
wacom graphics-tablet
I've been playing about with a Wacom Intuous drawing tablet lately using the wireless kit, and everything I want to do works just fine, but I have no way of checking the battery level. According to Wacom's documentation, there is no indication from the device itself, even when the battery is low. To check, Wacom's software must be used, which I assume will only work under Windows.
wacom graphics-tablet
wacom graphics-tablet
asked Jul 27 '18 at 22:26
spacer GIFspacer GIF
1629
1629
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
In principle, you should be able to do it in a terminal emulator with upower
. Firstly, find the device name:
[romano:~] % upower -e
/org/freedesktop/UPower/devices/tablet_wacom_battery_1
/org/freedesktop/UPower/devices/DisplayDevice
and then, inquire:
[romano:~] % upower -i /org/freedesktop/UPower/devices/tablet_wacom_battery_1
native-path: wacom_battery_1
model: Wacom Intuos PT S (WL)
power supply: no
updated: Wed 27 Feb 2019 18:10:02 CET (77 seconds ago)
has history: yes
has statistics: yes
tablet
warning-level: none
percentage: 100%
icon-name: 'battery-full-charged-symbolic'
...now, I have the sensation that it shows either 100% or nothing if it's dead ;-)...
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%2f1060164%2fget-battery-level-of-wacom-tablet%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
In principle, you should be able to do it in a terminal emulator with upower
. Firstly, find the device name:
[romano:~] % upower -e
/org/freedesktop/UPower/devices/tablet_wacom_battery_1
/org/freedesktop/UPower/devices/DisplayDevice
and then, inquire:
[romano:~] % upower -i /org/freedesktop/UPower/devices/tablet_wacom_battery_1
native-path: wacom_battery_1
model: Wacom Intuos PT S (WL)
power supply: no
updated: Wed 27 Feb 2019 18:10:02 CET (77 seconds ago)
has history: yes
has statistics: yes
tablet
warning-level: none
percentage: 100%
icon-name: 'battery-full-charged-symbolic'
...now, I have the sensation that it shows either 100% or nothing if it's dead ;-)...
add a comment |
In principle, you should be able to do it in a terminal emulator with upower
. Firstly, find the device name:
[romano:~] % upower -e
/org/freedesktop/UPower/devices/tablet_wacom_battery_1
/org/freedesktop/UPower/devices/DisplayDevice
and then, inquire:
[romano:~] % upower -i /org/freedesktop/UPower/devices/tablet_wacom_battery_1
native-path: wacom_battery_1
model: Wacom Intuos PT S (WL)
power supply: no
updated: Wed 27 Feb 2019 18:10:02 CET (77 seconds ago)
has history: yes
has statistics: yes
tablet
warning-level: none
percentage: 100%
icon-name: 'battery-full-charged-symbolic'
...now, I have the sensation that it shows either 100% or nothing if it's dead ;-)...
add a comment |
In principle, you should be able to do it in a terminal emulator with upower
. Firstly, find the device name:
[romano:~] % upower -e
/org/freedesktop/UPower/devices/tablet_wacom_battery_1
/org/freedesktop/UPower/devices/DisplayDevice
and then, inquire:
[romano:~] % upower -i /org/freedesktop/UPower/devices/tablet_wacom_battery_1
native-path: wacom_battery_1
model: Wacom Intuos PT S (WL)
power supply: no
updated: Wed 27 Feb 2019 18:10:02 CET (77 seconds ago)
has history: yes
has statistics: yes
tablet
warning-level: none
percentage: 100%
icon-name: 'battery-full-charged-symbolic'
...now, I have the sensation that it shows either 100% or nothing if it's dead ;-)...
In principle, you should be able to do it in a terminal emulator with upower
. Firstly, find the device name:
[romano:~] % upower -e
/org/freedesktop/UPower/devices/tablet_wacom_battery_1
/org/freedesktop/UPower/devices/DisplayDevice
and then, inquire:
[romano:~] % upower -i /org/freedesktop/UPower/devices/tablet_wacom_battery_1
native-path: wacom_battery_1
model: Wacom Intuos PT S (WL)
power supply: no
updated: Wed 27 Feb 2019 18:10:02 CET (77 seconds ago)
has history: yes
has statistics: yes
tablet
warning-level: none
percentage: 100%
icon-name: 'battery-full-charged-symbolic'
...now, I have the sensation that it shows either 100% or nothing if it's dead ;-)...
answered 16 mins ago
RmanoRmano
25.4k879146
25.4k879146
add a comment |
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.
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%2f1060164%2fget-battery-level-of-wacom-tablet%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