2015-12-11 16:34 keltezéssel, Boszormenyi Zoltan írta:
> The original configuration is:
>
> # cat /etc/X11/xorg.conf.d/eeti.conf
> Section "InputDevice"
>     Identifier    "TOUCHSCREEN"
>     Driver        "eetiegalax"
>     Option        "AutoServerLayout" "on"
>     Option        "Device" "/dev/ttyS3"
>     Option        "SwapAxes" "true"
>     Option        "Calibration" "14151 1670 2176 14368"
> EndSection
...
>
> ----8<-------8<-------8<-------8<-------8<-------8<---
> Section "InputClass"
>     Identifier    "calibration"
>     MatchProduct    "TOUCHSCREEN"
>     Option    "Calibration"    "14947 1988 2110 14497"
>     Option    "SwapAxes"    "1"
> EndSection
> ----8<-------8<-------8<-------8<-------8<-------8<---
>
> ----8<-------8<-------8<-------8<-------8<-------8<---
> Section "InputClass"
>     Identifier    "calibration"
>     MatchIsTouchscreen "1"
>     Option    "Calibration"    "14947 1988 2110 14497"
>     Option    "SwapAxes"    "1"
> EndSection
> ----8<-------8<-------8<-------8<-------8<-------8<---
>
> What is the correct form of an additional MatchXXX configuration that gets 
> used?
> I am using Xorg 1.16.4 server.

Answering to myself. I had to add this line to either configuration above:

    Option        "AutoServerLayout" "on"

Then it works.

_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Reply via email to