답변:
방법 : 1
X 서버를 다시 설치하는 쉬운 방법은 다음과 같습니다.
Restart the PC with the live ubuntu disk. Choose safe graphics mode. Open a terminal cd to /etc/X11 cp xorg.conf to /media/usbdrive open gftp upload the xorg.conf file to a server restart PC without the live disk ctrl-alt-f1 login cd /etc/X11 sudo rm xorg.conf then wget www.yourserver/xorg.conf startx
안전 그래픽 모드의 라이브 CD가 자동으로 X 설정을 결정하므로 장애없이 X를 시작할 수 있습니다.
방법 : 2
전체 Xserver가 아닌 작업 구성 만 필요하다면? 그런 다음 백업 /etc/X11/xorg.conf
하고 수행
sudo dpkg-reconfigure xserver-xorg
방법 : 3
전체 Xserver를 다시 설치해야하는 경우
sudo apt-get install --xserver-xorg를 다시 설치하십시오
즐겨!