Ok, resolvi:
- o padrão
Evdev Axis Calibration
é bom (desconecte o plug-in para excluir os valores anteriores definidos porxinput set-prop
) - a matriz de transformação deve ser
width/tot_width 0 x_offset/tot_width
0 1 0
0 0 1
No meu caso largura é 1920, tot_width = 2560 + 1440 = 4000, x_offset = 320, portanto o comando completo torna-se
xinput set-prop "UC-LOGIC Tablet WP8060U Pen" --type=float "Coordinate Transformation Matrix" 0.48 0 0.08 0 1 0 0 0 1