
컴퓨터를 강제로 재설정해야 했습니다. GUI를 시작한 후에는 표시되지 않으며 시작하려고 하면 startx: command not found
다른 명령과 응답이 나타납니다.
whereis startx
startx:
xfce4-about --V
xfce4-about: Cannot open display
답변1
설치 xinit
패키지:
apt-get install xinit
다음과 같이 편집되었습니다 .xinitrc
:
#!/bin/sh
exec startxfce4
저장 및 실행chmod +x .xinitrc