Skip to content

canonical/intel-graphics-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Intel Graphics Preview

1. Introduction

This project is a collaboration between Intel and Canonical to provide early preview of kernel and userspace support for new Intel GPUs. Some components are directly from Ubuntu archives and some are from a PPA.

While the mainline Ubuntu 24.10 kernel already has much of the support, we are using the linux-intel kernel from the PPA at this time because of some additional patches that have not landed in the mainline kernel yet.

2. Report an Issue

Please submit issues here and we'll get back to you ASAP.

3. Supported Intel GPUs

This preview supports up to and including the following:

  • Intel® Core™ Ultra Mobile Processors (Series 2) (Codename: Lunar Lake)
  • Intel® Arc™ B-Series graphics cards (Codename: Battlemage)

4. Supported Ubuntu Versions

  • Ubuntu 24.10 Desktop

5. Setup System and Install Graphics Stack

5.1 Install Ubuntu 24.10 Desktop

  1. Download and install Ubuntu 24.10 Desktop on the host machine.

5.2 Install Graphics Stack

  1. Clone this repo.

    git clone https://github.com/canonical/intel-graphics-preview.git
  2. Run script to install the stack.

    cd intel-graphics-preview
    ./setup-intel-graphics.sh
  3. Reboot.

6. Additional Resources