我犹豫是否要在 Ubuntu 安装中禁用触摸屏。
我通过添加Option "Ignore" "on"
到
/usr/share/X11/xorg.conf.d/10-evdev.conf
文件来禁用它:
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "Ignore" "on"
EndSection
禁用(或忽略)触摸屏是否会延长电池寿命或产生任何影响?
答案1
一个可能的解决方案是检查它。安装powertop
:
sudo apt-get install powertop
并运行它(我使用平均时间为 30 秒,使用在系统空闲时提供或多或少恒定值的时间来运行它):
sudo powertop --time 30
那里显示了功耗 --- 尝试使用和不使用触摸屏并比较结果。虽然我怀疑@AB 是对的 --- 它几乎可以忽略不计。
答案2
从技术上来说,是的。但你不会注意到其中的差别。
很抱歉给大家带来坏消息。 ;)