我刚刚将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有什么想法吗?
笔记本规格
软件选择
(10) Debian桌面环境
(准) ..。侏儒
(准) ..。Xfce
(准) ..。KDE
(准) ..。肉桂
(准) ..。配偶
(准) ..。LXDE
(附属) web服务器
(X)打印服务器
(附属) SSH服务器
(X)标准系统公用设施
输出和日志文件摘录
/var/log/installer# grep EEXorg.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 constraintsapt安装xserver-xorg-视频-{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.发布于 2018-05-21 19:33:09
由于在安装过程中没有单独选择桌面环境(DE),因此GNOME是默认的选择。但是,GNOME对于可用的系统来说似乎太重了。因此,将DE改为其他打火机解决了这个问题:
安装轻型DE (例如: mate、xfce或lxde)
apt install tasksel aptitude
tasksel选择并启动新的DE
update-alternatives --config x-session-manager
exec startx当然,上面的脚本只是一个解决方案,理想的方法是重新安装Debian并只选择这个DE。
发布于 2020-05-31 13:29:02
您可以使用下面的链接下载debian-desktop-environment-manager-cli。
它将帮助您安装、调试和卸载您选择的桌面环境,具体取决于计算机的资源。
https://unix.stackexchange.com/questions/445039
复制相似问题