Ok, so I have tried again today and still have the graphic glitches issue shown above having done the following, mainly using https://www.baeldung.com/linux/nvidi...st-install-run as a guide.
1.Physically removed GPU
2. Removed preinstalled nvidia drivers with:
and
Checking in driver manager, no additional drivers are listed.
3. installed dependencies:
4. blacklisted the Nouveau driver with:
5. Tried to stop the display manager using but I'm not sure it worked:
6. From the download folder I then ran:
7.0 Re-installed GPU and booted up
This boots up using the nvidia card and I can see that I'm using the manually installed driver. The kubuntu default ones (535, 580 etc) are shown in the list.
I'm completely lost on why I'm having corrupted graphics all of a sudden. Can someone help me trouble shoot what is causing that?
1.Physically removed GPU
2. Removed preinstalled nvidia drivers with:
Code:
$ sudo apt purge nvidia*
Code:
$ sudo apt autoremove
3. installed dependencies:
Code:
$ sudo apt install build-essential gcc-multilib dkms
Code:
$ cd /etc/modprobe.d $ sudo touch blacklist-nouveau.conf $ sudo nano blacklist-nouveau.conf blacklist nouveau options nouveau modeset=0
Code:
sudo systemctl stop kdm
Code:
$ sh NVIDIA-Linux-x86_64-580.159.04.run
This boots up using the nvidia card and I can see that I'm using the manually installed driver. The kubuntu default ones (535, 580 etc) are shown in the list.
I'm completely lost on why I'm having corrupted graphics all of a sudden. Can someone help me trouble shoot what is causing that?



Comment