출처 : https://sseongju1.tistory.com/10
원인
그래픽 드라이버가 잘 안잡혀서
ctrl + alt + f3로 터미널 명령어 진행
이거 입력하면 터미널이 실행된다.
그리고 그래픽드라이버 업데이트를 해준다.
# Graphic Card Device 명 확인
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo ubuntu-drivers autoinstall
재부팅해봐라 될거다.