• 2 Posts
  • 254 Comments
Joined 4 months ago
cake
Cake day: March 23rd, 2025

help-circle
  • According to more realistic data, e.g. https://gs.statcounter.com/os-market-share/desktop/worldwide/#monthly-202406-202506 the market share has been around 4% for the last year, even slightly declining in the meantime.

    But that doesn’t make for nice, sensationalist headline stoked by wishful thinking.

    Sorry to say, Linux isn’t going mainstream anytime soon and by and large the end of Win10 just means that the comparatively small group of users still running 5+ years old hardware will just buy a new PC or keep using their outdated OS.

    In fact, if you combine the market share of outdated Windows versions (XP-8.1) you get a market share very close to the market share of Linux.

    As much as we all would love it if the Linux market share goes to 50% in fall, it’s not going to happen.

    The main issues with Linux adoption (it’s not preinstalled and most people have no idea which OS they are using and really can’t be bothered to reinstall) are just as present as they ware for the last 30 years.






  • I got myself an old EEE PC for exactly that purpose. (Except, substitute python with lua).

    8h battery life, cost me €20 and does what it’s supposed to. Just make sure you get one with an Atom N280 or better. The popular N270 is 32bit only, and more and more programs are dropping 32bit support. Some of them you can DIY compile for 32bit, some you really don’t want to.

    (For example, compiling Node on an Atom N270 takes around 3 days.)

    I had one with an N270 first and replaced it with one with an N450 to get 64bit.

    Maxed it out with 2GB RAM, a cheapo €10 SSD that maxes out SATA and overclocked it to 2GHz.

    It’s not fast by any stretch of the imagination, but it’s totally ok for editing text files with Kate and compiling with platformio.











  • Tbh, I don’t know. The last time I used a desktop on a daily basis was 2020, and that was just my work PC where I wouldn’t really care if it woke up while I wasn’t at work.

    The last time I had a desktop PC at home was in 2009, so I really can’t say what is happening there in the meantime.

    And at least to me, sleep on a laptop is much more important than on a desktop. Battery usage isn’t really a thing on a desktop (usually at least).

    Interestingly, I do own a little 2010 netbook that I use as an ultra-mobile laptop when I really don’t need any kind of performance, and that one does all sleep states including hibernation perfectly out of the box. Even when just sleeping it loses maybe 1-2% of charge per day.

    But all the other laptops I own suck when sleeping.



  • Sleep and hibernate don’t work for me.

    Hibernate just acts like a power loss. After shutting down the state is just lost and the laptop starts up with a fresh boot.

    With Modern Sleep, kernels 6.11+ go to sleep fine, but don’t manage to wake back up. The keyboard lights up for half a minute, the fan goes on, the screen stays dark and after half a minute the laptop goes back to sleep. Kernel 6.10 sometimes works, sometimes behaves like 6.11+. I’d say it works 80% of the time.

    I disabled Modern Sleep in BIOS and tried to enable S3, S2 and S2+S3 in BIOS instead. I set the corresponding sleep states in Linux as well, and no matter which one of the non-modern-sleep options I try, and no matter if I’m using kernel 6.10 or 6.15, it never manages to wake up (same symptoms as above).