https://bugs.winehq.org/show_bug.cgi?id=44395
--- Comment #18 from noabody@yahoo.com --- Apparently this is helping some users to install a clean nvidia driver from ubunutu repos. It does not, however, resolve the crash reported in this bug.
https://ubuntuforums.org/showthread.php?t=2382312&page=2
Let's do the same and see what results in your case: Make sure secure boot is disabled in bios ** Code:
sudo apt update sudo apt full-upgrade
reboot the machine so we are booting with any newly installed kernel.
Now we purge the old nvidia driver. activate the PPA and install the 390 version driver: Code:
sudo apt purge nvidia* sudo rm /etc/X11/xorg.conf sudo apt autoremove sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt update sudo ubuntu-drivers autoinstall
I blogged about that whole "build from debian experimental" tangential red-herring I got involved with while looking for the PPA and instructions noted above. Actually managed to build three packages with 50 that I could host on my own local PPA and synaptic was willing to install it. Would have broken my Ubuntu so I said "nah - nevermind".
https://noabody.wordpress.com/2018/01/25/build-debian-nvidia-390-12-package-...