( bzs | 2021. 07. 28., sze – 12:07 )

Mi az hogy mappelés?

xorgnál kell valamit tennem még esetleg? Azt olvastam, ezt meg kell lépnem:

A modell, amit vettem:

Cth-490   Wacom intuos touch and pen

 

#
# Wacom graphire tablet
#
Section "InputDevice"
    Identifier  "stylus"  
    Driver      "wacom"
    Option      "Type" "stylus"  
    Option      "Mode" "Absolute"
    Option      "USB"  "on"
    Option      "Threshold" "10"
    Option      "Device" "/dev/wacom"
EndSection
Section "InputDevice"
    Identifier  "eraser"
    Driver      "wacom"
    Option      "Type" "eraser"
    Option      "Mode" "Absolute"
    Option      "USB"  "on"
    Option      "Threshold" "10"
    Option      "Device" "/dev/wacom"
EndSection
Section "InputDevice"
    Identifier  "cursor"
    Driver      "wacom"
    Option      "Type" "cursor"
    Option      "Mode" "Relative"
    Option      "USB"  "on"
    Option      "Threshold" "10"
    Option      "Device" "/dev/wacom"
EndSection
# End Wacom section

Section "ServerLayout"
[ ... ]
        InputDevice    "stylus"   "SendCoreEvents"
        InputDevice    "cursor"   "SendCoreEvents"
        InputDevice    "eraser"   "SendCoreEvents"