우분투에서 desktop 우분투를 설치시 오류 문제 문의

park jason@Google의 이미지

안녕하세요

Google Cloud Platform에서 우분투 설치 후, desktop 우분투를 설치해서 GUI 환경에서 작업하려고 하는데
아래와 같은 오류 메세지가 나오네요...초보라서 6시간째 찾아봐도 해결책을 모르겠습니다. 도움 부탁드립니다...

감사드리며

datXXX@instance-1:~$ sudo startx
X.Org X Server 1.18.4
Release Date: 2016-07-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.0-97-generic x86_64 Ubuntu
Current Operating System: Linux instance-1 4.13.0-1019-gcp #23-Ubuntu SMP Thu May 31 16:13:34 UTC 2018 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-1019-gcp root=UUID==XXXXXXXXXXXX
Build Date: 13 October 2017  01:57:05PM
xorg-server 2:1.18.4-0ubuntu0.7 (For technical support please see <a href="http://www.ubuntu.com/support" rel="nofollow">http://www.ubuntu.com/support</a>) 
Current version of pixman: 0.33.6
        Before reporting problems, check <a href="http://wiki.x.org" rel="nofollow">http://wiki.x.org</a>
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jun 24 05:54:41 2018
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) 
Fatal server error:
(EE) no screens found(EE) 
(EE) 
Please consult the The X.Org Foundation support 
         at <a href="http://wiki.x.org" rel="nofollow">http://wiki.x.org</a>
 for help. 
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE) 
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
김정균의 이미지

코드나 쉘 실행 결과는 <code>~</code> block을 이용하면, 보기 좋게 정리가 가능 합니다.

세벌의 이미지

(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.

jick의 이미지

데스크탑 우분투를 Google cloud에 있는 컴퓨터에 설치하셨다는 이야기인가요?

제가 알기로 X server는 실제 물리적으로 스크린이 연결된 컴퓨터에서 실행하는 걸로 알고 있습니다. (일반적으로 쓰이는 클라이언트-서버 구조와는 좀 다릅니다. "스크린을 관리하는" 서버 역할을 하는 것이고 이 스크린에 뭘 보여주는 다른 프로그램들이 클라이언트 역할을 하는 겁니다.)

구글 클라우드에 있는 VM이라면 당연히 연결된 스크린이 없을 테니 X server를 실행시킬 수가 없겠죠.

초보자라면 그냥 남들 하는대로 -_- 일단은 터미널에서 ssh로 작업하시는 걸 추천드립니다.