Debian Lenny + Wizardpen

Разбираемся с подключением и настройкой устройств ввода информации.

Модератор: Модераторы разделов

Ответить
AlexInside
Сообщения: 2

Debian Lenny + Wizardpen

Сообщение AlexInside »

Всем доброго времени суток,

Решился поставить драйвер wizardpen на свежевыкачанный Debian Lenny. Cкачал, скомпилировал, подложил куда надо. Убедился, что /dev/input/event6 - именно планшетный девайс. Добавил в xorg.conf раздел InputDevice как описано в install. Однако после этого иксы не запускаются, в логах следующее:

Код: Выделить всё

(**) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(EE) xf86OpenSerial: No Device specified.
(EE) tablet: WizardPen driver unable to open device

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x7e) [0x80c91ce]
1: [0xb7fdf400]
2: /lib/i686/cmov/libc.so.6(vsnprintf+0xb4) [0xb7de0324]
3: /usr/bin/X11/X(LogVWrite+0xb7) [0x81c5ec7]
4: /usr/bin/X11/X(LogVMessageVerb+0x99) [0x81c6409]
5: /usr/bin/X11/X(xf86VDrvMsgVerb+0x110) [0x80d35d0]
6: /usr/bin/X11/X(xf86MsgVerb+0x3a) [0x80d37aa]
7: /usr/bin/X11/X [0x80ac625]
8: /usr/bin/X11/X(xf86DeleteInput+0x29) [0x80d69a9]
9: /usr/lib/xorg/modules/input//wizardpen_drv.so [0xb7fd1928]
10: /usr/bin/X11/X(InitInput+0xad) [0x80aa69d]
11: /usr/bin/X11/X(main+0x39b) [0x807467b]
12: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7d8f455]
13: /usr/bin/X11/X(FontFileCompleteXLFD+0x21d) [0x8073a81]

Fatal server error:
Caught signal 11.  Server aborting


xorg.conf выглядит так:

Код: Выделить всё

Section "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
        InputDevice    "Configured Mouse" "CorePointer"
        InputDevice    "tablet" "AlwaysCore"
EndSection

Section "Module"

#        Load "glx"
#        Load "xv"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us,ru"
    Option        "XkbVariant" ","
    Option        "XkbOptions" "grp:ctrl_shift_toggle,lv3:ralt_switch,grp_led:scroll"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
        Option      "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
        Identifier "tablet"
        Driver     "wizardpen"
        Option     "Device" "/dev/input/event6"
EndSection
.....


В чем может быть проблема?
Спасибо сказали:
Ответить