hi there dear community
my notebook (akoya e4254 the touchpad and clickpad mouse is not working at all.
here in this path i have the both files:
see the path; /etc/X11/xorg.conf.d/
i have
[[email protected] xorg.conf.d]$ ls -l
insgesamt 4
-rw-r--r-- 1 root root 266 24. Jul 23:52 00-keyboard.conf
-rw-r--r-- 1 root root 0 26. Jul 22:38 30-touchpad.conf
[[email protected] xorg.conf.d]$
question:
how could I edit the "on" to the /usr/share/X11/xorg.conf.d/11-evdev.conf file?
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
I have read on a lot of threads about this issue.
If editing this file /usr/share/X11/xorg.conf.d/11-evdev.conf is ok, what is the best method?
1) sudo nano /usr/share/X11/xorg.conf.d/11-evdev.conf
2) sudo gedit /usr/share/X11/xorg.conf.d/11-evdev.conf
3) from files simply follow path to -evdev.conf file and edit and save