我的系统在启动时卡在 ubuntu 徽标上。为了解决它,我设置了nomodeset
.
但是现在它发生了1024x768的分辨率问题。以下是必要的信息:
lspci -nnk | grep -iA2 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 02)
Subsystem: Hewlett-Packard Company 82945G/GZ Integrated Graphics Controller [103c:302a]
Kernel modules: i915, intelfb
和
xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected primary 1024x768+0+0 0mm x 0mm
1024x768 76.00*
的输出
$ cat /proc/cpuinfo | grep -w 'model name'
model name : Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz
的输出sudo lshw -c display
*-display UNCLAIMED
description: VGA compatible controller
product: 82945G/GZ 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:e2000000-e207ffff ioport:c000(size=8) memory:d0000000-dfffffff memory:e2080000-e20bffff memory:c0000-dffff
此问题仅在安装后出现,而不是在我选择“尝试不安装”时出现,在这种情况下我不需要设置 nomodeset。
英特尔显卡更新工具显示:
Checking if Intel graphics card available...
• checking for i915 module in /sys/module
• i915 module found
Checking if Intel graphics card available... OK
Retrieving information from 01.org...
• fetching https://download.01.org/gfx/ilg-config.cfg
• saving to /home/garden/.ilg-config
• fetched 1626 bytes
• fetched 9818 bytes
• fetched 12301 bytes
• looking up [Ubuntu bionic] configuration
Retrieving information from 01.org... OK
Checking distribution... Failed
编辑:
我已经安装了xserver-xorg-video-intel
和xorg-dev
. 我已经尝试过acpi_osi=linux
创建文件并修改文件以添加 i915 和 intel_agp 驱动程序,如此acpi_backlight=vendor
处所述。noalpic
i915.modeset=0
xorg.conf
/etc/initramfs-tools/modules
这可以通过以下任一方式完成,
/etc/gdm3/custom.conf
。/media/ubuntu/XXX/etc/gdm3/custom.conf
可以找到已安装驱动器的路径df -h
更新:
看来这个bug已经用升级包修复
mutter
了,所以如果上面的解决方案没有解决,请尝试升级mutter
包或安装Ubuntu 18.04.2,或者如果你已经安装了18.04然后升级它sudo apt update && sudo apt upgrade
。如果安装了 Ubuntu 18.04.2,则无需禁用 Wayland。
我有同样的问题。我尝试在戴尔 Latitude D620 上全新安装 Ubuntu 18.04,它从 USB 驱动器启动正常,但重新启动后它只显示 ubuntu 徽标和鼠标光标,但系统没有响应 CTRL+F2/F3 或鼠标移动。
我的硬件:
所以添加
nomodeset
到 /etc/default/grub 系统能够启动我被错误的分辨率卡住了 1024x768 而不是 1280x800。所以这不是我想要接受的解决方案。最后我找到了一个很好的解决方法:
安装
lightdm
为显示管理器而不是默认安装gdm3
解决了 Intel 945GM (i915
) 和冻结的 ubuntu 徽标的问题。PS:WLAN 也不适用于集成的 Broadcom BCM4311。
解决方案是安装固件-b43-installer ( https://askubuntu.com/a/609420/127023 )。
更新:在 lightdm+Gnome 崩溃后我切换到 Unity (*)
我对 i915 模块有同样的问题。光标出现在屏幕上后启动时屏幕冻结。如上所述,通过将 gdm 替换为 lightdm 解决了该问题。总结食谱:
通过添加
nomodeset
选项启动:一个。启动前按住 SHIFT 查看 GRUB 菜单
b. 在该行按
e
并添加, 然后按 F10 重新启动。nomodeset
linux /boot,vmlinuz-.... root=UUID=... ro quiet splash nomodeset
sudo apt-get 安装 lightdm;sudo apt-get install ubuntu-unity-desktop
(*) 来自 dmesg 的 i915 模块错误消息,会话被强制注销