IT 개발, develop/linux
cnetos7 그래픽 모드 사용하기
newly everyday
2018. 11. 16. 16:58
cnetos7 그래픽 모드 사용하기
centos7을 처음 깔면 console 모드이다.
그래픽을 사용하고 싶다면 다음과 같이 실행하면 된다.
"gnome "을 사용하고 싶다면
systemctl set-default graphical.target
yum groups install "GNOME Desktop"
..
한 20분간 많은 패키지들을 설치한다..
startx
"KDE"를 사용하고 싶다면
systemctl set-default graphical.target
yum groups install "KDE Desktop"
..
한 20분간 많은 패키지들을 설치한다..
startx
참고) https://geekflare.com/centos-gui-mode/