Debian 9 は GUI で起動できません

Debian 9 は GUI で起動できません

私は古いToshibaノートブックにDebian 9をインストールしましたが、インストールは順調に行われました。

インストールが完了しました。
インストールが完了したので、新しいシステムを起動します。インストールを再開するのではなく、新しいシステムから起動できるようにインストールメディアを削除したことを確認してください。

しかし、再起動後、システムにいくつかのエラーメッセージが表示され、黒い画面で停止しました(alt-ctrl-f2〜f6を介してコンソールに切り替えることはまだ可能でした)。

[drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
[drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* pipe B underrun
[drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe B FIFO underrun
[drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* CPU pipe B FIFO underrun

どんなアイデアがありますか?


ノートブック仕様
東芝サテライト1135-S1553

  • 2.20GHz Intel® Celeron® 4プロセッサ
  • インテル852GMチップセット
  • 1GBメモリ
  • 32MB内蔵統合インテル®852GMビデオメモリ

Debian バージョン

ソフトウェアの選択
(X) Debian デスクトップ環境
( ) ... GNOME
( ) ... Xfce
( ) ... KDE
( ) ... Cinnamon
( ) ... MATE
( ) ... LXDE
( ) Web サーバー
(X) 印刷サーバー
()SSHサーバー
(X)標準システムユーティリティ

出力およびログファイルの抜粋
/var/log/installer# grep EE Xorg.0.log

(WW) warning, (EE) error, (NI) not implemented, (??) unknown
[8.534] (EE) Failed to load module "intel" (module does not exist, 0)
[8.535] (EE) Failed to load module "vesa" (module does not exist, 0)
[8.538] (EE) open /dev/dri/card 0: No such file or directory
[8.538] (EE) open /dev/dri/card 0: No such file or directory
[8.538] (EE) Screen 0 deleted because of no matching config section

/var/log/installer/syslog

pci 0000:02:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci_bud 0000:03:busn_res: can not insert [bus 03-02] under [bus 02] conflicts with (null) [bus 02])
gnome-shell [548]: Failed to allocate texture: Failed to create texture 2d due to size/format constraints

xserver-xorg-video-{vesa,intel} インストールが容易

Reading package lists ... Done
Building dependency tree
Reading state information ... Done
xserver-xorg-video-intel is already the newest version (2:2.99.917+git20161206-1)
xserver-xorg-video-vesa is already the newest version (1:2.3.4-1+b2).
xserver-xorg-video-vesa set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

答え1

インストール時に別のデスクトップ環境(DE)選択がないため、GNOMEはデフォルトの選択です。しかし、GNOMEは利用可能なシステムに比べて重すぎるようです。したがって、DEを別のライターと交換することで問題が解決します。

軽量DEのインストール(例:mate、xfce、lxde)

apt install tasksel aptitude
tasksel

新しいDEを選択して起動します。

update-alternatives --config x-session-manager
exec startx

もちろん、上記のスクリプトは単なる回避策であり、理想的な状況はDebianを再インストールしてこのDEのみを選択することです。

答え2

以下のリンクを使用してダウンロードできますdebian-desktop-environment-manager-cli

debian-desktop-environment-manager-cliへのGithubリンク

コンピュータリソースに基づいて選択したデスクトップ環境をインストール、デバッグ、および削除するのに役立ちます。

関連情報