sebanc / brunch

Boot ChromeOS on x86_64 PC - Supports Intel CPU/GPU from 8th gen or AMD Ryzen
GNU General Public License v3.0
3.56k stars 388 forks source link

High battery usage and temperature surface pro 6 #1103

Open midozalouk opened 3 years ago

midozalouk commented 3 years ago

Hello i am having a high cpu usage and very rapid drain of my battery i am using hatch R91 recovery on surface pro 6 with the latest brunch Brunch r90 20210523

I use the lthis grub configuration

menuentry "ChromeOS" { img_part=/dev/nvme0n1p5 img_path=/ChromeOS.img search --no-floppy --set=root --file $img_path loopback loop $img_path linux (loop,7)/kernel boot=local noresume noswap loglevel=7 disablevmx=off \ cros_secure cros_debug enforce_hyperthreading=1 options=enable_updates,pwa,ipts,suspend_s3,no_camera_config,mount_internal_drives loop.max_part=16 img_part=$img_part img_path=$img_path \ console= vt.global_cursor_default=0 brunch_bootsplash=default quiet initrd (loop,7)/lib/firmware/amd-ucode.img (loop,7)/lib/firmware/intel-ucode.img (loop,7)/initramfs.img }

and when using the top-i command

i get theis results

` 3834 ntfs-3g 20 0 30936 24980 1464 R 48.7 0.3 7:41.81 ntfs-3g

4154 chronos 20 0 387116 29096 1916 S 37.1 0.4 6:09.52 mount-passthrou

3769 crosvm 20 0 55.2g 3.6g 3.6g S 25.2 47.2 9:24.10 crosvm

3853 android+ 20 0 7105924 2804 1244 S 11.3 0.0 2:50.17 pcivirtio-9p

1701 chronos 12 -8 33.2g 350388 93848 S 7.6 4.3 2:08.78 chrome

5817 chronos 20 0 36.5g 100152 37920 S 6.6 1.2 0:04.53 chrome

1740 chronos 12 -8 32.6g 165908 40352 S 5.0 2.1 0:36.98 chrome

150 root 20 0 0 0 0 R 1.3 0.0 0:21.72 kswapd0

3659 chronos 20 0 36.4g 88692 38692 S 0.7 1.1 0:00.92 chrome

1128 message+ 20 0 5108 3196 1256 S 0.3 0.0 0:01.99 dbus-daemon

2159 cras 20 0 97372 7080 2956 S 0.3 0.1 0:05.39 cras

4302 root 20 0 0 0 0 I 0.3 0.0 0:00.44 kworker/u16:9-events_unbound

4437 root 0 -20 0 0 0 I 0.3 0.0 0:00.19 kworker/2:2H-events_highpri

6649 chronos 20 0 3600 1888 1308 R 0.3 0.0 0:02.45 top

` ``

How can i solve that ?

ZZZXXX0110 commented 2 years ago

Some people reported a high CPU usage bug in Chrome OS 91 and Google later reverted the update for 91 to a previous version (but which broke Crostini). Google has later re-released the latest update last night, presumably have fixed the bug. But the current build version for 91 is exactly same as the one pulled back by Google earlier, so I don't know if you will receive the re-release as an update...

Also, not related but what is the reason you're running hatch on your SP6? I also have an SP6 but I'm running rammus, am I missing anything?