evdev - Touchscreen error

Толстов Игорь Attid at yandex.ru
Mon Aug 8 02:02:33 PDT 2011


hi 

i have touchscreen

lsusb
Bus 004 Device 002: ID 0dfc:0001 GeneralTouch Technology Co., Ltd Touchscreen


default i get 
part of /var/log/Xorg.0.log
[ 32.795] (II) config/udev: Adding input device General Touch Co.,Ltd GeneralTouch Touchscreen (/dev/input/event3)
[ 32.795] (II) No input driver/identifier specified (ignoring)
[ 32.796] (II) config/udev: Adding input device General Touch Co.,Ltd GeneralTouch Touchscreen (/dev/input/js0)
[ 32.796] (II) No input driver/identifier specified (ignoring)


than i add 
file /usr/share/X11/xorg.conf.d/10-touch.conf
Section "InputClass"
        Identifier "touchscreen"
        MatchDevicePath "/dev/input/event1"
        Driver "evdev"
EndSection

but get
[ 152.203] (II) config/udev: Adding input device General Touch Co.,Ltd GeneralTouch Touchscreen (/dev/input/event1)
[ 152.203] (**) General Touch Co.,Ltd GeneralTouch Touchscreen: Applying InputClass "touchscreen"
[ 152.203] (II) LoadModule: "evdev"
[ 152.204] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 152.238] (II) Module evdev: vendor="X.Org Foundation"
[ 152.238] compiled for 1.10.0.902, module version = 2.6.0
[ 152.238] Module class: X.Org XInput Driver
[ 152.238] ABI class: X.Org XInput driver, version 12.3
[ 152.238] (II) Using input driver 'evdev' for 'General Touch Co.,Ltd GeneralTouch Touchscreen'
[ 152.238] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 152.239] (**) General Touch Co.,Ltd GeneralTouch Touchscreen: always reports core events
[ 152.239] (**) General Touch Co.,Ltd GeneralTouch Touchscreen: Device: "/dev/input/event1"
[ 152.239] (--) General Touch Co.,Ltd GeneralTouch Touchscreen: Found absolute axes
[ 152.241] (--) General Touch Co.,Ltd GeneralTouch Touchscreen: Found x and y absolute axes
[ 152.242] (II) General Touch Co.,Ltd GeneralTouch Touchscreen: Configuring as mouse
-------------------------------------------------------------------------------------------------------------^^^^^^^^^^
[ 152.242] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input1/event1"
[ 152.242] (II) XINPUT: Adding extended input device "General Touch Co.,Ltd GeneralTouch Touchscreen" (type: MOUSE)
[ 152.259] (WW) Touch X valuator does not match pointer X valuator, pointer emulation may be incorrect
[ 152.260] (WW) Touch Y valuator does not match pointer Y valuator, pointer emulation may be incorrect
[ 152.260] (II) General Touch Co.,Ltd GeneralTouch Touchscreen: initialized for absolute axes.
[ 152.260] (**) General Touch Co.,Ltd GeneralTouch Touchscreen: (accel) keeping acceleration scheme 1
[ 152.260] (**) General Touch Co.,Ltd GeneralTouch Touchscreen: (accel) acceleration profile 0
[ 152.260] (**) General Touch Co.,Ltd GeneralTouch Touchscreen: (accel) acceleration factor: 2.000
[ 152.260] (**) General Touch Co.,Ltd GeneralTouch Touchscreen: (accel) acceleration threshold: 4
[ 152.261] (II) config/udev: Adding input device General Touch Co.,Ltd GeneralTouch Touchscreen (/dev/input/js0)
[ 152.261] (II) No input driver/identifier specified (ignoring)

xserver try use my touchscreen as mouse, but must as touchscreen.  what can i do ?

X.Org X Server 1.10.1
xf86-input-evdev 2.6.0


More information about the xdg mailing list