Ubuntuデスクトップはどこにありますか?起動し、常にデフォルトで端末画面に移動します。 Ctrl+Alt+F7 まだ端末に Ctrl+Alt+F1 まだ端末に。
GUIはありません。どのように回復しますか?
EDIT:
Sun@e700gent:/etc/X11$ Sudo apt-get install --reinstall ubuntu-desktop
[Sudo] password for Sun:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libcdio-paranoia1 packagekit-backend-aptcc gdebi-core libxrandr-ltsq2 linux-headers-3.5.0-23-generic linux-headers-3.5.0-23 libcdio-cdda1 libllvm3.1
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 209 not upgraded.
Need to get 0 B/4,016 B of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 230006 files and directories currently installed.)
Preparing to replace ubuntu-desktop 1.267.1 (using .../ubuntu-desktop_1.267.1_AMD64.deb) ...
Unpacking replacement ubuntu-desktop ...
Setting up ubuntu-desktop (1.267.1) ...
Sun@e700gent:~$ unity --reset
WARNING: no DISPLAY variable set, setting it to :0
(process:2541): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
//bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.
WARNING: environment is incorrect: No D-BUS daemon running
Did you just try to reset in a tty?
unity-panel-service: no process found
compiz (core) - Fatal: Couldn't open display :0
Sun@e700gent:~$ Sudo startx
[Sudo] password for Sun:
X.Org X Server 1.11.3
Release Date: 2011-12-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.42-37-generic x86_64 Ubuntu
Current Operating System: Linux e700gent 3.5.0-36-generic #57~precise1-Ubuntu SMP Thu Jun 20 18:21:09 UTC 2013 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-36-generic.efi.signed root=UUID=68af0547-17ed-4a85-8369-244d57223f91 ro quiet splash vt.handoff=7
Build Date: 11 April 2013 01:05:39PM
xorg-server 2:1.11.4-0ubuntu10.13 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.24.4
Before reporting problems, check http://wiki.x.org
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: Tue Jul 16 17:37:57 2013
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
ddxSigGiveUp: Closing log
Server terminated with error (1). Closing log file.
EDIT:
この問題を解決することは、ロケット科学のようであり、未解決です。デバッグに時間を費やす代わりに、最終的にubuntuを再インストールします。
これを試して。押すだけ Ctrl+Alt+T キーボードでターミナルを開きます。開いたら、以下のコマンドを実行します:
Sudo apt-get install --reinstall ubuntu-desktop
以下の指示に従ってください:
Sudo dpkg --configure -a
Sudo apt-get install --reinstall ubuntu-desktop
私のマシンでこれに遭遇したら、/ etc/X11/xorg.confを削除してシステムを再起動するだけです。しかし-私は常にバックアップを作成します! :)
以前はどのディスプレイマネージャーでしたか? rootで保護モードに移動します Ctrl + Alt + F1 次に、次のパッケージを再インストールしてください。
apt-get install --reinstall xorg-xserver*
apt-get install --reinstall gdm
apt-get install --reinstall unity
Gdmとは異なるディスプレイマネージャーがある場合は、kdm
またはlightdm
と入力します。
私もかつてそれを持っていました-nvidia-driversに関して...
この問題を解決するために、Ubuntu-forum thisにここに投稿されました
「ユーザースペースのブートスプラッシュの停止」は、ブートログのように表示されます。
独自のドライバーをインストールすると、次のことを行いました。
Ctrl + Alt + F1 (ターミナルを開くには)およびログイン後:
Sudo apt-get clean
Sudo apt-get autoclean
Sudo apt-get autoremove
Sudo dpkg-reconfigure -phigh -a
reboot
Grub復旧モードに入り、「破損したパッケージの修復」を選択しました
reboot
ホールド Shift グラブメニューを取得するには E 静かなスプラッシュの横にある一時的な変更をgrubの場所「vmalloc = 192MB」に入力します
F10
そして今、問題は解決しました?!
次に、/etc/default/grub
を編集して以下を含めることにより、変更を永続化しました。
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vmalloc=192MB"
たぶんこれはあなたの問題を解決しますか?お知らせ下さい !
私も同じ問題を抱えていましたが、ここに掲載されている解決策はどれもうまくいきませんでした。
次のように機能しました。
Sudo apt-get upgrade
Sudo reboot
再起動前に動作しないapt-get updateなどのコマンド。再起動後、ターミナルを開きました(Ctrl + Alt + T)そしてすべてを更新しました
Sudo apt-get update
Sudo apt-get dist-upgrade
そして、すべてがうまくいくようです。
GUIがインストールされていて、コマンドラインから起動する場合、次のコマンドを使用できます。
Sudo service lightdm start