I hesitate about keeping my touchscreen disabled on my Ubuntu installation.
I disabled it by adding Option "Ignore" "on"
to the
/usr/share/X11/xorg.conf.d/10-evdev.conf
file :
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "Ignore" "on"
EndSection
Does disabling (or ignoring) the touchscreen extend battery life or does it have any impact ?