• morriscox@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    Why does it seem like any issue with Windows is met by “INSTALL LINUX!!!”. If the check engine light on my car comes on I am not going to buy a truck.

    • Matombo@feddit.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Normally it happens the other way around but here on lemmy the popolation of LMR is just big enough to for once turn tables.

      • HiggsBroson@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        Better is debatable. For the average dev, Linux is an obvious improvement for most development tasks. For the casual user? Not even Ubuntu is 100% out of the box yet. I’m currently working through the migration to Ubuntu as my main OS and there have been things where I 100% had to open up a terminal for (or something similarly manual or confusing), which is typically not an option for non-developers or the technologically disinclined. Most Linux diehards seem to forget that not everyone is technologically literate, especially when they push the latest fork of a fork of a branch of arch with barely any UI or support for familiar applications.

        • qyron@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          You got me curious.

          What exactly had you going for the terminal? Although not a fan of that distro in particular, I must admit they were the ones who made a significant push to make Linux more accessible to every one.

          I’d risk 97% of end user machines nowadays are ready to go after going through a standard install of Ubuntu.

          • HiggsBroson@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            1 year ago

            I think the first thing was Windows’ fault (and also the fault of my dual boot setup, which i imagine most casual users won’t be going for) - apparently “Fast Startup” means doing some hardware shenanigans that prevents Ubuntu from hooking into the motherboard’s network adapter.

            After disabling that, I had to install a specific version of the nvidia graphics driver (535) from a PPA to get all 4 of my monitors working. Before that, I couldn’t configure display settings at all because my screens would flash for too long and prevent me from clicking the “Keep Settings” button. And before that, only one monitor worked and the other three were black screens that I could move the mouse to, but couldn’t move applications to.

            And finally I had to figure out how to set a “default” audio device because apparently this isn’t a configurable thing (that I could find). I noticed I would have to manually set my audio device after every reboot - after enough reboots I found that there is a command to list audio devices by ID and to set the active output device by ID, so I added it to the list of startup commands. Honestly this one is the most perplexing because I would think setting a default audio device from a list of multiple would be some pretty basic functionality. I’m guessing that I probably just missed it, or gnome hides it.

            After that is mostly gaming setup stuff. I would consider it to be common knowledge that most games aren’t intended to be run on Linux, so I don’t mind some difficulty there.

            Slightly unrelated, I have learned that apt purging openssl is a huge no-no and am now reinstalling Ubuntu again entirely :)

            • Macros@feddit.de
              link
              fedilink
              English
              arrow-up
              0
              ·
              edit-2
              1 year ago

              I can’t speak for the Nvidia issue. (Only that it is widely know that Nvidia actively works against Open source and only just has begun changing their stance, so Nvidia support is still poor on Linux. Their proprietary drivers aren’t great either. I stick to AMD since using Linux, they work great out of the box)

              But the audio issue baffles me. Under Kubuntu with KDE I just klick on the Loudspeaker in the systray and choose the device. It even remembers it over unplugging and replugging devices.

              Image of mentioned audio selection popup with radio button before the devices

              Rgarding openssl: Thats the price you pay for freedom, you can change the system how you want, even into non working states ^^ BTW: You can repair such mistakes with a LiveCD even major ones like this.