ubuntu set up 7 - power
https://askubuntu.com/questions/1078939/ubuntu-18-04-battery-life
http://tipsonubuntu.com/2018/11/18/quick-tip-improve-battery-life-ubuntu-18-04-higher/
This is how I get the best battery life with my Dell XPS 15 9570 (nvidia graphics) on any Ubuntu 18.04+ based system (Elementary OS, Mint, etc.)
Install packages:
sudo apt-get install tlp powertop
Enable tlp:
sudo tlp start
Check that it's running:
sudo tlp-stat -s
Check battery drain watts with AC disconnected and most apps and browser tabs closed (give it a few moments to stabilise):
sudo powertop
Press ESC to exit (it takes a few seconds).
http://tipsonubuntu.com/2018/11/18/quick-tip-improve-battery-life-ubuntu-18-04-higher/
[Quick Tip] Improve Battery Life in Ubuntu 18.04 / Higher
November 18, 2018 2 Comments
For laptop users who want to get better battery life, besides using a lightweight desktop environment, you can use power management tool called TLP.
TLP brings you the benefits of advanced power management for Linux without the need to understand every technical detail. TLP comes with a default configuration already optimized for battery life, so you may just install and forget it. Nevertheless TLP is highly customizable to fulfil your specific requirements.
How to Install TLP in Ubuntu:
1. TLP is available in Ubuntu universe repository. Simply open terminal (Ctrl+Alt+T) from application launcher.
2. Then run command to install the tool:
sudo apt install tlpType user password (no asterisks feedback) when it prompts and hit Enter.
For lazy men, you’re done as the tool comes with a default configuration already optimized for battery life.
Install graphical UI for TLP:
To fulfil your specific requirements, there’s a GTK user interface called TLPUI which makes it easy to change the configuration.
1. To install the tool, open terminal (Ctrl+Alt+T) and run command to add PPA:
sudo add-apt-repository ppa:linuxuprising/apps
Type user password (no visual feedback) when it asks and hit Enter to continue.
2. Then install TLPUI via command:
sudo apt install tlpui
3. (OPTIONAL) To remove the tool, run command:
sudo apt remove --autoremove tlpuiAnd go to Software & Updates -> Other Software to remove the PPA:
ubuntu set up 7 - power的更多相关文章
- Ubuntu 16.04系统布署小记
		前段时间趁着双11打折,又将阿里云主机续费了3年.之前布署的系统是Ubuntu 12.04,从系统发布到现在也有四年半了,其官方支持的生命周期也将止于明年春,且这在几年里出现了很多新的事物,我也需要跟 ... 
- Install MongoDB Community Edition on Ubuntu
		Install MongoDB > Install MongoDB Community Edition > Install MongoDB Community Edition on Lin ... 
- NVIDIA双显卡
		NVIDIA双显卡 第一步:代码:sudo update-pciids #更新显卡信息非常重要,否则可能识别出错lspci -v | grep -i vga #察看显卡 我的显卡信息如下:代码:00: ... 
- Power OFF and ON USB device in linux (ubuntu)
		Power OFF and ON USB device in linux (ubuntu) http://loginroot.com/power-off-and-on-usb-device-in-li ... 
- Ubuntu 拦截并监听 power button 的关机消息
		system:ubuntu 18.04 platform:rockchip 3399 board:NanoPi M4 前言 物理上的电源按键短按之后,系统直接硬关机了,导致应用程序无法保护现场,就直接 ... 
- Ubuntu开发笔记
		这些操作在ubuntu14.04.1或者ubuntu12.04.5中进行 首先,安装ubuntu12.04(LTS)版本 安装按照高级安装方式,系统分配40G如下: /dev/sda* ext4 ... 
- 30分钟groovy快速入门并掌握(ubuntu 14.04+IntelliJ 13)
		本文适合于不熟悉 Groovy,但想快速轻松地了解其基础知识的 Java开发人员.了解 Groovy 对 Java 语法的简化变形,学习 Groovy 的核心功能,例如本地集合.内置正则表达式和闭包. ... 
- ubuntu 添加环境变量
		转自:http://hi.baidu.com/mario05/item/02b6d60ff7371136a2332a48 Ubuntu Linux系统环境变量配置文件:/etc/profile : 在 ... 
- 【转】win8.1下安装ubuntu
		参考:http://jingyan.baidu.com/article/14bd256e0ca52ebb6d26129c.html Ubuntu 系统是一款优秀的.基于GNU/Linux 的平台的桌面 ... 
随机推荐
- 简化 Spring Boot 项目部署,Flyway 搞起来
			虽然我之前录了一个微人事(https://github.com/lenve/vhr)部署视频(新版微人事部署教程来啦),但是由于这次升级涉及到了 Redis 和 RabbitMQ,所以在本地跑微人事还 ... 
- Window10和Ubuntu 18.04双系统安装的引导问题解决
			作为码农 首先,建议了解下grub2的启动顺序和逻辑.可以参考这篇文章,grub.cfg详解. 从执行顺序倒推,如下如果全部执行成功,则会进入grub的启动菜单:如果最后一步,没有找到grub.cfg ... 
- Spring监听器---ApplicationListener
			说到事件监听,想到的肯定是观察者模式.但是这儿主要说下spring中的监听是怎么样的流程. 这就不得不说到spring容器的refresh方法,容器启动过程中,listener相关的主要是这个三个方法 ... 
- django的自定义权限
			最近在写发布系统,涉及到权限的控制 参考 黄小墨同学的博客实现了 如下 1:定义一张权限控制的表 [root@localhost app01]# tailf -25 models.py class P ... 
- 写给Unity开发者的iOS内存调试指南
			0x00 前言 工作的过程中,常常会发现有小伙伴对Unity的Profiler提供的内存数据与某些原生平台Profiler工具,例如iOS系统和Xcode,所提供的内存数据有差异而感到好奇.而且大家对 ... 
- Python json 序列号字典 文本的存储和读取
			rootDir='./resources/v1/'# 根目录 # 按钮测试图片 btnTestPicUrl = { 'armyAttack' : rootDir+'testPic/gj2.jpg', ... 
- 在centos7上安装hadoop
			1.使用hadoop是需要jdk环境的,因为hadoop里面有java程序,而运行java程序需要jdk. 2.从宿主机上传文件到虚拟机有很多方法,我选择的是在虚拟机安装lrzsz,安装lrzsz命令 ... 
- LeetCode 57. Insert Interval 插入区间 (C++/Java)
			题目: Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if nec ... 
- Appium超详细环境搭建for Mac
			兜兜转转试用了一圈自动化框架后,回归到appium,与一年之前相比,appium有了很大的改变:1.iOS 9 之前一直以 instruments 下的 UIAutomation为驱动底层技术(弊 ... 
- Luarocks 安装艰难过程
			https://www.cnblogs.com/fanxiaojuan/p/11551268.html 
 
			
		






