Partial solution found !
After three months of research, I came by chance on this website :
https://hive.blasux.ru/u/Stiletto/G752
# cd /sys/bus/hid/drivers/hid-multitouch
# ls
0018:04F3:3043.0007 bind module new_id uevent unbind
# echo "0018:04F3:3043.0007" > unbind
# echo 0018 04F3 3043 0013 >
I will inform them asap ;)
You've to be sudoer, type "sudo su" before
Persistent script :
sudo nano /etc/systemd/system/enable-touchpad.service
---
[Unit]
Description=Enable Touchpad
[Service]
ExecStart=/opt/bin/enable-touchpad
[Install]
WantedBy=multi-user.target
sudo nano /
(fail post)
Then
# sudo systemctl enable enable-touchpad
Verify that everything is okay with
# sudo systemctl status enable-touchpad
There is also a patch on the forum ROG seem to corrects the pad
problems, personally I do not recommend this solution, the tool is not
open source and the author d
3 matches
Mail list logo