台电X98 air 3G 安装Redhat7.4 触控屏幕校准

2017-12-26 16:51 评论 0 条

前言:Redhat7.4源码编译安装内核4.13.16 可自动识别网卡rt8723bs、识别电源、支持触控。

image

触控校准

第一步安装xinput calibrator

sudo yum install http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-0.7.5-1.fc13.i686.rpm 

第二步运行xinput calibrator

应用程序—>其他—>选择Calibrate Touchscreen

第三步编辑配置文件99-calibration.conf

sudo vi /usr/share/X11/xorg.conf.d/99-calibration.conf

打开这个文件后可填写你刚运行的结果,也可使用下面内容

Section "InputClass"
         Identifier      "calibration"
         MatchProduct    "Goodix Capacitive TouchScreen"
         Option  "calibration"   "1541 11 2059 9"
         Option  "SwapXY"        "0"
EndSection

image

保存退出重启即可生效

版权声明:本文著作权归原作者所有,欢迎分享,谢谢支持!
转载请保留注明:台电X98 air 3G 安装Redhat7.4 触控屏幕校准 | DPIP知识库
分类:Centos, Redhat 标签:

发表评论

您必须 登录 才能发表留言!