What are the main criticisms of Linux in desktop platforms?

  • prinzmegahertz@lemm.ee
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 day ago

    Every few years, i come back to Linux to see how far i can get before hitting a major obstacle. Installed Linux mint summer last year to get away from windows.

    First impression: Steam and proton are great, i can play my favorite game Mechabellum without any issue. Helldivers 2 otoh won’t work due to what seems to be an anti cheat tool.

    Software development is also kinda good. Install vs code, let’s go.

    But then the trouble begins: my brother laser printer that works out of the box with windows and macOS refuses to print. No error message or anything, just nothing happens. Next thing is that i want to use lm studio to host local llms, but they don’t have a full release for Linux, only a beta that is not available from the mint AppStore. There is an appimage available however, so i have to learn how to handle these. Too bad the Linux version does not support in app update, you always have to install the newest appimage manually.

    I would like to develop an llm application using C#. I download the dotnet framework from the AppStore, but VSCODE is not able to find it. After investing several hours trying to find out why this is, i surrender.

    And then, for some reason, my NVIDIA card breaks. I try to reset to an older version of the driver, but to no avail - i don’t know whats going on, but steam only shows if i deactivate hardware acceleration and games also will only run on the integrated graphics card.

    I surrendered and went back to windows. See you guys in 2 years.

    Edit: some spelling

    • Lumiluz@slrpnk.net
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 day ago

      What’s ironic about the LLM stuff too is that they are usually developed in Linux, not Windows, and when you do get one working, it works a bit faster. The issue, like most things Linux, is there’s no good GUI options on Linux, because the same people working on it in Linux seem to assume you don’t need one because you use Linux.

      As long as this remains the norm, adoption will be slow.

      • prinzmegahertz@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        24 hours ago

        That’s a great explanation! I guess I could use Ollama instead of lm studio, but this is also another command line tool without an UI