You are not logged in.

#1 2011-04-23 10:15:00

smeto
Member
From: Slovakia
Registered: 2007-04-07
Posts: 15

evtouch problem configure touchscreen

try to downgrade to xorg-server 1.8.1, xf86-input-evdev 2.4.0 . (kernel 2.6.38.3 + nvidia 270)

compile xf86-input-evtouch 0.8.8-7 and correctly install. (/dev/input/evtouch_event created, touchscreen is supported by evtouch)

run calibration script /usr/lib/xf86-input-evtouch/calibrate.sh

follow instruction, tap to nine red cross and finish calibration.

here is output:

You have selected to (re)calibrate your touchscreen.
Move your pen around all edges on the following screen. If you are done and
touched all edges, hit the enter key and wait until the top left crosshair
turns red. Once you tap the red crosshair, the next one will turn red going
from the top left to the bottom right. If you miss a tap, the right mouse
button will take you back one step.
If you tapped the last (bottom right) crosshair, the program will
return to your session. Note that changes only take effect after
restarting the session.
Press enter to start.
/usr/lib/xf86-input-evtouch/ev_calibrate
ev_calibrate located at /usr/lib/xf86-input-evtouch/ev_calibrate
xinit located at /usr/bin/xinit
xserver located at /usr/bin/X
Creating FIFO...
Starting calibration program...
min = (0/0)    max =(1807/1807)

(X0/Y0) = (544, 435)        
=> dx0 = -539 / dy0 = -430
(X1/Y1) = (0, 149)        
=> dx1 = 640 / dy1 = -144
(X2/Y2) = (725, 588)        
=> dx2 = 550 / dy2 = -583
(X3/Y3) = (731, 290)        
=> dx3 = -726 / dy3 = 222
(X4/Y4) = (5, 729)        
=> dx4 = 635 / dy4 = -217
(X5/Y5) = (368, 733)        
=> dx5 = 907 / dy5 = -221
(X6/Y6) = (10, 145)        
=> dx6 = -5 / dy6 = 874
(X7/Y7) = (1098, 4)        
=> dx7 = -458 / dy7 = 1015
(X8/Y8) = (917, 878)        
=> dx8 = 358 / dy8 = 141
Touchscreen calibration done. Please restart your
session to make the changes take effect

10-evdev.conf

#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

#Section "InputClass"
#        Identifier "evdev touchpad catchall"
#        MatchIsTouchpad "on"
#        MatchDevicePath "/dev/input/event*"
#        Driver "evdev"
#EndSection

#Section "InputClass"
#        Identifier "evdev tablet catchall"
#        MatchIsTablet "on"
#        MatchDevicePath "/dev/input/event*"
#        Driver "evdev"
#EndSection

#Section "InputClass"
#        Identifier "evdev touchscreen catchall"
#        MatchIsTouchscreen "on"
#        MatchDevicePath "/dev/input/event*"
#        Driver "evdev"
#    Option "SwapAxes" "off"
#    Option "Calibration" "0 1280 0 1024"
#EndSection

#Section "InputClass"
#    Identifier "evdev touchscreen catchall"
#    MatchIsTouchscreen "on"
#    MatchDevicePath "/dev/input/event*"
#    Driver "egalax"
#EndSection

50-evtouch.conf

Section "InputClass"
        Identifier "touchscreen evtouch"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/evtouch_event"
        Driver "evtouch"
EndSection

90-evtouch.conf

Section "InputDevice"
        Identifier      "Evtouch TouchScreen"
        Driver          "evtouch"
        Option          "Device" "/dev/input/evtouch_event"
        Option          "DeviceName" "evtouchscreen"
        Option          "MinX" "0"
        Option          "MinY" "0"
        Option          "MaxX" "1807"
        Option          "MaxY" "1807"
        Option          "ReportingMode" "Raw"
        Option          "SendCoreEvents" "true"
        Option          "AutoServerLayout" "on"
        Option          "AccelerationProfile" "0"
EndSection

Xorg.0.log

