conga_giant
New Member
I'm trying to figure out what graphics driver is currently in use by my system (Ubuntu 21.10 on an Intel NUC).
When I run sudo lshw -c video i get:
and when i run inxi -Fxxz the graphics portion outpus:
Is modesetting the same as i915? Or is i915 not being used at all? I'm fairly new to this and don't really know what I'm talking about, but any help would be appreciated.
When I run sudo lshw -c video i get:
Code:
*-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/fb0
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=1920x1080 visual=truecolor xres=1920 yres=1080
resources: iomemory:600-5ff iomemory:400-3ff irq:180 memory:603c000000-603cffffff memory:4000000000-400fffffff ioport:3000(size=64) memory:c0000-dffff memory:4010000000-4016ffffff memory:4020000000-40ffffffff
and when i run inxi -Fxxz the graphics portion outpus:
Code:
Graphics:
Device-1: Intel TigerLake-LP GT2 [Iris Xe Graphics] driver: i915 v: kernel
bus-ID: 00:02.0 chip-ID: 8086:9a49
Display: server: X.org 1.20.13 compositor: gnome-shell driver:
loaded: modesetting unloaded: fbdev,vesa tty: 80x24
Message: Advanced graphics data unavailable in console. Try -G --display
Is modesetting the same as i915? Or is i915 not being used at all? I'm fairly new to this and don't really know what I'm talking about, but any help would be appreciated.