Wednesday, April 29, 2020

Ubuntu 19.xx/20.xx hangs on splash screen during boot

The solution is to disable the splash screen during boot.
  1. Open /etc/default/grub file in editor as superuser.
  2. Find the following line:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
     
  3. Change quiet splash to quiet or nosplash.
  4. Save the file and run the following command:

    sudo update-grub2

Source: How do I disable the boot splash screen, and only show kernel and boot text instead?

Displays overlapping on Kubuntu 20.04 on Asus ZenBook with Nvidia GPU

The problem ScreenXpert overlaps the main screen when Nvidia MX250 is chosen as main graphics card. The same thing doesn't happen with I...