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 ?
One possible solution is to check it. Install
powertop
:and run it (I use an averaging time of 30s, use one that gives more or less constant values when the system is idle):
The power consumption is shown there --- try it with and without touchscreen and compare results. Although I suspect that @A.B. is right --- it will be mostly negligible.
Technically, yes. But you will not notice the difference.
Sorry to be the harbinger of bad news. ;)