Answers:
似乎您是指位于的文件/usr/share/X11/xorg.conf.d。也许libinput驱动程序最近已更新以支持您的触摸屏?
可能您想使用以下内容进行编辑/usr/share/X11/xorg.conf.d/10-evdev.conf:
“ InputClass”部分
标识符“ evdev触摸屏包”
MatchIsTouchscreen“打开”
MatchDevicePath“ / dev / input / event *”
#driver“ evdev”
选择“忽略”,“关于”
EndSection
并/usr/share/X11/xorg.conf.d/40-libinput.conf带有:
“ InputClass”部分
标识符“ libinput触摸屏包”
MatchIsTouchscreen“打开”
MatchDevicePath“ / dev / input / event *”
#Driver“ libinput”
选择“忽略”,“关于”
EndSection
如果这不起作用,请使用来获取触摸屏的名称xinput,然后将以下命令之一添加到启动脚本中:
xinput set-prop [touchscreen id] "Device Enabled" 0
xinput disable [touchscreen id]
xinput --list | grep -i "touch " | sed 's/id=//g' | cut -f2