The Framework laptop is using “ Iris Xe Graphics”.
Here is the graphics detail via the bash command lshw
*-display
description: VGA compatible controller
product: TigerLake-LP GT2 [Iris Xe Graphics]
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
logical name: /dev/fb0he
version: 01
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list fb
configuration: depth=32 driver=i915 latency=0 mode=2256x1504 visual=truecolor xres=2256 yres=1504
resources: iomemory:600-5ff iomemory:400-3ff irq:190 memory:605c000000-605cffffff memory:4000000000-400fffffff ioport:3000(size=64) memory:c0000-dffff memory:4010000000-4016ffffff memory:4020000000-40ffffffff
It appears Intel shows how to enable the graphics in Ubuntu 20.04.1 as the default kernel is not enabled by default.
The default kernel provided in Ubuntu 20.04.1 does not provide a kernel driver for the Intel Iris Xe graphics adapter. To enable that graphics adapter, you need to configure the system to use the linux-oem-20.04 kernel.
You can follow the steps provided in this web article:
https://dgpu-docs.intel.com/devices/iris-xe-max-graphics/index.html
I checked my own desktop install (Ubuntu 21.10) has the following kernel packages installed:
The following additional packages will be installed:
linux-firmware/impish-updates,impish-updates,now 1.201.3 all [installed,automatic]
linux-generic-hwe-20.04/impish-updates,impish-security,now 5.13.0.22.33 amd64 [installed]
linux-headers-5.13.0-19-generic/impish,now 5.13.0-19.19 amd64 [installed,automatic]
linux-headers-5.13.0-19/impish,impish,now 5.13.0-19.19 all [installed,automatic]
linux-headers-5.13.0-22-generic/impish-updates,impish-security,now 5.13.0-22.22 amd64 [installed,automatic]
linux-headers-5.13.0-22/impish-updates,impish-updates,impish-security,impish-security,now 5.13.0-22.22 all [installed,automatic]
linux-headers-generic-hwe-20.04/impish-updates,impish-security,now 5.13.0.22.33 amd64 [installed,automatic]
linux-image-5.13.0-19-generic/impish,now 5.13.0-19.19 amd64 [installed,automatic]
linux-image-5.13.0-22-generic/impish-updates,impish-security,now 5.13.0-22.22 amd64 [installed,automatic]
linux-image-generic-hwe-20.04/impish-updates,impish-security,now 5.13.0.22.33 amd64 [installed,automatic]
linux-modules-5.13.0-19-generic/impish,now 5.13.0-19.19 amd64 [installed,automatic]
linux-modules-5.13.0-22-generic/impish-updates,impish-security,now 5.13.0-22.22 amd64 [installed,automatic]
linux-modules-extra-5.13.0-19-generic/impish,now 5.13.0-19.19 amd64 [installed,automatic]
linux-modules-extra-5.13.0-22-generic/impish-updates,impish-security,now 5.13.0-22.22 amd64 [installed,automatic]
I have not download the application, but I will try later in the week.