X.Org X Server 1.8.1
Release Date: 2010-05-11
[   466.333] X Protocol Version 11, Revision 0
[   466.333] Build Operating System: Linux 2.6.33-ARCH i686 
[   466.333] Current Operating System: Linux lterm1 2.6.38-ARCH #1 SMP PREEMPT Sun Apr 17 14:51:34 UTC 2011 i686
[   466.333] Kernel command line: root=/dev/sda1 ro quiet
[   466.334] Build Date: 26 May 2010  07:44:31PM
[   466.334]  
[   466.334] Current version of pixman: 0.20.2
[   466.334]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   466.335] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   466.336] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 23 12:39:01 2011
[   466.336] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   466.337] (==) No Layout section.  Using the first Screen section.
[   466.337] (==) No screen section available. Using defaults.
[   466.337] (**) |-->Screen "Default Screen Section" (0)
[   466.337] (**) |   |-->Monitor "<default monitor>"
[   466.338] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
[   466.338] (**) |   |-->Device "Default nvidia Device"
[   466.338] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[   466.338] (**) |-->Input Device "Evtouch TouchScreen"
[   466.338] (==) Automatically adding devices
[   466.338] (==) Automatically enabling devices
[   466.338] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   466.338]     Entry deleted from font path.
[   466.338] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   466.338]     Entry deleted from font path.
[   466.338] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   466.338]     Entry deleted from font path.
[   466.339]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   466.339] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   466.339]     Entry deleted from font path.
[   466.339]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   466.339] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
[   466.339] (==) ModulePath set to "/usr/lib/xorg/modules"
[   466.339] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   466.339] (II) Loader magic: 0x81e8ba0
[   466.339] (II) Module ABI versions:
[   466.339]     X.Org ANSI C Emulation: 0.4
[   466.339]     X.Org Video Driver: 7.0
[   466.339]     X.Org XInput driver : 9.0
[   466.339]     X.Org Server Extension : 3.0
[   466.359] (--) PCI: (0:0:3:5) 10de:0aa3:1b0a:0074 nVidia Corporation MCP79 Co-processor rev 177, Mem @ 0xfae80000/524288
[   466.360] (--) PCI:*(0:2:0:0) 10de:087d:1b0a:0074 nVidia Corporation ION VGA rev 177, Mem @ 0xfb000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
[   466.360] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   466.360] (II) LoadModule: "extmod"
[   466.361] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   466.362] (II) Module extmod: vendor="X.Org Foundation"
[   466.362]     compiled for 1.8.1, module version = 1.0.0
[   466.362]     Module class: X.Org Server Extension
[   466.362]     ABI class: X.Org Server Extension, version 3.0
[   466.362] (II) Loading extension MIT-SCREEN-SAVER
[   466.362] (II) Loading extension XFree86-VidModeExtension
[   466.362] (II) Loading extension XFree86-DGA
[   466.362] (II) Loading extension DPMS
[   466.362] (II) Loading extension XVideo
[   466.362] (II) Loading extension XVideo-MotionCompensation
[   466.362] (II) Loading extension X-Resource
[   466.362] (II) LoadModule: "dbe"
[   466.363] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   466.363] (II) Module dbe: vendor="X.Org Foundation"
[   466.363]     compiled for 1.8.1, module version = 1.0.0
[   466.363]     Module class: X.Org Server Extension
[   466.363]     ABI class: X.Org Server Extension, version 3.0
[   466.363] (II) Loading extension DOUBLE-BUFFER
[   466.364] (II) LoadModule: "glx"
[   466.364] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   466.415] (II) Module glx: vendor="NVIDIA Corporation"
[   466.415]     compiled for 4.0.2, module version = 1.0.0
[   466.415]     Module class: X.Org Server Extension
[   466.415] (II) NVIDIA GLX Module  270.41.06  Mon Apr 18 15:11:28 PDT 2011
[   466.416] (II) Loading extension GLX
[   466.416] (II) LoadModule: "record"
[   466.417] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   466.417] (II) Module record: vendor="X.Org Foundation"
[   466.417]     compiled for 1.8.1, module version = 1.13.0
[   466.417]     Module class: X.Org Server Extension
[   466.417]     ABI class: X.Org Server Extension, version 3.0
[   466.417] (II) Loading extension RECORD
[   466.417] (II) LoadModule: "dri"
[   466.418] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   466.418] (II) Module dri: vendor="X.Org Foundation"
[   466.418]     compiled for 1.8.1, module version = 1.0.0
[   466.418]     ABI class: X.Org Server Extension, version 3.0
[   466.419] (II) Loading extension XFree86-DRI
[   466.419] (II) LoadModule: "dri2"
[   466.419] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   466.420] (II) Module dri2: vendor="X.Org Foundation"
[   466.420]     compiled for 1.8.1, module version = 1.2.0
[   466.420]     ABI class: X.Org Server Extension, version 3.0
[   466.420] (II) Loading extension DRI2
[   466.420] (II) LoadModule: "nvidia"
[   466.421] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   466.422] (II) Module nvidia: vendor="NVIDIA Corporation"
[   466.422]     compiled for 4.0.2, module version = 1.0.0
[   466.422]     Module class: X.Org Video Driver
[   466.422] (II) LoadModule: "evtouch"
[   466.423] (II) Loading /usr/lib/xorg/modules/input/evtouch_drv.so
[   466.423] (II) Module evtouch: vendor="Kenan Esau"
[   466.423]     compiled for 1.8.1, module version = 0.8.8
[   466.423]     Module class: X.Org XInput Driver
[   466.423]     ABI class: X.Org XInput driver, version 9.0
[   466.423] (II) NVIDIA dlloader X Driver  270.41.06  Mon Apr 18 14:55:51 PDT 2011
[   466.423] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   466.424] (--) using VT number 7

