In a world where nothing seems to work anymore, especially anything related to tech and/or customer service, getting on my laptop running Linux Mint just feels like a breath of fresh air. And that goes for just about any distro. It’s nice to have something that works as it should and doesn’t seem to go out of its way to cause frustration and irritation.

(P.S. Loblaw’s/PC Express suck ass. Canadians will know what I’m talking about).

  • Gordon_Freeman@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    I saw similar thing in EndeavourOS

    Yeah, is the OS I installed this time. Mint did not did that, at least 10 years ago, but I wanted to try a different distro.

    So, is not a trend for all distros? Maybe I’ll try a different one next time. I want to stay as close to Arch as possible (but I’m scared of Arch itself) because SteamOS is based on Arch so maybe I’ll install Manjaro next

    I can’t comment on the ‘cherry on top’ one without more details.

    If you want more details

    https://kbin.social/m/linux/t/325780/Stuff-stopped-working

    https://forum.endeavouros.com/t/some-software-stopped-working/44395

    I still have it installed (I’m pissed/frustrated and still have not made the reinstall), I check from time to time if an update fix it, but no luck to this day

    • sado1@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      I looked through the posts.
      Explanation of the issue: the userspace implementation of OpenGL for Xorg, called GLX,does not work, maybe it isn’t loaded. From what I see, /usr/lib/nvidia/xorg/libglx.so is no longer included in nvidia-utils package, the new name for it is probably libglxserver_nvidia.so

      Did you have any lines with (EE) in Xorg.0.log?
      Do you see if this log says, if libglxserver_nvidia.so was loaded correctly?
      Wouldn’t hurt to check, if nvidia kernel module is loaded: lsmod | grep nvidia
      Maybe reinstallation of nvidia-utils package could help, although I am pretty sure this was done already when you removed and added nVidia driver again.

      Feel free to PM me, whenever you give it another go, even if it’s half a year from now :) I’ll do my best to provide you some advice.
      (‘nv’ is an old driver for old nVidia cards, you shouldn’t look in that direction, it’s normal that it doesn’t load, if nvidia driver does)