agreeable-article-40766
10/17/2022, 11:28 AMagreeable-article-40766
10/17/2022, 11:31 AMclever-advantage-29037
10/17/2022, 11:54 AMcuddly-teacher-92140
10/17/2022, 12:48 PMfaint-energy-11966
10/17/2022, 1:33 PMcareful-napkin-30353
10/17/2022, 1:39 PMchilly-rocket-77832
10/17/2022, 2:59 PMLinux doesn't have proper sleep mode.This is just a modern myth. 🙂 Sure, there are laptops that don't work well as the manufacturers did NOT configure them properly. (even going so far as to disable in the BIOS the long-supported S3 standby mode that was supported over the last decade, in favour of the half-baked "Modern standby" mode pushed on them by Microsoft ) Due to the vast variety of manufacturers and hardware, compared to Macs, it does require some tinkering in software (Driver, BIOS, config-files) to get any Laptop working perfectly with the Linux distro of your choice.
agreeable-article-40766
10/17/2022, 3:17 PMchilly-rocket-77832
10/17/2022, 3:35 PMwork perfectly"perfect" depends from person to person. and since Linux is a lot more open to tinkering there isn't one size fits all. For example, someone may prefer instant power-up even if that means battery life is lower. -------- In the context of this thread, to get the best possible battery backup what Rohit mentioned above is the way to go. run
powertop
see what's consuming battery,
disable it if that's something you don't use,
re-configure it if you use it.
Here's an example - https://www.tecmint.com/powertop-monitors-linux-laptop-battery-usage/
Also look in the system (syslog) and kernel logs (dmesg) for warnings/errors and check how to address them.
(reconfiguring/upgrading/disabling the offending library or driver)
Also, have a look at the various options in the BIOS.
Understand them by searching/reading about them online.
Backup critical data on the system and modify them one-by-one to match your requirements.
(eg. some laptops do support S3-standby, but need to explicitly choose that in the BIOS that ships with default "Modern-Standby" as manufacturer expected MS-Windows by default)
At each step,
searching online for parts of the warning/error message,
along with the name of the part, the driver version
and the name/version of the Linux distro
should usually land on how someone has already fixed/worked-around the issue.
_(worst-case, can always ask on the distro forum or some communities like this_🙂_)_chilly-rocket-77832
10/17/2022, 3:40 PM