I'm having graphics issues with my freshly installed Ubuntu 20.04. I've added a picture to show you the graphic glitches happening randomly. There is no clear pattern. It occurs very shortly (in a fraction of second), so it was quite hard to capture that picture.
This question was already answered before, but the solution didn't work. The error came back.
Graphic card details:
*-display
Beschreibung: VGA compatible controller
Produkt: UHD Graphics 620
Hersteller: Intel Corporation
Physische ID: 2
Bus-Informationen: pci@0000:00:02.0
Logischer Name: /dev/fb0
Version: 07
Breite: 64 bits
Takt: 33MHz
Fähigkeiten: pciexpress msi pm vga_controller bus_master cap_list rom fb
Konfiguration: depth=32 driver=i915 latency=0 mode=1920x1080 visual=truecolor xres=1920 yres=1080
Ressourcen: iomemory:1f0-1ef iomemory:1f0-1ef irq:129 memory:1ff2000000-1ff2ffffff memory:1fc0000000-1fcfffffff ioport:3000(Größe=64) memory:c0000-dffff
the notebook being used is an HP EliteBook 840 G5. I didn't install any additional drivers.
Output of dmidecode -s bios-version:
Q78 Ver. 01.03.00
output of free -h
gesamt belegt frei gemeinsam Zwischen verfügbar
Speicher: 7,4Gi 1,6Gi 3,8Gi 342Mi 2,0Gi 5,2Gi
Auslager: 975Mi 0B 975Mi
output of sysctl vm.swappiness
vm.swappiness = 60
output of grep -i swap /etc/fstab
/dev/mapper/vgubuntu-swap_1 none swap sw 0 0
output of sudo blkid | grep -i swap
/dev/mapper/vgubuntu-swap_1: UUID="a87ef036-3178-4736-8db3-255fa03dce6b" TYPE="swap"
output of grep -i resume /etc/default/grub is empty.
output of grep -i GRUB_CMDLINE_LINUX /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
output of cat /etc/initramfs-tools/conf.d/resume: not found
output of swapon -s:
Dateiname Typ Größe Benutzt Priorität
/dev/dm-2 partition 999420 0 -2
I'm not able to repost the image, so please check here: Graphic glitches occurring randomly on Ubuntu 20.04
sudo dmidecode -s bios-version
. Also, see if my quick answer improves things at all. Report back. – heynnema Jul 03 '20 at 14:49free -h
andsysctl vm.swappiness
. Also, do you know how to boot with nomodeset? That might eliminate a graphic driver problem. Your screen resolution may be off during the test. – heynnema Jul 03 '20 at 19:39grep -i swap /etc/fstab
and I'll write an update to my answer to increase your swap. – heynnema Jul 11 '20 at 13:47sudo blkid | grep -i swap
andgrep -i resume /etc/default/grub
andgrep -i GRUB_CMDLINE_LINUX /etc/default/grub
andcat /etc/initramfs-tools/conf.d/resume
andswapon -s
. – heynnema Jul 11 '20 at 18:03