Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Os parâmetros "Rotação" e "Matriz" se complementam, então abaixo segue combinação de rotação e matriz que podem ser uteis para um direcionamento nas configurações.

RotaçãoMatriz
Normal1 0 0 0 1 0 0 0 1
Esquerda0 -1 1 1 0 0 0 0 1
Direita0 1 0 -1 0 1 0 0 1
Invertido-1 0 1 0 -1 1 0 0 1


04. DEMAIS INFORMAÇÕES

Atualizar para o versão 22.10.002 ou superior.

...

05. ASSUNTOS RELACIONADOS

  • Em caso de, as coordenadas não fixar sobre o uso de Linux kernel versão 6.5.

Aplicar os seguintes ajustes:

Dentro do diretório /usr/share/X11/xorg.conf.d/ criar o arquivo 99-calibration.conf com o seguinte conteudo:

    • Section "InputClass"
              Identifier      "calibration"
              MatchProduct    "ILITEK ILITEK-TP"
              Option  "MinX"  "-470"
              Option  "MaxX"  "65672"
              Option  "MinY"  "267"
              Option  "MaxY"  "65575"
              Option  "SwapXY"        "0" # unless it was already set to 1
              Option  "InvertX"       "0"  # unless it was already set
              Option  "InvertY"       "0"  # unless it was already set
      EndSection
    • Ajuste o arquivo: 40-libinput.conf
        • Ajuste: (Adição da linha: Option "TransformationMatrix" com a Matriz referente a rotação)
          • Section "InputClass"
                    Identifier "libinput touchscreen catchall"
                    MatchIsTouchscreen "on"
                    MatchDevicePath "/dev/input/event*"
                    Driver "libinput"
                    Option "TransformationMatrix" "0 1 0 -1 0 1 0 0 1"
            EndSection



Templatedocumentos