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
c13a967a
Commit
c13a967a
authored
May 03, 2011
by
Jörg Ehrichs
Browse files
update README file
parent
1ed97403
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
c13a967a
...
...
@@ -8,11 +8,17 @@ For hardware support have a look at http://www.linuxwacom.sourceforge.net
Easy profile switching is added via a small plasma applet.
In addition a daemon running in the background helps with hotplug support.
All tablets can be set up as long as they are found via xorg.conf or HAL configuration.
All tablets can be set up as long as they are found with the wacom kernal module.
Check with
$ xsetwacom list devices
if your device is correctly recognized first. If it dosn't show up here I can't configure it.
Components:
* kded:
runs in the background, detects a connected tablet and applies the pad button / stylus profile
detects xrandr rotation and rotates the tablet with it
apply global shortcuts for the the touch on/off stylus feature
* kcontrol module:
unified gui to set-up the buttons and other aspects of the tablet
...
...
@@ -22,6 +28,15 @@ Components:
Dependencies:
* wacom tablet driver especially the xsetwacom tool
* xserver-xorg-input-wacom >= 0.10.11
* kdelibs5-dev
* kdebase-workspace-dev
* xorg-dev
* xserver-xorg-dev
* libxi-dev
* libxinerama-dev
* x11proto-xinerama-dev
#################################################################
# install with
...
...
@@ -32,10 +47,16 @@ cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=relea
make
make install
# start with
#################################################################
# start with
First the background daemon must be running. You can logout/login or restart the kded with
$ kquitapp kded
$ kded
kcmshell4 kcm_wacomtablet
Afterwards you get a notice when you plugin your device and can configure it via
$kcmshell4 kcm_wacomtablet
or have a look in the system settings where the keyboard and mouse settings are
##################################################################
...
...
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