I’m a happy new user of Manjaro (KDE) and really impressed with the ease of use and good looks of the system. The only thing that bothers me is that my laptop energy use seems to be building up when in sleep mode, up to 30W. This of course making it pointless because that’s higher than actually using it.
I cant seem to upload the graph from ‘Energy’, but while in sleepmode, over time the energy consumption rises in a linear line from something like 13 W to almost 30 W (in an hour, even higher, like 35 if it is for several hours).
My laptop is the new Dell Inspiron 16 plus (7620, with the Nvidea RTX 3060).
Could someone please help me to fix this issue?
Thank you so much!
underneath you’ll find my output. I tried to install the 5.19 kernal but it doesn´t boot. Normally when I boot I get some text about verified blocks or something and then my KDE login screen, with the 5.19 i get a whole lot of text (seems like hardware/version verifications) and then it just stops. And after waiting for like 15 to 30 minutes it just turns off the laptop. This goes for the normal 5.19 als wel as the fallback thingy in the GRUB loader. So im afraid thats not an option?
edit your post and use formatting, click this icon in editor: </> and copy the output there …
you have a new hardware, so the 5.19 would be better suited for you …
so uninstall it and install the 5.18.19-3 (soon to be end of life) and try with it …
See Hibernation for kernel parameters & initramfs configuration.
S3 Sleep is not supported. S0ix however works reasonably, loosing roughly 0.5% battery per hour. "RAID" needs to be changed to "AHCI" for S0ix to work. Without S0ix activated the laptop looses around 2% battery per hour.
NVIDIA's open source driver reliably disables the NVIDIA card. It is possible to use the proprietary driver, however as of August 2022 when it is used the NVIDIA GPU sometimes randomly turns on, drawing approximately 8W of extra power.
Thank you for your answer!
Ill try that. Do you happen to know if i can switch in my bios from RAID to AHCI just like that? i mean without doing a reinstall of the os? I only run Manjaro on this machine (no windows).
no it’s not that simple but there are tweaks. check the internet and youtube for tutorials how to do this or better backup and feel safe. better safe than sorry
you not being able to boot with the newer kernel could be related to ibt, so open this: kate /etc/default/grub
and inside the GRUB_CMDLINE_LINUX_DEFAULT add this parameter: ibt=off
dont remove anything from there, add it to existing parameters, save the file and update grub: sudo update-grub
reboot and select the 5.19 kernel in the grub menu, - if you dont have it no longer installed, install it first before rebooting …
also switch to ahci from raid, if there are issues with switching just reinstall, since it is fresh install anyway
interesting that its still not fixed, and some users still have to use this parameter …
now switch in bios from raid to ahci, to fix the sleep/battery issue …
you should have no issue switching it in linux…