在安装后启动时,坚持使用Ubuntu 18.04徽标

我的系统在启动时卡在ubuntu徽标上。 为了解决它,我设置了nomodeset

但现在它发生了1024×768的分辨率问题。 以下是必要的信息:

 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* 

输出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 

我尝试过解决方案1和解决方案2但没有成功。

此问题仅在安装后发生,而不是在我选择“尝试不安装”时,我不需要在这种情况下设置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-intelxorg-dev 。 我已经尝试了acpi_osi=linuxacpi_backlight=vendornoalpici915.modeset=0也创建xorg.conf文件并修改文件/etc/initramfs-tools/modules以添加i915和intel_agp驱动程序,如此处所述。

为了解决这个问题,我在GDM3中禁用了Wayland。

 sudo vi /etc/gdm3/custom.conf 

WaylandEnable=false更改为WaylandEnable=false并重新启动系统。

这可以通过两种方式完成,

  1. 将nomodeset设置为login,然后按照上述步骤操作。 (就我而言,我已经设置了nomodeset ,这是一种简单的方法)
  2. 使用live dvd或可启动媒体:确保已安装的驱动器/media/ubuntu/XXX/etc/gdm3/custom.conf的路径可以使用df -h找到

参考 : https : //bugs.launchpad.net/ubuntu/+source/xorg/+bug/1768232

我有同样的问题。 我尝试在戴尔Latitude D620上全新安装Ubuntu 18.04,它从USB驱动器启动很好,但重新启动后它只显示了ubuntu徽标和鼠标光标,但系统没有响应CTRL + F2 / F3或鼠标移动。

我的硬件:

 lspci -nnk | grep -iA2 vga 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03) Subsystem: Dell Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [1028:01c2] Kernel driver in use: i915 

因此将nomodeset添加到/ etc / default / grub系统能够启动我被错误的分辨率1024×768而不是1280×800。 所以这不是我想要的解决方案。

最后我发现了一个很好的工作:

 sudo apt-get install lightdm 

lightdm安装为显示管理器而不是默认的gdm3解决了Intel 945GM( i915 )和冻结的ubuntu徽标的问题。

PS:WLAN也没有使用集成的Broadcom BCM4311。

 lspci -vnn | grep 14e4 09:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5752 Gigabit Ethernet PCI Express [14e4:1600] (rev 02) 0c:00.0 Network controller [0280]: Broadcom Limited BCM4311 802.11b/g WLAN [14e4:4311] (rev 01) 

解决方案是安装firmware-b43-installer( https://askubuntu.com/a/609420/127023 )。

更新:我在lightdm + Gnome崩溃后切换到Unity(*)

我和i915模块有同样的问题。 光标出现在屏幕上后启动时屏幕冻结。 如上所述,通过用lightdm替换gdm解决了这个问题。 总结食谱:

  1. 通过添加nomodeset选项来引导:

    一个。 在启动之前按住SHIFT键查看GRUB菜单
    湾 按e并在该行添加nomodeset
    linux /boot,vmlinuz-.... root=UUID=... ro quiet splash nomodeset然后按F10重新启动。

  2. 从上面提到的结果开始低分辨率屏幕。
  3. 安装lightdm + unity桌面并将其选为默认值。
    sudo apt-get install lightdm; sudo apt-get install ubuntu-unity-desktop
  4. 重启。

(*)来自dmesg的i915模块错误消息,会话被强制注销