酷比魔方KNote go适配性问题

我这里是酷比魔方knote,触屏硬件一样,cpu是n3450,问题在于linux下的触屏将github上下载的firmware.fw重命名为mssl1680.fw放在lib/firmware/silead下然后在etc/x11/xorg.conf.d那个文件夹里创建一个文档叫99-calibration.conf,在里面输入 Section "InputClass" Identifier "calibration" MatchProduct "silead_ts" Option "MinX" "601" Option "MaxX" "65974" Option "MinY" "829" Option "MaxY" "67818" Option "CalibrationMatrix" "2.075 0 0 0 2.725 0 0 0 1" Driver "libinput" EndSection 就能用了,要是想校准就自己下个xinput_calibrator校准一下然后改一下数字,不要直接复制 所以说,linux的整明白了,fyde的系统文件也不可见,我该怎么做呢。。。 求大佬帮忙啊!!!!!!!!!!!!!!!! 就这样,看到的好心人帮个忙吧!

1 个赞

我把代码重新发一下

Section "InputClass"
        Identifier      "calibration"
        MatchProduct    "silead_ts"
        Option  "MinX"  "601"
        Option  "MaxX"  "65974"
        Option  "MinY"  "829"
        Option  "MaxY"  "67818"
        Option  "CalibrationMatrix" "2.075 0 0 0 2.725 0 0 0 1"
        Driver  "libinput"
EndSection

1 个赞

官方还没适配啊,一年了

这方法适用于其他驱动吗?

能开发个驱动软件吗?可以让用户自己选择硬件型号,自己设置参数,软件将驱动注入系统里

批注 2020-12-03 193314