• arc99@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    14 days ago

    My experience with Linux with Nvidia drivers was basically - hey execute this “.run” file and you get drivers. Okay that worked but then if the kernel updated, the drivers broke and had to be reinstalled. And if the dist upgraded to a new version then the drivers broke completely. And NVidia gave up providing drivers at all for their older GPUs and I was stuck with Noveau which is better than nothing but useless for gaming.

    Conversely, some dists are supported by graphics manufacturers with proper packages but there is always that gap where the driver dependencies and the kernel dependencies are out of sync. Or the graphics driver only works on the last couple of dists and support disappears after that. Or you upgrade the dist and then discover there are no drivers for it yet.

    I know it rankles some purists, but really there should be an long term, versioned ABI for graphics drivers on Linux. The kernel devs hate binary APIs but it should be in the interests of the likes of NVidia / AMD / Intel to develop and support one for their needs. i.e. a driver works across multiple versions of a kernel and multiple dists and makes it far less onerous for users to install drivers and for manufacturers to support them.

    • arc99@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 days ago

      I just took an old Optiplex with a GTX1650 and got it going with Ubuntu 24.04 and my experience was mostly okay but I saw a number of issues which could confound a newbie. Firstly, I had to go to the command like to run the ubuntu-drivers auto install because the card wasn’t set up properly. If I hadn’t then games wouldn’t run properly. But then I was able to install Steam and get some games going. Acceleration looked okay and I tested games which were running under Windows emulation and natively with some success - however there was a long delay launching some games, like it was having to transpile shaders or something. Still, when they worked they seemed to work well.

      The most egregious issue I had is that Ubuntu defaults to an X11 desktop and the desktop is slightly off but the games work well. If I change to a Wayland desktop, then the desktop is buttery smooth but the games are very choppy. I suspect that’s the driver for this old card just doesn’t work properly with the window manager for some reason in that mode, that the wm is not giving the game a proper surface to render in or is somehow interfering with performance.