Calibration xorg.conf snippet not applied to touchscreen configuration

Boszormenyi Zoltan zboszor at pr.hu
Fri Dec 11 07:39:37 PST 2015


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.



More information about the xorg mailing list