• [^] # Re: Mains dans le cambuis

    Posté par . En réponse au message Tablette wacom Volito. Évalué à 0.

    Rebonjour et remerci de vous pencher sur mon problème!
    Voila mon adresse Jabber: iltl@jabber.org

    La section Input de mon xorg.conf:

    Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    EndSection

    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "XkbOptions" "compose:rwin"
    EndSection

    Section "InputDevice"
    Identifier "Cursor1"
    Driver "wacom"
    Option "Device" "/dev/input/event0"
    Option "Type" "cursor"
    Option "Mode" "Relative"
    Option "USB"
    EndSection

    Section "InputDevice"
    Identifier "Stylus1"
    Driver "wacom"
    Option "Device" "/dev/input/event0"
    Option "Type" "stylus"
    Option "Mode" "Absolute"
    Option "USB"
    EndSection

    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
    EndSection


    et la section Server Layout:

    Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Eraser1" "AlwaysCore"
    InputDevice "Cursor1" "AlwaysCore"
    InputDevice "Stylus1" "AlwaysCore"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
    EndSection

    J'ai fait le test avec wacdump et ma tablette est sur l'event2 mais même en modifiant cela dans le xorg.conf, la tablette ne fonctionne pas
    En tout cas, merci beaucoup pour le temps que vous perdez à vous occuper de mon problème.
    @+