15.10.2024, 06:35 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]

Wacom Bamboo (Fun) Grafiktablett einbinden



Als Root in der Konsole einloggen

apt-get update


apt-get install wacom-tools xserver-xorg-input-wacom



Jetzt müssen noch ein paar Änderungen an der /etc/X11/xorg.conf vorgenommen werden. Wo ihr die in der xorg.conf rein tippert ist egal...
(Änderungen gehen nach einem Grafiktreiber-Update verloren, müssen dann also neu getippert werden)

Section "Input Device"
	Identifier	"stylus"
	Driver		"wacom"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"USB"		"on"
EndSection

Section "InputDevice"
	Identifier	"eraser"
	Driver		"wacom"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"USB"		"on"
EndSection

Section "InputDevice"
	Identifier	"cursor"
	Driver		"wacom"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"USB"		"on"
EndSection

# nur für Intuos3, Cintiq 21UX, Graphire 4 und Bamboo
Section "InputDevice"
	Identifier	"pad"
	Driver		"wacom"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"pad"
	Option		"USB"		"on"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"cursor"	"SendCoreEvents"
	InputDevice	"stylus"	"SendCoreEvents"
	InputDevice	"eraser"	"SendCoreEvents"
#Nur für Intuos3, Cintiq 21UX, Graphire 4 und Bamboo
	InputDevice	"pad"
EndSection


Um die Änderungen zu übernehmen, startet ihr einfach euren X-Server neu (Strg&Alt&Backspace)


Expresstasten konfigurieren

Um die Expresstasten zu konfigurieren öffnet ihr wieder eine Konsole (ohne Root).

Um nun den Tasten Befehle zuzuweisen gebt ihr folgendes ein:
xsetwacom set pad Button1 "core key ctrl z"

Dies würde der Taste < Zurück zuweisen

Die Tasten sind wie folgt definiert:
< = Button1
FN1 = Button2
> = Button3
FN2 = Button4
Wheel-Up = AbsWUp
Wheel-Down = AbsWDn



Nähere Infos zu den Befehlen hier: Link


Einstellungen in Gimp

Damit euer Tablett in Gimp richtig funktioniert (Druckstärke), müssen noch ein paar kleine Einstellungen gemacht werden.

Gimp öffnen

Datei -> Einstellungen
Eingabegeräte -> Erweiterte Eingabegeräte konfigurieren
Gerät auf "stylus" einstellen, Modus auf "Bildschirm" stellen


XML Revisions of $tag
Seiten-History :: Letzter Editor : TheWanderer :: Eigentümer : TheWanderer ::
Powered by pnWikka 1.0
 
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.