Hello elvir, I think I managed to resolve the issue.

1. update
```
sudo apt update
sudo apt upgrade
``` 

2. update everything through the ubuntu graphical toos (snap store,
system updates, ...)

3. reboot

4. install kernel 6.9.3 through mainline. The issues seem to have largely 
disappeared with kernel 6.9.
Although until recently, I could only use the nouveau driver without compute 
acceleration

5. reboot


6. update (again)
```
sudo apt update
sudo apt upgrade
``` 

7. install nvidia driver
- The driver from Additional drivers doesn't work
- do not add the nvidia archives
- just install through plain apt:

``` 
sudo apt remove --purge '^nvidia-.*'
sudo apt remove --purge 'cuda-*'
sudo apt remove --purge 'libcuda1-*'
sudo apt update
sudo apt-get install nvidia-driver-555 nvidia-utils-555
sudo apt-get install nvidia-cuda-toolkit
sudo reboot
``` 

As of right now, I believe version 555 is still in beta but they seem to
have updated something with the installer. I was also able to install
version 535 through apt.

# PS:
When shutting down the system for the first time after the driver install, it 
would throw some error messages about nvidia with version 535 and version 555 
would straight up not shut down.

After the installation, the boot with 535 took a very long time and with
this version, the rotating loading indicator gets stuck, making it seem
as if it crashed.

The first boot with 555 would straight up not work or take a VERY long time. 
After a reboot, the system seems fine.
I recommend disabling the silent splash screen in grub to better see whats 
going on and where it hangs. Give the system enough time to boot (heck the boot 
is slow, there is still something going on there for me)

But all in all, the effort was way worth. I have no more crashes and can
finally render videos!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064906

Title:
  White screen and Screen Flickering

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2064906/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to