활성화하면 미친 듯이 작동하는 깨진 터치스크린이 있습니다.
/usr/share/X11/xorg.conf.d/10-evdev.conf 파일에 "Ignore" "on" 옵션을 추가해야 합니까?
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
**Option "Ignore" "on"**
EndSection
왜 MatchIsTouchscreen을 "off"로 변경할 수 없나요?????????????
나는 옵션 "무시" "켜기"를 추가할 것을 제안하는 많은 스레드를 읽었습니다. 한 스레드에서는 구성 파일을 편집하면 "...xserver가 폭발할 수 있습니다!"라고 말했습니다. 그것에 대한 진실이 있습니까?
/usr/share/X11/xorg.conf.d/10-evdev.conf 파일을 편집해도 괜찮다면 가장 좋은 방법은 무엇입니까?
1) sudo nano /usr/share/X11/xorg.conf.d/10-evdev.conf
2) sudo gedit /usr/share/X11/xorg.conf.d/10-evdev.conf
3) from files simply follow path to -evdev.conf file and edit and save
현재 시작 응용 프로그램에서 xinput 비활성화 "ELAN 터치스크린"을 실행하고 있지만 노트북이 일시 중지 상태에서 깨어나면 터치스크린이 활성화됩니다. 그래서 재부팅하거나 터미널에서 명령을 실행하는 데 어려움을 겪습니다. 화면이 이상하게 보일 때 가끔은 정말 어려운 일입니다.
나는 이 질문이 여러 번 제기되었다는 것을 알고 있지만 다른 사람들도 나만큼 혼란스러울 것이라고 생각합니다.
답변1
파일을 편집했습니다.
sudo nano /usr/share/X11/xorg.conf.d/10-evdev.conf
MatchIsTouchscreen을 "켜기"에서 "끄기"로 변경했습니다.
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "off"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
"ELAN 터치스크린"이 비활성화되어 더 이상 xinput 목록에서 감지되지 않습니다.