Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Wacom Tablet KCM
Commits
1942fa40
Commit
1942fa40
authored
Dec 23, 2011
by
Jörg Ehrichs
Browse files
update the readme
parent
c97c1824
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
1942fa40
...
...
@@ -110,4 +110,43 @@ padbuttons=4 # available buttons on the pad
wheel=no
touchring=yes
touchstripl=no
touchstripr=no
\ No newline at end of file
touchstripr=no
hwbutton1=1 # these mag the physical button numbers to what the XServer likes to name them
hwbutton2=2 # see below for more information
hwbutton3=3
hwbutton4=8
--------------------------------------------------------------------
hwbuttonX explanantion:
Kernels >= 2.6.38 renamed the buttons for some reason.
xsetwacom does not work with the pysical hardware button numbers 1-X
but rather with the real numbers as seen by the XServer
In case you run into trouble with the buttons do the following:
* deinstall the kded/kcm ;)
* disconnect/reconnect the tablet
* run xev in the terminal
* move the mouse over the new window
* press the hardware buttons and write down what button xev sees
and now update the wacom_device list accordingly
for the new Pen & touch tablets before the kernel 2.6.38 we got
hwbutton1=1
hwbutton2=2
hwbutton3=3
hwbutton4=8
for kernels >= 2.6.38 we get
hwbutton1=3
hwbutton2=8
hwbutton3=9
hwbutton4=1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment