TouchScreen Problem

Discussion in 'Linux Ubuntu' started by libra102, Dec 2, 2013.

  1. libra102

    libra102 New Member

    Joined:
    Dec 2, 2013
    Messages:
    1
    Likes Received:
    0
    I have LG FLATRON 23ET83V-W Monitor.

    OS : Linaro Ubuntu 12.04 LTS
    ( 11.10 & Android 4.2.2 Jelly Bean )
    Board : UDOO QUAD

    It's doesn't working touch screen.

    so.. I found this page
    http://www.thefanclub.co.za/how-to/how- ... alibration

    but not happen...
    Don't working TouchScreen..
    How can I do it?
    sorry. my english is poor..

    it's xinput list..

    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ USBest Technology SiS HID Touch Controller id=6 [slave pointer (2)]
    ⎜ ↳ USB OPTICAL MOUSE id=9 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ USB Keyboard id=7 [slave keyboard (3)]
    ↳ USB Keyboard id=8 [slave keyboard (3)]

    =============================
    $ less /proc/bus/input/devices
    ...
    I: Bus=0003 Vendor=0457 Product=1030 Version=0100
    N: Name="USBest Technology SiS HID Touch Controller"
    P: Phys=usb-fsl-ehci.1-1.1/input0
    S: Sysfs=/devices/platform/fsl-ehci.1/usb2/2-1/2-1.1/2-1.1:1.0/input/input0
    U: Uniq=
    H: Handlers=mouse0 event0
    ....

    $ cat /dev/input/event0
    cat: /dev/input/event0: Permission denied

    $ sudo cat /dev/input/event0

    screen touching... then....
    �4�R�~J�4�R
    �4�R4J�4�R��4�R"� �4�R0B
    ....

    I think... touch is working...
    .... but....

    ================================
    I don't move screen at all... and don't have touch potion.

    I think touch module or something working..
    cat /dev/input/event0 ... If I touch my screen then output...

    just I think...
    touch's output < --- do not communication ----> x windows 's input ...

    $ xrandr
    xrandr: Failed to get size of gamma for output default
    Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
    default connected 1920x1080+0+0 0mm x 0mm
    1920x1080 60.0*

    $ lspci
    - nothing -

    it's problem?
     
  2. Lifeboat_Jim

    Lifeboat_Jim New Member

    Joined:
    Sep 16, 2013
    Messages:
    399
    Likes Received:
    1
    So you're getting some touch interaction?

    To be clear, can you move the cursor on the screen at all (even if it is out of position)?
     

Share This Page