Gnome-Shell crashes and rendering problems on XServer with 430.26

Thanks for your help and hint about *.service files in .run archive!
Seems like I’ve got success with proprietary nvidia-drivers and KDE Plasma (X11 backend)

Step by step what I did:

  1. I went to clean console session (Ctrl+Alt+F2)
  2. closed GUI session:
sudo service sddm stop
  1. switched off graphical session:
sudo systemctl set-default multi-user.target
  1. removed all previous nvidia stuff:
sudo apt purge nvidia* bumblebee* primus*
sudo apt autoremove
sudo rm /etc/modprobe.d/*nvidia*
sudo rm /etc/modprobe.d/*nouveau*
sudo rm /etc/modprobe.d/*bumblebee*
sudo update-initramfs -u
reboot
  1. installed nvidia 396:
sudo apt install nvidia-driver-396
  1. enabled nvidia-resuming serivce from extracted *.run package (I used latest .run package v430):
sudo systemctl enable nvidia-resume.service
  1. returned back graphical session:
sudo systemctl set-default graphical.target
  1. I also needed do
rm ~/.Xathoruty

for my current user
9) rebooted again and got profit


upd:

after several reboots artefacts returned back :D


upd2:

I enabled service nvidia-suspend.serivce, after that I told to my system to go to sleep.

Sleeping process was failed and I saw Login window instead of sleeping mode.

After that I disabled serivce nvidia-suspend.service and machine went to sleep normally.

After that procedure artefacts isn’t rising.


There is a simple solution for shortcuts 364766 – Graphics distorted after suspend/resume with nvidia :D