Ubuntu 20.10 How to use iris driver with intel Iris Xe graphics

5,683

To anyone who run's into this topic, for me, the solution was to go for option 1 - the drivers maintenend by oibaf - and my problem (joining screens with my ASUS VivoBook, running Ubuntu 20.10) was solved.

Roger

Share:
5,683

Related videos on Youtube

Cyrille37
Author by

Cyrille37

Des TIC et des hommes. I like to contribute and code free softwares. Preferred languages are Java (with Spring) and Php (with Laravel, Slim) with software like Nginx, Mysql, Redis, Maven, Composer, ... My computers run some Ubuntu flavors, servers run Debian.

Updated on September 18, 2022

Comments

  • Cyrille37
    Cyrille37 over 1 year

    I've read some questions, like #1297875, but finally not found how to replace graphics driver i915 with the iris driver on Ubuntu 20.10 running on a i7-1165G7 that bring a Intel Iris Xe Grahpics PCI id [8086:9a49].

    Any idea please ? Thanks.

    UPDATE after installed oibaf drivers

    I miss understand something ... As we can see below, the i915 driver is used but for OpenGL it is a "Mesa Intel Xe Graphics (TGL GT2)"...

    $ inxi
    CPU: Quad Core 11th Gen Intel Core i7-1165G7 (-MT MCP-) 
     
    $ lspci -nnk | grep -iA2 VGA
    00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake GT2 [Iris Xe Graphics] [8086:9a49] (rev 01)
        Subsystem: Intel Corporation Iris Xe Graphics [8086:9a49]
        Kernel driver in use: i915
     
    $ inxi -G
    Graphics:
      Device-1: Intel TigerLake GT2 [Iris Xe Graphics] driver: i915 v: kernel 
      Device-2: Chicony Chicony USB2.0 Camera type: USB driver: uvcvideo 
      Display: x11 server: X.Org 1.20.11 driver: loaded: modesetting 
      unloaded: fbdev,vesa resolution: 1: 1600x900 2: 1920x1080~60Hz 
      OpenGL: renderer: Mesa Intel Xe Graphics (TGL GT2) 
      v: 4.6 Mesa 21.2.0-devel (git-629e834 2021-05-15 hirsute-oibaf-ppa) 
    

    After reading this page at intel.com Intel® Iris® Xe MAX Graphics with Linux it seems "normal" that driver "i915" is used for Xe Graphics as they say:

    While support for the Intel Iris Xe Graphics processor has already been integrated into Linux* and integrated into Linux-based distributions such as Ubuntu 20.04.1, enabling work for the Intel Iris Xe MAX graphics processor in Linux* is ongoing.

  • Cyrille37
    Cyrille37 almost 3 years
    Thanks @Roger. note: oibaf drivers are installed after an "apt upgrade"
  • Cyrille37
    Cyrille37 almost 3 years
    But after upgrade the driver is still "i915" ... $ lsmod|grep video -> video 49152 1 i915