我使用之前的 LTS 好几年了,没有出现任何问题,但升级到 18.04 LTS 后,它在启动时锁定了。我可以在安全模式下正常启动,但图形很差。
我不完全确定它是 HP Compaq 的哪种型号,但 CPU 是 Intel Core2 Duo CPU E6750 @ 2.66GHz * 2。
sudo lshw -C video
(从如何知道我的显卡型号?) 给我:
*-display UNCLAIMED
description: VGA compatible controller
product: 82Q35 Express Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list
configuration: latency=0
resources: memory:f0100000-f017ffff ioport:1230(size=8) memory:e0000000-efffffff memory:f0000000-f00fffff memory:c0000-dffff
我该如何诊断这个问题?我已经尝试过这个答案如何在 Ubuntu 17.10 中安装最新的英特尔显卡驱动程序?
答案1
我按照调试内核启动并看到:
启动 uid 123 的用户管理器
作为锁定前的最后一条消息。搜索到这个后,我发现Ubuntu 18.04 在华硕 1015PX 上启动时挂起,并显示消息“已启动 uid 120 的用户管理器”链接到一个解决方案17.10 至 18.04 升级在启动过程中冻结- 在问题中寻找“更新 #7”:
事实证明,问题不是 gdm3 与 lightdm 的问题。这是旧版 Intel GPU 的 gdm3/wayland 问题。要修复...
在终端...
cd /etc/gdm3 # change directory sudo pico custom.conf # edit this file
查找并更改:
#WaylandEnable=false
对此:
WaylandEnable=false
保存文件。
sudo dpkg-reconfigure gdm3 # select gdm3 DM
选择 gdm3 并确定。
reboot # reboot the computer