我正在使用HP幽灵X360卡比湖与Ubuntu16.10,我想使用触卵进行手势识别,但不幸的是,在安装和运行,它似乎不识别任何手势。
我用的是团结。
这是我得到的输出,但没有手势识别。
$touchegg
"/home/v/.config/touchegg/touchegg.conf" not found, copying config from /usr/share/touchegg/touchegg.conf
Reading config from "/home/v/.config/touchegg/touchegg.conf"
Try to make a multitouch gesture. If everything goes well the information about the gesture must appear
[+] Avaliable gesture:
Name -> Flick
[+] Avaliable gesture:
Name -> Drag
[+] Avaliable gesture:
Name -> Pinch
[+] Avaliable gesture:
Name -> Rotate
[+] Avaliable gesture:
Name -> Tap
[+] Avaliable gesture:
Name -> Touch 发布于 2017-08-26 03:10:01
我想你可能错过了配置部分。详情如下:
填写完毕后,单击“添加启动程序”窗口中的“添加按钮”。一旦添加,重新启动计算机。当Ubuntu重新登录时,touchegg将自动启动。
sudo apt install geis-tools
nano .xprofile将以下代码粘贴到nano编辑器中以添加多点触摸:
synclient TapButton2=0
synclient ClickFinger2=0
synclient TapButton3=0
synclient ClickFinger3=0
synclient HorizTwoFingerScroll=0
synclient VertTwoFingerScroll=0
touchegg &按键盘上的“Ctrl+o”键保存“.xprofile”文件,然后重新启动PC。当您重新登录时,将添加多点触摸。
希望这能帮上忙!
https://askubuntu.com/questions/872020
复制相似问题