[   466.428] (II) Primary Device is: PCI 02@00:00:0
[   466.428] (II) Loading sub module "fb"
[   466.428] (II) LoadModule: "fb"
[   466.428] (II) Loading /usr/lib/xorg/modules/libfb.so
[   466.429] (II) Module fb: vendor="X.Org Foundation"
[   466.429]     compiled for 1.8.1, module version = 1.0.0
[   466.429]     ABI class: X.Org ANSI C Emulation, version 0.4
[   466.429] (II) Loading sub module "wfb"
[   466.429] (II) LoadModule: "wfb"
[   466.429] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   466.430] (II) Module wfb: vendor="X.Org Foundation"
[   466.430]     compiled for 1.8.1, module version = 1.0.0
[   466.430]     ABI class: X.Org ANSI C Emulation, version 0.4
[   466.431] (II) Loading sub module "ramdac"
[   466.431] (II) LoadModule: "ramdac"
[   466.431] (II) Module "ramdac" already built-in
[   466.431] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[   466.431] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   466.431] (==) NVIDIA(0): RGB weight 888
[   466.431] (==) NVIDIA(0): Default visual is TrueColor
[   466.431] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   466.432] (**) NVIDIA(0): Option "NoLogo" "True"
[   466.750] (II) NVIDIA(GPU-0): Display (Idek Iiyama PLT1731 (DFP-0)) does not support NVIDIA
[   466.750] (II) NVIDIA(GPU-0):     3D Vision stereo.
[   466.752] (II) NVIDIA(0): NVIDIA GPU ION (C79) at PCI:2:0:0 (GPU-0)
[   466.752] (--) NVIDIA(0): Memory: 524288 kBytes
[   466.752] (--) NVIDIA(0): VideoBIOS: 62.79.5f.00.00
[   466.752] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[   466.752] (--) NVIDIA(0): Connected display device(s) on ION at PCI:2:0:0
[   466.752] (--) NVIDIA(0):     Idek Iiyama PLT1731 (DFP-0)
[   466.753] (--) NVIDIA(0): Idek Iiyama PLT1731 (DFP-0): 165.0 MHz maximum pixel clock
[   466.753] (--) NVIDIA(0): Idek Iiyama PLT1731 (DFP-0): Internal Single Link TMDS
[   466.820] (II) NVIDIA(0): Assigned Display Device: DFP-0
[   466.820] (==) NVIDIA(0): 
[   466.820] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   466.820] (==) NVIDIA(0):     will be used as the requested mode.
[   466.820] (==) NVIDIA(0): 
[   466.821] (II) NVIDIA(0): Validated modes:
[   466.821] (II) NVIDIA(0):     "nvidia-auto-select"
[   466.821] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
[   466.844] (--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config
[   466.844] (--) NVIDIA(0):     option
[   466.844] (--) Depth 24 pixmap format is 32 bpp
[   466.844] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[   466.851] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   466.851] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   466.851] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   466.851] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   466.851] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   466.851] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   466.851] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   466.851] (II) NVIDIA(0):     Config Options in the README.
[   466.852] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   466.876] (II) Loading extension NV-GLX
[   466.931] (==) NVIDIA(0): Disabling shared memory pixmaps
[   466.931] (==) NVIDIA(0): Backing store disabled
[   466.931] (==) NVIDIA(0): Silken mouse enabled
[   466.932] (==) NVIDIA(0): DPMS enabled
[   466.932] (II) Loading extension NV-CONTROL
[   466.933] (II) Loading extension XINERAMA
[   466.933] (II) Loading sub module "dri2"
[   466.933] (II) LoadModule: "dri2"
[   466.934] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
[   466.934] (II) NVIDIA(0): [DRI2] Setup complete
[   466.934] (==) RandR enabled
[   466.934] (II) Initializing built-in extension Generic Event Extension
[   466.934] (II) Initializing built-in extension SHAPE
[   466.934] (II) Initializing built-in extension MIT-SHM
[   466.934] (II) Initializing built-in extension XInputExtension
[   466.934] (II) Initializing built-in extension XTEST
[   466.934] (II) Initializing built-in extension BIG-REQUESTS
[   466.935] (II) Initializing built-in extension SYNC
[   466.935] (II) Initializing built-in extension XKEYBOARD
[   466.935] (II) Initializing built-in extension XC-MISC
[   466.935] (II) Initializing built-in extension SECURITY
[   466.935] (II) Initializing built-in extension XINERAMA
[   466.935] (II) Initializing built-in extension XFIXES
[   466.935] (II) Initializing built-in extension RENDER
[   466.935] (II) Initializing built-in extension RANDR
[   466.935] (II) Initializing built-in extension COMPOSITE
[   466.935] (II) Initializing built-in extension DAMAGE
[   466.942] (II) Initializing extension GLX
[   467.089] State: S_UNTOUCHED    Action: No Action        Button: 0
[   467.089] State: S_TOUCHED    Action: No Action        Button: 0
[   467.089] State: S_LONGTOUCHED    Action: down        Button: 1
[   467.089] State: S_MOVING    Action: No Action        Button: 0
[   467.089] State: S_MAYBETAPPED    Action: click        Button: 1
[   467.089] State: S_ONEANDAHALFTAP    Action: down        Button: 3
[   467.089] (**) Option "MinX" "0"
[   467.089] (**) Option "MaxX" "1807"
[   467.090] (**) Option "MinY" "0"
[   467.090] (**) Option "MaxY" "1807"
[   467.090] (**) Option "DeviceName" "evtouchscreen"
[   467.090] (**) Option "SendCoreEvents" "true"
[   467.090] (**) evtouchscreen: always reports core events
[   467.090] (II) XINPUT: Adding extended input device "evtouchscreen" (type: TOUCHSCREEN)
[   467.090] (**) Option "Device" "/dev/input/evtouch_event"
[   467.196] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   467.196] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   467.196] (II) LoadModule: "evdev"
[   467.197] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   467.197] (II) Module evdev: vendor="X.Org Foundation"
[   467.197]     compiled for 1.8.0, module version = 2.4.0
[   467.197]     Module class: X.Org XInput Driver
[   467.197]     ABI class: X.Org XInput driver, version 9.0
[   467.198] (**) Power Button: always reports core events
[   467.198] (**) Power Button: Device: "/dev/input/event2"
[   467.223] (II) Power Button: Found keys
[   467.223] (II) Power Button: Configuring as keyboard
[   467.223] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   467.223] (**) Option "xkb_rules" "evdev"
[   467.223] (**) Option "xkb_model" "evdev"
[   467.223] (**) Option "xkb_layout" "us"
[   467.315] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   467.316] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   467.316] (**) Power Button: always reports core events
[   467.316] (**) Power Button: Device: "/dev/input/event1"
[   467.336] (II) Power Button: Found keys
[   467.336] (II) Power Button: Configuring as keyboard
[   467.336] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   467.336] (**) Option "xkb_rules" "evdev"
[   467.337] (**) Option "xkb_model" "evdev"
[   467.337] (**) Option "xkb_layout" "us"
[   467.349] (II) config/udev: Adding input device eGalax Inc. USB TouchController (/dev/input/event3)
[   467.349] (II) No input driver/identifier specified (ignoring)
[   467.350] (II) config/udev: Adding input device eGalax Inc. USB TouchController (/dev/input/mouse0)
[   467.350] (II) No input driver/identifier specified (ignoring)
[   467.351] (II) config/udev: Adding input device A4Tech PS/2+USB Mouse (/dev/input/event4)
[   467.351] (**) A4Tech PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
[   467.351] (**) A4Tech PS/2+USB Mouse: always reports core events
[   467.352] (**) A4Tech PS/2+USB Mouse: Device: "/dev/input/event4"
[   467.376] (II) A4Tech PS/2+USB Mouse: Found 12 mouse buttons
[   467.376] (II) A4Tech PS/2+USB Mouse: Found scroll wheel(s)
[   467.376] (II) A4Tech PS/2+USB Mouse: Found relative axes
[   467.376] (II) A4Tech PS/2+USB Mouse: Found x and y relative axes
[   467.376] (II) A4Tech PS/2+USB Mouse: Configuring as mouse
[   467.376] (**) A4Tech PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
[   467.377] (**) A4Tech PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   467.377] (II) XINPUT: Adding extended input device "A4Tech PS/2+USB Mouse" (type: MOUSE)
[   467.377] (**) A4Tech PS/2+USB Mouse: (accel) keeping acceleration scheme 1
[   467.377] (**) A4Tech PS/2+USB Mouse: (accel) acceleration profile 0
[   467.377] (**) A4Tech PS/2+USB Mouse: (accel) acceleration factor: 2.000
[   467.377] (**) A4Tech PS/2+USB Mouse: (accel) acceleration threshold: 4
[   467.377] (II) A4Tech PS/2+USB Mouse: initialized for relative axes.
[   467.378] (II) config/udev: Adding input device A4Tech PS/2+USB Mouse (/dev/input/mouse1)
[   467.378] (II) No input driver/identifier specified (ignoring)
[   467.381] (II) config/udev: Adding input device   Keyboard Hub (/dev/input/event5)
[   467.381] (**)   Keyboard Hub: Applying InputClass "evdev keyboard catchall"
[   467.381] (**)   Keyboard Hub: always reports core events
[   467.381] (**)   Keyboard Hub: Device: "/dev/input/event5"
[   467.403] (II)   Keyboard Hub: Found keys
[   467.403] (II)   Keyboard Hub: Configuring as keyboard
[   467.403] (II) XINPUT: Adding extended input device "  Keyboard Hub" (type: KEYBOARD)
[   467.403] (**) Option "xkb_rules" "evdev"
[   467.403] (**) Option "xkb_model" "evdev"
[   467.403] (**) Option "xkb_layout" "us"
[   467.405] (II) config/udev: Adding input device   Keyboard Hub (/dev/input/event6)
[   467.405] (**)   Keyboard Hub: Applying InputClass "evdev keyboard catchall"
[   467.405] (**)   Keyboard Hub: always reports core events
[   467.406] (**)   Keyboard Hub: Device: "/dev/input/event6"
[   467.430] (II)   Keyboard Hub: Found 1 mouse buttons
[   467.430] (II)   Keyboard Hub: Found scroll wheel(s)
[   467.430] (II)   Keyboard Hub: Found relative axes
[   467.430] (II)   Keyboard Hub: Found absolute axes
[   467.430] (II)   Keyboard Hub: Found keys
[   467.430] (II)   Keyboard Hub: Configuring as mouse
[   467.430] (II)   Keyboard Hub: Configuring as keyboard
[   467.430] (**)   Keyboard Hub: YAxisMapping: buttons 4 and 5
[   467.430] (**)   Keyboard Hub: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   467.430] (II) XINPUT: Adding extended input device "  Keyboard Hub" (type: KEYBOARD)
[   467.430] (**) Option "xkb_rules" "evdev"
[   467.430] (**) Option "xkb_model" "evdev"
[   467.430] (**) Option "xkb_layout" "us"
[   467.431] (EE)   Keyboard Hub: failed to initialize for relative axes.
[   467.431] (II)   Keyboard Hub: initialized for absolute axes.
[   467.442] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
[   467.442] (II) No input driver/identifier specified (ignoring)

no success... after restore session, tapping to screen, cursor pointing to wrong position. but in calibration utility everything is fine. tap to nine red cross without problems.

any advice? thanks

Offline

Board footer

Powered by FluxBB