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

Re: Wacom Grafiktablett unter Debian !?



Am Son, 2003-03-23 um 17.54 schrieb Markus Lechner:
> Hi Stefan,
> 
> Unter dem alten X-Win ging das mit einem xinput modul/device (keine Ahnung 
> mehr) - aber wie's beim neuen X aussieht, weiss ich nicht.
> 
> Die von Wacom verweisen auch nur auf diese alte Variante...
> 
> Gruss,
> 

Im neuen X11 ist das Wacom-Modul schon integriert.
Ich hatte bis vor kurzem noch so ein Ding am Laufen.
Load    "xf86Wacom.so" 
steht heute noch in meiner config, unter "Section Module" ich weiss aber
gar nicht, ob das nötig wäre.

Desweiteren müsstest Du damit eigentlich eine funktionierende
XF86Config-4 hinkriegen:

#Modul:

Section "Module"
(...)
 Load    "xf86Wacom.so"
End Section

#Maus:

Section "InputDevice"   Identifier      "cursor"
        Driver          "wacom"
        Option          "CorePointer"
        Option          "Type" "cursor"
        Option          "Device" "/dev/ttyS0"
        Option  "Mode"  "Relative"

#Stift:

Section "InputDevice"   
        Identifier "stylus"
        Driver "wacom"
        Option "CorePointer"
        Option "Type" "stylus"
        Option "Device" "/dev/ttyS0"
        Option "Mode" "Absolute"
EndSection

Section "InputDevice"
        Identifier  "eraser"
        Driver      "wacom"
        Option      "Type" "eraser"
        Option  "Mode"  "Absolute"
        Option      "Device" "/dev/ttyS0"
EndSection

#Server Layout: Maus immer, Stift gerne, Radierer nie als core-pointer

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice "cursor" "Always Core" 
        InputDevice "stylus" "AlwaysCore"
        InputDevice "eraser" 
EndSection







Reply to: