回答:
方法:1
Xサーバーを再インストールする簡単な方法の1つは、次のとおりです。
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 --reinstall xserver-xorg
楽しい!
これは実際に私のために働いた。
sudo ubuntu-drivers autoinstall
私のNVIDIAドライバーのいくつかは最新ではありませんでした。更新するnvidiaドライバーが複数あることは知りませんでした。
sudo apt install xorg xauth ubuntu-desktop xfce4