The standby experience is so bad on Linux laptops that I almost always shutdown and optimise for boot speed. On the MB a shutdown is quite rare and getting into the system takes 1s with the fingerprint reader. That’s such a huge difference it feels like magic.
I'm spoiled by Apple Silicon but still love Framework
491–500 of 541 posts
Re: I'm spoiled by Apple Silicon but still love Framework
#492Battery life is the only thing stopping me from getting out of the Apple ecosystem. As soon as a viable Linux laptop with "enough" battery life becomes available, I'll make the switch. At that point there's nothing on Apple side that couldn't be done better in Linux (with a bit of work, but that's okay). I travel a lot, and often on standby for work during that time. I need to be confident that when I pull the laptop…
1. The battery life, as others have mentioned.
2. The quality of the hardware: The screen is incredibly nice, the trackpad is VERY nice to use, and no other laptop has even come close.
3. It's so quiet. The fans almost never spin unless I've been compiling something for over a minute. I don't know how they do it but any other Linux laptop I've used, including desktops, have been super loud when running similar tasks.
Re: I'm spoiled by Apple Silicon but still love Framework
#493Earlier quoted context omitted.
This is not a Linux issue (Though the hibernate issues are!). It's a PC issue. Microsoft went on a crusade making hardware vendors implement S0 next to S3 but most hardware vendors now _only_ implement S0. So that the laptop can keep phoning home and download updates etc whilst closed. Which means it's impossible to turn off the CPU during suspend. it's always on. PC as a laptop platform is a complete joke.
>So that the laptop can keep phoning home and download updates etc whilst closed. On Windows, network connectivity in S0 standby is optional: https://www.tenforums.com/tutorials/146593-enable-disable-ne... >Which means it's impossible to turn off the CPU during suspend. it's always on. Hibernation is still an option, if you don't mind a slower resume.
Re: I'm spoiled by Apple Silicon but still love Framework
#494Re: I'm spoiled by Apple Silicon but still love Framework
#495The complaint about power usage in suspend is especially sad because it’s pretty much a common problem for Linux on laptops. Not sure if that’s what applies here, but the numbers about match what I see with my Framework. Basically: if you want to use secure boot you usually also want kernel lockdown mode, and you cannot hibernate a lockdowned kernel. At least not without out-of-tree patches. IMHO that’s a giant issue…
What's exasperating is that this has been going on for literally 20 years: > Pretty much exactly 19 years ago I got on a train to Oxford and made Mark Shuttleworth's laptop successfully suspend and resume using ACPI and that was the turning point in my entire career [1] [1] https://nondeterministic.computer/@mjg59/111249766634985812 10 years after that I bought a Macbook Air, and haven't gone back to Linux on a lapto…
While I can understand random Joe and Jane are at the mercy of reverse engineering while installing a Linux distro over the weekend, I expect that anyone selling Linux laptops as OEM, to actually get the specifications and have everything working as any other hardware vendor.
Re: I'm spoiled by Apple Silicon but still love Framework
#496Is this person using deep sleep? I always make sure I'm on deep sleep. I know it's gross: Put this in a file: GRUB_CMDLINE_LINUX_DEFAULT="mem_sleep_default=deep In /etc/default/grub.d/90_memsleepdefault.cfg Then run update-grub And reboot. Run this to check if deep sleep is enabled: cat /sys/power/mem_sleep If it says [deep] your good
Re: I'm spoiled by Apple Silicon but still love Framework
#497Earlier quoted context omitted.
I've never used sleep on my laptop. I always have the lid set to 'do nothing' when closed (i.e., stay on and keep running). In the past I gave up on using a macbook for many reasons, but a key one was that I couldn't keep the machine on when closing the lid. I can't fathom having to reconnect terminal sessions or other similar connections every time I want to move from one meeting room to another. Carrying my laptop…
There is a command line tool for this: "caffeinate". You can add a script that runs it while there are SSH sessions open.
Re: I'm spoiled by Apple Silicon but still love Framework
#498Battery life is the only thing stopping me from getting out of the Apple ecosystem. As soon as a viable Linux laptop with "enough" battery life becomes available, I'll make the switch. At that point there's nothing on Apple side that couldn't be done better in Linux (with a bit of work, but that's okay). I travel a lot, and often on standby for work during that time. I need to be confident that when I pull the laptop…
Re: I'm spoiled by Apple Silicon but still love Framework
#499Funny side story is years ago when AMD was developing the Opteron A series I commented somewhere that AMD is making a terrible blunder and is going after the wrong market. They needed to start the other way around, and build a kick ass Arm + GPU SoC that was more akin to a PC in terms of performance and not a throw away raspberry pi SoC. Bigger caches, wider memory bus, PCIe e.g. for NVMe, powerful GPU. Essentially s…
For that, you'd actually need a high performance ARM core on one side (and frankly, it's just Apple at that point, they needed well over a decade to get there), and you need some way to make legacy x86/x86_64 applications to run smoothly to get over the chicken-egg effect, and you need some way for all the legacy hardware devices that people plug in into their computers. Apple could do it not just because of their ex…
Re: I'm spoiled by Apple Silicon but still love Framework
#500Earlier quoted context omitted.
You said "Disabling animations . . . is not even an option on Apple's operating systems." That is quite simply false.
One can not disable the animations on MacOS. I would very much like to be wrong. Please tell me I am wrong and how to disable animations, especially when swapping between desktops.
When I first started using a mac for dev at my current job, I tried their virtual desktops implementation as a workaround for macOS's lack of alt-tab support. That desktop switching animation is so long it's honestly really funny, I just sat there for a minute switching around and laughing my ass off in disbelief at how slow it is. Unfortunately it does also make the feature completely unusable, so we're just stuck with one desktop and a gimped alt-tab. Just an absolute usability train wreck going on over at Apple.