Pagina 1 di 1

[TouchScreen] Monitor LG Flatron, L1730SF, assi invertiti

Inviato: lunedì 17 novembre 2008, 16:32
da vladweider
Probabilmente è soltanto un'impostazione di xorg.conf sbagliata, ma non l'ho trovata -.-
In pratica, il touch screen funziona, ma semplicemente gli assi sono invertiti: quando io salgo con il dito lui va a sinistra, quando scendo va a destra, quando vado a destra va in alto e quando vado a sinistra va in basso.
Capirete che non è molto comodo :D
Come posso fare? La sezione relativa al touch di xorg.conf è allegata qua sotto.
Ho provato a cambiare swapy, che dal nome sembrava promettente, mettendola su 0, ma non è cambiato nulla.
Vi prego datemi una mano, non è per me ma per la scuola con cui collaboro.
Ciao grazie mille!

----------------------
Section "InputDevice"
Identifier "touchscreen"
Driver "evtouch"
Option "CorePointer"
Option "Device" "/dev/input/event6"
Option "DeviceName" "touchscreen"
Option "MinX" "120"
Option "MinY" "289"
Option "MaxX" "3894"
Option "MaxY" "3799"
Option "ReportingMode" "Raw"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "SendCoreEvents" "On"
Option "Swapy" "1"
EndSection

Re: [TouchScreen] Monitor LG Flatron, L1730SF, assi invertiti

Inviato: sabato 13 giugno 2009, 2:02
da Airtek
Ciao ,

vedi se qui puo esserti utile!

http://wiki.blazingangles.com/index.php/L1510SF

Come è andata poi l'insttalazione del monitor touch screen?

Re: [TouchScreen] Monitor LG Flatron, L1730SF, assi invertiti

Inviato: sabato 20 giugno 2009, 13:23
da tatopulus
Anche io ho lo stesso monitor e ubuntu 9.04.
Ho anche il medesimo problema.

Come hai risolto?

Re: [TouchScreen] Monitor LG Flatron, L1730SF, assi invertiti

Inviato: sabato 27 marzo 2010, 10:20
da scigghia
il monitor funziona egregiamente

basta installare il pacchetto xserver-xorg-input-evtouch
eliminare qualsiasi riferimento all'interno del file xorg.conf (se presente)
modificare il parametro swapx con swapy all'interno del file /usr/share/hal/fdi/policy/20thirdparty/50-itm.fdi

testato con ubuntu 9.10 karmic 32bit su asus eeebox

Re: [TouchScreen] Monitor LG Flatron, L1730SF, assi invertiti

Inviato: sabato 27 marzo 2010, 12:17
da Airtek
@scigghia

grazie mille per i tuoi consigli.

Una domanda secca, come funziona il monitor come reattività? E' preciso? Se fai vari click veloci il monitor ti sta dietro?

Grazie mille!

Ciao

Re: [TouchScreen] Monitor LG Flatron, L1730SF, assi invertiti

Inviato: lunedì 29 marzo 2010, 12:45
da scigghia
non ho notato nessun problema, reattivo, preciso, va benissimo
poi nel menù preferenze c'è anche il tool per calibrare, ma non ne ho avuto bisogno

Re: [TouchScreen] Monitor LG Flatron, L1730SF, assi invertiti

Inviato: lunedì 30 agosto 2010, 12:26
da nicola.caldera
Ciao siete riusciti a farlo funzionare con la 10.04?  :(
Io ci stò sbattendo la testa da un pò.

Re: [TouchScreen] Monitor LG Flatron, L1730SF, assi invertiti

Inviato: martedì 14 settembre 2010, 17:26
da scigghia
ti allego i due files necessari:

/etc/udev/rules.d/61-touchscreen.rules

Codice: Seleziona tutto

KERNEL=="event*", SUBSYSTEM=="input", ATTRS{idVendor}=="0403" ATTRS{idProduct}=="f9e9", SYMLINK+="input/lgtouch"
/etx/X11/xorg.conf

Codice: Seleziona tutto

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "it"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
EndSection

Section "InputDevice"
        Identifier      "TouchScreen"
        Driver          "evtouch"
        Option          "Device"        "/dev/input/lgtouch"
        Option          "DeviceName"    "TouchScreen"
      Option "MinX" "210"
    Option "MinY" "175"
    Option "MaxX" "3900"
    Option "MaxY" "3980"    
        Option          "ButtonNumber"  "2"
        Option          "ReportingMode" "Raw"
        Option          "Emulate3Buttons"       "False"
        Option          "Emulate3Timeout"       "50" #50
        Option          "DebugLevel"    "0"
        Option          "TapTimer"      "5"
        Option          "LongTouchTimer"        "200"
        Option          "MoveLimit"     "50"
        Option          "SendCoreEvents"        "On"
        Option          "Rotate"        "cw"
        Option          "SwapX" "Off"
        Option          "SwapY" "On"
        #Option         "ScreenNumber"  "0"
        #Option         "Calibrate"     "1"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    Driver        "vesa"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "TouchScreen"
    Inputdevice     "Configured mouse"
EndSection
riavvia udev e gdm (o riavvia tutto il sistema) e dimmi come va.