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

Wacom Bamboo (Fun) 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)



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.