My system stuck at ubuntu logo while booting. To resolve it, I've set nomodeset
.
But now it occurs a resolution issue to 1024x768. Here are the necessary information:
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
and
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*
Output of
$ cat /proc/cpuinfo | grep -w 'model name'
model name : Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz
Output of 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
I've tried solution 1 and solution 2 but no success.
This issue occurred only after installing it, not when I choose 'Try without Installing', I don't need to set nomodeset in that case.
Intel Graphics Update Tool shows:
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
Edit:
I've installed xserver-xorg-video-intel
andxorg-dev
. I've tried acpi_osi=linux
,acpi_backlight=vendor
, noalpic
, i915.modeset=0
also create xorg.conf
file and modify file /etc/initramfs-tools/modules
to add i915 and intel_agp drivers as mentioned here.
This can be done in either of the following ways,
/etc/gdm3/custom.conf
./media/ubuntu/XXX/etc/gdm3/custom.conf
which can be found withdf -h
UPDATE:
It seems like this bug has been fixed with upgrading
mutter
package, so if the above solution did not work out, try to upgrademutter
package or install Ubuntu 18.04.2 or if you have installed 18.04 then upgrade it withsudo apt update && sudo apt upgrade
.If Ubuntu 18.04.2 is installed, then there is no need to disable Wayland.
I had the same problem. I tried a fresh install of Ubuntu 18.04 on a Dell Latitude D620, it booted fine from USB drive but after restart it just showed the ubuntu logo and the mouse cursor, but the system was not responding to CTRL+F2/F3 or mouse movements.
My hardware:
So adding
nomodeset
to /etc/default/grub the system was able to boot I was stuck with the wrong resolution of 1024x768 instead of the 1280x800. So it is not a solution I wanted to live with.Finally I found a good work around:
Installing
lightdm
as Display Manager instead of the defaultgdm3
solved the problem with the Intel 945GM (i915
) and the frozen ubuntu logo.P.S.: WLAN was also not working with the integrated Broadcom BCM4311.
Solution was installing the firmware-b43-installer (https://askubuntu.com/a/609420/127023).
Update: I switched to Unity after lightdm+Gnome was crashing (*)
I had the same problem with i915 module. The screen was freezing when booting after the cursor was appearing on the screen. It was solved by replacing gdm by lightdm as described above. Summarizing the recipe:
Boot by adding the
nomodeset
option:a. Hold SHIFT to see GRUB menu before booting
b. Press
e
and addnomodeset
at the linelinux /boot,vmlinuz-.... root=UUID=... ro quiet splash nomodeset
and then press F10 to reboot.sudo apt-get install lightdm; sudo apt-get install ubuntu-unity-desktop
(*) i915 module error messages from dmesg, the session was forcingly logging out