From 4cec18664f7cf5906f03478aff08862cb0660504 Mon Sep 17 00:00:00 2001 From: James Reed Date: Tue, 14 Jun 2022 21:33:43 +1000 Subject: [PATCH] Add new magedok specific settings --- _map-touchscreen-input-to-correct-display.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_map-touchscreen-input-to-correct-display.txt b/_map-touchscreen-input-to-correct-display.txt index 964ccbb..c0f0798 100644 --- a/_map-touchscreen-input-to-correct-display.txt +++ b/_map-touchscreen-input-to-correct-display.txt @@ -1,3 +1,7 @@ +# old magedok xinput --map-to-output 'pointer:N-trig DuoSense' DP-1 +# new magedok +xinput --map-to-output $(xinput list --id-only "`xinput list --name-only | grep ILITEK`") DP-3-3 + Refer to: https://wiki.archlinux.org/index.php/touchscreen#Using_a_touchscreen_in_a_multi-head_setup -- GitLab