[TouchScreen] Monitor LG Flatron, L1730SF, assi invertiti

Riconoscimento, installazione e configurazione delle periferiche.
vladweider
Prode Principiante
Messaggi: 10
Iscrizione: giovedì 27 settembre 2007, 13:12

[TouchScreen] Monitor LG Flatron, L1730SF, assi invertiti

Messaggio 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
Airtek
Prode Principiante
Messaggi: 197
Iscrizione: martedì 7 novembre 2006, 23:16

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

Messaggio 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?
tatopulus
Prode Principiante
Messaggi: 1
Iscrizione: sabato 20 giugno 2009, 13:21

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

Messaggio da tatopulus »

Anche io ho lo stesso monitor e ubuntu 9.04.
Ho anche il medesimo problema.

Come hai risolto?
Avatar utente
scigghia
Prode Principiante
Messaggi: 37
Iscrizione: giovedì 27 settembre 2007, 17:45
Località: Grottaglie

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

Messaggio 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
Airtek
Prode Principiante
Messaggi: 197
Iscrizione: martedì 7 novembre 2006, 23:16

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

Messaggio 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
Avatar utente
scigghia
Prode Principiante
Messaggi: 37
Iscrizione: giovedì 27 settembre 2007, 17:45
Località: Grottaglie

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

Messaggio 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
nicola.caldera
Prode Principiante
Messaggi: 4
Iscrizione: martedì 28 aprile 2009, 10:03

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

Messaggio da nicola.caldera »

Ciao siete riusciti a farlo funzionare con la 10.04?  :(
Io ci stò sbattendo la testa da un pò.
Avatar utente
scigghia
Prode Principiante
Messaggi: 37
Iscrizione: giovedì 27 settembre 2007, 17:45
Località: Grottaglie

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

Messaggio 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.
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: Google [Bot], nick091, steff, tropie e 7 ospiti