...
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
Não se aplica