Is there a good way to roll back the nvidia driver to an older version? I need 470 for my vr headset, as newer versions seem to disable video output to the headset. I have tried some logical stuff like sudo apt remove --purge nvidia-driver and also some more radical stuff like sudo apt remove --purge “^nvidia-*” but that somehow left all my drivers intact, and I am still on the newest version 525.147.05. Does someone know on how step back?

  • people_are_cute@lemmy.sdf.org
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    4 months ago

    Debian bookworm (12) ships with version 525, so that’s all you’ll get officially.

    Debian bullseye (11) is the one that comes with version 470. So clean-installing that is the best bet.

    Or you can try to download a driver package from Nvidia’s website and try to manually install it in an overcomplicated process that involves patching your kernel with dkms. In my personal experience this almost always breaks things and is not recommended.

    This is one of the drawbacks with Debian’s “stability”. Every stable version of Debian is a standalone, monolithic bundle of software that rarely allows for version changes.

    If possible I’ll suggest you shift to Mint. It comes with a dedicated GUI driver manager for installing and switching multiple driver versions.

    • Smorty [she/her]@lemmy.blahaj.zoneOP
      link
      fedilink
      arrow-up
      4
      ·
      4 months ago

      I actually got it to work. I ran these commands: sudo apt remove --purge nvidia sudo reboot #(Reboots the system) sudo apt install nvidia-tesla-470-driver sudo reboot #(Reboots the system)

      And BAM! I got the right driver for the job! Version 470 obtained!