[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wacom-Zeichentablett Treiberinstallation



Am Fri, 29 Feb 2008 19:50:18 +0100 schrieb Dirk Griesbach:

> On Fr, Feb 29, 2008 at 06:48:16 +0100, Bernhard Kleine wrote:
>> Am Thu, 28 Feb 2008 23:40:12 +0100 schrieb Dirk Griesbach:
>> 
>>> On Thu, Feb 28, 2008 at 08:51:27PM +0100, Bernhard Kleine wrote:
>>>> im linuxwacom-project wird darauf verwiesen, dass der Kernel 2.6.6
>>>> installiert werden sollte mit dazugehörigen kernel-headers. Nun
>>>> heißen, wenn mich nicht alles täuscht, die header files seit einiger
>>>> Zeit linux- headers und irgendwie scheitert die Installation, weil
>>>> der Pfad zu den Dateien nicht richtig zu sein scheint. Hat da schon
>>>> jemand Erfahrung wie man zu Potte kommt.
>>> 
>>> Was für eine Version von Debian benutzt du? Eigentlich brauchst du nur
>>> die Pakete wacom-tools und xserver-xorg-input-wacom zu installieren.
>>> Damit läuft das Grafiktablett und lässt sich via xorg.conf
>>> konfigurieren.
>>> 
>>> MfG
>>> 
>>> Dirk
>> 
>> Also bei mir läuft SID, aktuell (wenigstens dreimal die Woche) und
>> Kernel 2.6.24-4-686.
> 
> Dann reicht in der Tat die Installation der oben genannten Pakete.
> 
> MfG
> 
> Dirk

Stimmte, ich habe schon eine Nachricht über das Debian-HOWTO im Wacom-
Forum abgesetzt. Trotzdem bin ich noch nicht viel weiter: Meine xorg.conf 
sieht jetzt so aus:

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc102"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection

#übernommen von http://linuxwacom.sourceforge.net/index.php/howto/inputdev
Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
  Option        "Device"        "/dev/input/event0"   # USB ONLY
  Option        "Type"          "stylus"
  Option        "USB"           "on"                  # USB ONLY
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
  Option        "Device"        "/dev/input/event0"   # USB ONLY
  Option        "Type"          "eraser"
  Option        "USB"           "on"                  # USB ONLY
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
  Option        "Device"        "/dev/input/event0"   # USB ONLY
  Option        "Type"          "cursor"
  Option        "USB"           "on"                  # USB ONLY
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

# This section is for Intuos3, Cintiq 21UX, Graphire4, or Bamboo
Section "InputDevice"
  Driver        "wacom"
  Identifier    "pad"
  Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
  Option        "Device"        "/dev/input/event0"   # USB ONLY
  Option        "Type"          "pad"
  Option        "USB"           "on"                  # USB ONLY
EndSection

Section "ServerLayout"
        Identifier     	"Default Layout"
        Screen 0 	"Default Screen"   	0 0
        InputDevice    	"Configured Mouse"    	"CorePointer"
        InputDevice    	"Generic Keyboard" 	"CoreKeyboard"
        InputDevice    	"stylus"    		"SendCoreEvents"
        InputDevice    	"eraser"    		"SendCoreEvents"
        InputDevice    	"cursor"    		"SendCoreEvents"    # For 
non-LCD tablets only
        InputDevice    	"pad"   		# For Intuos3/Cintiq 21UX/
Graphire4/Bamboo tablets
EndSection

und xsetpointer -l liefert

0: "Virtual core keyboard"	[XKeyboard]
1: "Virtual core pointer"	[XPointer]
6: "Generic Keyboard"	[XExtensionKeyboard]
7: "Configured Mouse"	[XExtensionPointer]
2: "pad"	[XExtensionDevice]
3: "cursor"	[XExtensionDevice]
4: "eraser"	[XExtensionDevice]
5: "stylus"	[XExtensionDevice]

Trotzdem geht weder die Maus des Tabletts noch der Stift. Der 	Stift ist 
zwischendurch einmal gegangen. Jetzt bin ich wieder ratlos.

Auch in Gimp tauchen bei Datei->Einstellungen->Eingabegeräte->Erweiterte 
Eingabegeräte nur die Configured Mouse auf. Da sollten eigentlich alle 
vier Devices auftauchen.

Auch wacdump liefert nichts:

wacdump 
v0.7.4                                                                  

MODEL=Unknown                           ROM=-85.4-1
CLS=USB  VNDR=Unknown  DEV=Unknown  SUB=UNKNOWN

E5 89 C9 47 CB 57 07 00 00 00 00 00 00 00 00 
00             ...G.W..........

Strange!

Bernhard


Reply to: