web-dev-qa-db-ja.com

セッションの開始は、tty1を介して手動でXを開始するまで、背景のみを表示します

小説を始める前のセットアップに関する情報:Ubuntu 16.04 gnome gdm3(最初に問題が発生したときにlightdmを使用していましたが、問題が解決するかどうかを確認するために切り替えました)。

セッションにログインしているとき、セッションを選択してパスワードを正しく入力できますが、バックグラウンドのみが読み込まれ、他には何も読み込まれません。もし私が CtrlAltF1 startXを介して手動でserverXを起動すると、セッションは正常にロードされます。
関連する問題で、セッションをロックすることもできません( CtrlAltL、または SuperL、またはGUI)

現在、この問題はランダムに発生していません。私は最近、パッケージ管理に関連するすべてのものを大混乱させました。そして、私がしたことすべてを正確に思い出すことはできません。

これが役立つかもしれない場合に私がしたことのいくつかの大きなビューです。

  • python 3.6をインストールしようとしましたが、python 3.5に移行できません。賢くしようと、/etc/apt/sources.listを編集しましたデバッグリポジトリを追加しました(sources.listへの変更を元に戻したので)。

    #deb cdrom:[Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release AMD64 (20170215.2)]/ xenial main restricted
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ xenial universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
    deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
    
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb http://archive.canonical.com/ubuntu xenial partner
    # deb-src http://archive.canonical.com/ubuntu xenial partner
    
    deb http://security.ubuntu.com/ubuntu xenial-security main restricted
    # deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
    deb http://security.ubuntu.com/ubuntu xenial-security universe
    # deb-src http://security.ubuntu.com/ubuntu xenial-security universe
    deb http://security.ubuntu.com/ubuntu xenial-security multiverse
    # deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
    
  • 次に、python 3.6をインストールするように強制しました(失敗しました)、すべてを台無しにしました。私の観点から、gitが突然私のマシンにインストールされなくなりました。 apt-getを実行するたびに、未解決の依存関係がいくつかありました(moslty gitpython3libperl)。

  • 次に、このapt問題を解決しようとしました。ある時点で、他のパッケージの中でapt-get(およびaptitudeもインストールされていなかった)を誤ってアンインストールできました...

  • この時点で、マシンは動作します通常セッションをロックできます。vimgccおよびgdbを使用できます(すべて正常です)私にとってはgit)。

  • 次に、セッションをロックして、週末に入ります。そして今朝、私は黒い画面に戻りました。文字通り何も画面に表示されていません。
  • マシンをハードリブートしても何も起動しません(この時点では、セッションにログインすることすらできません)。だから私は CtrlAltF1、手動でstartXを起動してみてください(惨めに失敗します)。
  • 次に、パッケージの問題を修正(推測)します。

    Sudo rm -rf /etc/apt/apt.conf.d/20snapd.conf
    

    そしてubuntu-desktopを再インストールして、最後にserverXと私のセッションを正常に開始できるようにします

    Sudo apt --fix-broken install 
    Sudo dpkg --configure -a 
    Sudo apt-get update 
    Sudo apt-get upgrade 
    Sudo dpkg --configure -a 
    Sudo apt-get -f install 
    Sudo apt-get full-upgrade  
    Sudo apt-get install --reinstall ubuntu-desktop  
    Sudo apt-get install --reinstall ubuntu-release-upgrader-gtk
    Sudo apt-get install --reinstall update-manager  
    startx
    

    すべてが順調で、満足していました(環境が以前とまったく同じではないことに気付きました(端末内のフォントは同じではありません)が、何でも問題なく動作しました(gitでも戻ってきました)。

  • 次に、セッションをロックしようとしました->不可能

  • ロックの問題を修正するために再起動すると、セッションにログインするためにパスワードを入力すると、バックグラウンドだけがロードされ、他に何も読み込まれませんでした(もう一度tty1でstartXを実行すると、セッションにログインする問題が解決されます)。

    この問題を解決するために、いくつかのことを試しました。

    Sudo apt install --reinstall gnome-Shell ubuntu-gnome-desktop
    

    私はgdm3とlightdmで試しました:同じ問題が両方とも発生しました

    Sudo apt-get install ubuntu-session
    Sudo apt-get install x11-common
    Sudo apt-get install xserver-common
    Sudo apt-get install xserver-xorg
    Sudo apt-get install gnome
    Sudo apt-get install unity
    

私の混乱を通して私を助けたいと思うほどクレイジーであるならば、私はどんなログファイルまたはもちろん何かを提供したいです。

1
navetdesalpes

デスクトップ環境をkubuntu-desktopとsddmに変更すると、問題が解決しました。セッションは問題なく起動し、画面をロックできます!!!!!!!!

Ubuntu-desktopを使用するとlightdmとgdmの両方で問題が発生したため、ubuntu-desktop(構成ファイルがどこかで乱雑になっているはずです)から問題が発生したと思います。

0
navetdesalpes