Отключить сенсорный экран

Насколько я понимаю, я могу отключить свой сенсорный экран, добавив в этот файл опцию «Ignore» «on»

/usr/share/X11/xorg.conf.d/10-evdev.conf Section "InputClass" Identifier "evdev touchscreen catchall" MatchIsTouchscreen "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection

, чтобы она выглядела так:

Section "InputClass" Identifier "evdev touchscreen catchall" MatchIsTouchscreen "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "Ignore" "on" EndSection

Что произойдет, если бы я упростил изменение MatchIsTouchscreen на «off»?

Section "InputClass" Identifier "evdev touchscreen catchall" MatchIsTouchscreen "off" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection

Отключит ли мой сенсорный экран?

2
задан 1 July 2017 в 17:15

3 ответа

Отредактировано файл с

sudo nano /usr/share/X11/xorg.conf.d/10-evdev.conf

Изменено MatchIsTouchscreen от «on» до «off»

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "off"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        EndSection

«Сенсорный экран ELAN» отключен и больше не обнаружен в xinput список.

0
ответ дан 22 May 2018 в 21:42

Отредактировано файл с

sudo nano /usr/share/X11/xorg.conf.d/10-evdev.conf

Изменено MatchIsTouchscreen от «on» до «off»

Section "InputClass" Identifier "evdev touchscreen catchall" MatchIsTouchscreen "off" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection

«Сенсорный экран ELAN» отключен и больше не обнаружен в xinput список.

0
ответ дан 18 July 2018 в 11:53

Отредактировано файл с

sudo nano /usr/share/X11/xorg.conf.d/10-evdev.conf

Изменено MatchIsTouchscreen от «on» до «off»

Section "InputClass" Identifier "evdev touchscreen catchall" MatchIsTouchscreen "off" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection

«Сенсорный экран ELAN» отключен и больше не обнаружен в xinput список.

0
ответ дан 24 July 2018 в 19:52

Другие вопросы по тегам:

Похожие вопросы: