On 24.04 - I updated to the 550 drivers by installing the packages already available using this method:
https://ubuntu.com/server/docs/nvidi...s-installation
Install Kernel Headers
sudo apt install linux-modules-nvidia-550-generic
Validate Kernel Modules
sudo apt-cache policy linux-modules-nvidia-550-$(uname -r)
Install the user space drivers and driver libraries
sudo apt install nvidia-driver-550
reboot
This worked well but it looks like the updated PPA version has a fix I'd like to try
If I want to move to PPA drivers now - with the possibility of moving back to Ubuntu/Kubuntu (Non-PPA) drivers what is the recommended method to do that?
If I try to use sudo kubuntu-driver-manager - it shows using a manually installed driver and everything is greyed out (so I can't switch it there).
Can I switch to the PPA version directly or do I have to remove my current drivers first or move to nouveau drivers first?
If you've done this before let me know what has worked well for you previously.
Thanks for any information you can provide.
https://ubuntu.com/server/docs/nvidi...s-installation
Install Kernel Headers
sudo apt install linux-modules-nvidia-550-generic
Validate Kernel Modules
sudo apt-cache policy linux-modules-nvidia-550-$(uname -r)
Install the user space drivers and driver libraries
sudo apt install nvidia-driver-550
reboot
This worked well but it looks like the updated PPA version has a fix I'd like to try
If I want to move to PPA drivers now - with the possibility of moving back to Ubuntu/Kubuntu (Non-PPA) drivers what is the recommended method to do that?
If I try to use sudo kubuntu-driver-manager - it shows using a manually installed driver and everything is greyed out (so I can't switch it there).
Can I switch to the PPA version directly or do I have to remove my current drivers first or move to nouveau drivers first?
If you've done this before let me know what has worked well for you previously.
Thanks for any information you can provide.
Comment