• squaresinger@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    4
    ·
    10 hours ago

    It’s not all quite as rosy.

    Yes, Linux is much more capable now than it was 10 years ago and it’s much more capable of being used as a main system. I myself have been using Linux as my main system for a few years now.

    But it’s also a fact that a lot of stuff might not work (even if it works for someone else) and that some things are still more difficult than they should be.

    For example, on my laptop cannot wake from sleep since kernel 6.11. I have manually sourced a 6.10 from an older version of my distro and keep holding it back, so that I can use my laptop as a laptop. For someone without technical skill, this would mean that their laptop just can’t sleep any more. Hibernate also doesn’t work.

    Another example is that LibreOffice still makes a lot of formatting mistakes when it has to open word documents. And sure, everyone could just switch to odf, but it’s not quite as easy to make everyone else switch to odf. It makes it really hard to use LibreOffice in any kind of professional environment. Wouldn’t want to make a powerpoint presentation that then looks like shit when it’s played on a different PC.

    Lastly, Nvidia sucks, but it’s also close to the only option for laptops with dGPUs. When I look for laptops with dGPUs available in my area on a price comparison platform, I find 760 laptops with Nvidia GPUs and only 3 with AMD, all of which are priced at least €500 more than comparable Nvidia devices. So if you want to go for a gaming laptop, Nvidia is pretty much the only option, and under Linux it really sucks. Steam games generally work ok for me, but trying to use Heroic Launcher to play anything from my gigantic library of free Epic/Amazon/GoG games, about 10% of the games I tried actually work. And even with those that work, my laptop sometimes just decides that a slide show with 3 FPS is good enough. That stays even after reboots and resets, and after a few days it returns to normal. Only to go back to slideshow mode a few days later.

    If you just use your laptop to run a browser, I can recommend Linux 100%.

    If you want to do anything else and don’t have any technical skills and/or don’t want to spend hours fixing things that should just work, I can’t fully recommend it.

    • BingoBongoBang@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      9 hours ago

      I am a developer and Linux is my native environment in production systems. I wanted to use Linux on my laptop but sleeping / waking up never worked well enough. It could not switch from integrated video card to a discrete one ending up always using the discrete one which drained the battery in 30 minutes. All in all, it was usable but the details didn’t work so I gave up. That was years ago and eversince no customer really allows Linux…

      • Eyedust@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        4 hours ago

        Sleep/hibernate has been a pretty big problem for a while. As for the gpu, have you checked out NixOS? There’s ways to enforce your integrated card to handle everything and change states for certain apps to the discreet card.

        It takes a bit to learn, but nixlang is pretty simple. I’ve heard it referred to as “JSON with functions”. It also has the largest package repository of any OS and is atomic, so its hard as hell to break. You can even make separate, containerized dev environments with flakes.