Hi, It's been 4 days I've installed ubuntu 20.04 on my Dell Inspiron 3567. After installation, my 1st boot went well (I can't type a keyboard while on desktop). But after that, in every boot, I had the issue above. I can't refresh the icons either via mouse or keyboard. It's so irritating.
Please help me fix this issue. Thank You.
To temporarily fix it press
alt+f2
thenr
.To actually fix the issue, run these commands in the terminal.
Read this for more information.
I just deleted
/etc/X11/xorg.conf.d
and its contents (20-intel.conf
), then rebooted, and that seems to have done the trick. I don't completely understand but it seems having that file (20-intel.conf
) present, causes an old Intel package/driver (xserver-xorg-video-intel
) to be loaded, instead of using the (recommended?) modesetting driver; check here for more info. After rebooting, you can check what changed by comparingXorg.0.log
andXorg.0.log.old
in~/.local/share/xorg
(or wherever your Xorg logs are located). You should notice new entries withmodeset(0):
instead ofintel(0):
.Now, I originally created that conf file to solve tearing issues on 19.04 (which got solved then but still had the occasional coloured glitches on Firefox). Hopefully, they won't return.
PS: Worth mentioning that before deleting said folder, I'd already tried the package purge and reinstall, recommended in the other answer, which didn't work. So if deleting the Xorg conf doesn't work for you, you may also want to try that purge and reinstall as well.