https://blog.csdn.net/macwinwin/article/details/100073354
没有则创建文件:
/etc/X11/xorg.conf.d/20-intel-graphics.conf
写入内容:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TripleBuffer" "true"
Option "TearFree" "true"
Option "DRI" "false"
EndSection
1
2
3
4
5
6
7
参考:https://askubuntu.com/questions/945895/solution-to-intel-graphics-screen-tearing-flickering-causes-excessive-fan-use
更新:
可能是由于安装的是Ubuntu的最小安装版或者是因为处理器太新,在系统信息中并没有正常显示出intel的显卡,解决办法如下
删除上面添加的目录与文件
使用 Oibaf PPA
https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers
>>> sudo add-apt-repository ppa:oibaf/graphics-drivers
>>> sudo apt update
>>> sudo apt upgrade
>>> sudo reboot now
1
2
3
4
系统信息中的显卡显示正常:
————————————————
版权声明:本文为CSDN博主「microfat992」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/macwinwin/java/article/details/100073354
https://ywnz.com/linuxjc/5430.html
星期五, 四月 10, 2020
星期四, 四月 09, 2020
Apps to install
https://github.com/patrikx3/onenote
sudo snap install telegram-desktop
$ sudo add-apt-repository ppa:bitcoin/bitcoin
$ sudo apt-get update
$ sudo apt-get install bitcoin-qt
$ sudo apt-get install guake
星期日, 四月 05, 2020
connection to localhost is broken
https://askubuntu.com/questions/763945/cant-connect-to-smb-share-after-upgrade-to-ubuntu-gnome-16-04
星期三, 四月 01, 2020
星期日, 三月 29, 2020
X1 Carbon 7 gen - Improving Battery Life on Ubuntu
2020-03-08, 21:45 PM
source:https://forums.lenovo.com/t5/Ubuntu/X1-Carbon-7-gen-Improving-Battery-Life-on-Ubuntu/m-p/5002483
Hey!
Hey!
Just got the x1 carbon 7 gen but get less than 3 hours on a battery. 9 hours advertised.
Linux support is not that good for this model so this might be on of the problems.
● Processor: 10th Gen Intel® Core™ i7-10710U (1.10GHz, up to 4.70GHz with Turbo Boost, 6 Cores, 12MB Cache)● Operating System: Windows 10 Pro 64● Display Type: 14.0" FHD (1920 x 1080) IPS, anti-glare with Privacy Guard, 400 nits● Memory: 16GB LPDDR3 2133MHz (Soldered)● Hard Drive: 1TB SSD PCIe● Warranty: 1 Year Depot or Carry-in● Graphics: Integrated Intel® UHD Graphics● Camera: IR & 720p HD● Fingerprint Reader: Fingerprint Reader● Keyboard: Backlit - US English● Wireless: Intel® 9560 802.11AC (2 x 2) & Bluetooth® 5.0
This is what I did till now:
Firmware
fwupdmrg enable-remote lvfs-testing
fwupdmrg get-devices
fwupdmrg refresh
fwupdmrg get-updates
fwupdmrg update
fwupdmrg disable-remote lvfs-testing
TLP
Install tlp: https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html
CPU_SCALING_GOVERNOR_ON_BAT = powersave
CPU_ENERGY_PERF_POLICY_ON_BAT = balance_power
others are default
Undervolt & Fan Control
Install https://github.com/erpalma/throttled
Because of throttling CPU at 85C (now it's at 95C)
Undervolt offsets: CORE: -100.00 mV | GPU: -150.00 mV | CACHE: -100.00 mV | UNCORE: -100.00 mV | ANALOGIO: 0.00 mV
[BATTERY] Thermal: OK - Power: OK - Current: OK - Cross-domain (e.g. GPU): OK || VCore: 607 mV - Package: 1.9 W - Graphics: 0.6 W - DRAM: 0.3 W
Get battery watt consumption command:
system_profiler SPPowerDataType | grep "(m[AV])" | awk '{ print $3 }' | tr ' ' ' ' | awk '{ print $1*$2/1000000 }'
As comparison will be using a
MacBook Pro (Retina, 15-inch, Mid 2015)
2,2 GHz Intel Core i7
16 GB 1600 MHz DDR3
Intel Iris Pro 1536 MB
256GB SSD
Not sure about it's power policies on batt.
TEST
idle is 10watts for both computers without any programs loaded. Will go down to 8-9 when not used for a couple of minutes.
I was expecting much less draw on the x1 because of the smaller & less resolution screen + more efficient CPU.
Questions
What do you think is a normal idle watt consumption for the x1?
How can I go further in finding what could be wrong or improved for longer battery life.
#TODO
Will put some stress test results.
Will try to disable 2 of the CPUs at idle or low stress tasks.
Maybe try lighter Desktop Environment
Thanks!
星期五, 三月 22, 2019
订阅:
博文 (Atom)