Thats why i never buy their shit after having one laptop with one of their graphics.

Worst part? I’m still using that laptop, im doing troubleshooting right now.

Anyone else?

  • dustyData@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    9
    ·
    1 year ago

    That’s still neither Ubuntu, Linux or the user’s fault. It’s still 100% Nvidia’s responsibility. So, even with context it looks bad. OS auto-updates should never break the system, and if it does, you’re a bad engineer doing bad things. An update causing the system to show no video signal is awful.

    • AProfessional@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      1
      ·
      1 year ago

      Online updates are unsafe but it is Ubuntu’s fault for how they manage kernels. Fedora gets it correct keeping multiple versions around.

      • dustyData@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        1 year ago

        Having multiple versions of a kernel doesn’t solve this issue. It’s the driver dying and video signal stops working until system reboot that is really a bad implementation. Your new driver should work at least well enough with the previous kernel as to at least prompt the user that a reboot is necessary to finish the update. Bad engineering.

    • manpacket@lemmyrs.org
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      1 year ago

      Proprietary nvidia driver consists of (at least until recently) from two parts - closed userspace part and open kernel part. Those parts talk to each other with some protocol they change every once in a while and the only combination they support is that kernel module and userspace part must be of the same version. When they mismatch you still get video, you don’t get acceleration. And reboot fixes the problem.

      • dustyData@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        1 year ago

        the only combination they support is that kernel module and userspace part must be of the same version

        AKA bad engineering.