Solution found:
source: https://github.com/mattocompleto/elantech-clickpad-fix
Just make autorun this script:
#!/bin/bash
device=`xinput list "ETPS/2 Elantech Touchpad" | grep -o 'id=[0-9]\+' |
egrep "[0-9]{1,}" -o`
i=0
while read label min delim max; do
if [ $i -eq 0 ]; then
Public bug reported:
I have a laptop "Asus S65CM" with a large Elantech Touchpad. Please
google it and see the touchpad.
First problem: the touchpad is not automatically configured in a correct way.
So I wrote a script to correct the parameters of "synclient" as enclosed.
In this way, it work qu
I can confirm the bug in:
- Fedora 16 Live CD
- Ubuntu 12.04 (or every edition with gnome-shell)
- Linux Mint (with Cinnamon)
Note:
Everything is fine in Gnome2 (in Ubuntu), and MATE (in Mint) except some time
in watching Youtube video (or other videos) appears flicker horizonal lines in
the mo
3 matches
Mail list logo