I just installed yellowdog linux 6.2 on an old PowerPC laptop.
By default, it's interpreting trackpad taps as clicks, which I want to disable.
I followed the directions here, and put TRACKPAD_OPT=notap in my /etc/sysconfig/mouse-emulation and rebooted, but taps are still interpreted as clicks. Putting the setting in /etc/sysconfig/mouse instead (which I had to create) and rebooting didn't fix the problem either.
I also tried
% sudo trackpad notap
Password:
writing /dev/adb: No such device or address
So that didn't seem to work.
What should I do?