答案1
系统:ubuntu 18.04 LTS
就我而言,NVIDIA 驱动程序的最新更新(390.116-0ubuntu0.18.04.1)是问题所在。修复问题的步骤:
$ sudo apt purge nvidia*
##Now you can reboot, the system will use
##Nouveau graphic driver(free & open source).
##Or continue to use another nvidia driver version.
##List the recommended nvidia drivers
$ ubuntu-drivers devices
## install for example nvidia-340, you have to realize that there are more
##nvidia versions nvidia-driver-435, nvidia-driver-430, nvidia-driver-418,
##nvidia-384, ##nvidia-375, nvidia-367, etc.
$ sudo apt install nvidia-340
##Reboot the computer.