Skip to content

ikwzm/mesa-xlnx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

mesa-xlnx

Overview

Introduction

This Repository provides debian package for the xlnx mesa dri driver.

Release

Ubuntu Version Mesa Version Release Branch
22.04.3 23.0.4 mesa-xlnx-dri_23.0.4-0ubuntu1-22.04.1
22.04.2 22.2.5 mesa-xlnx-dri_22.2.5-0ubuntu0.1-22.04.3
22.04.1 22.0.5 mesa-xlnx-dri_22.0.5-0ubuntu0.1
20.04 20.2.6 mesa-xlnx-20.2.6-0ubuntu0.20.04.1

Install

For Ubuntu 22.04.3 LTS

Download

shell$ git clone -b mesa-xlnx-dri_23.0.4-0ubuntu1-22.04.1 https://github.com/ikwzm/mesa-xlnx

Install

shell$ sudo apt-get install ./mesa-xlnx/libgl1-mesa-xlnx-dri_23.0.4-0ubuntu1~22.04.1_arm64.deb

For Ubuntu 22.04.2 LTS

Download

shell$ git clone -b mesa-xlnx-dri_22.2.5-0ubuntu0.1-22.04.3 https://github.com/ikwzm/mesa-xlnx

Install

shell$ sudo apt-get install ./mesa-xlnx/libgl1-mesa-xlnx-dri_22.2.5-0ubuntu0.1~22.04.3_arm64.deb

For Ubuntu 22.04.1 LTS

Download

shell$ git clone -b mesa-xlnx-dri_22.0.5-0ubuntu0.1 https://github.com/ikwzm/mesa-xlnx

Install

shell$ sudo apt-get install ./mesa-xlnx/libgl1-mesa-xlnx-dri_22.0.5-0ubuntu0.1_arm64.deb

For Ubuntu 20.04.1

Download

shell$ git clone -b mesa-xlnx-20.2.6-0ubuntu0.20.04.1 https://github.com/ikwzm/mesa-xlnx

Install

shell$ sudo apt-get install ./mesa-xlnx/libgl1-mesa-xlnx-dri_20.2.6-0ubuntu0~20.04.1_arm64.deb

Disable Rendering with Lima(if necessary)

The Lima DRI Driver is currently under development, so the application may not work. If you want to run an application that doesn't work, set the environment variable LIBGL_ALWAYS_SOFTWARE to 1 when you start gnome-shell to disable rendering with Lima as follows.

shell$ cat <<EOT > /etc/systemd/user/gnome-shell-x11.service.d/override.conf
[Service]
Environment="LIBGL_ALWAYS_SOFTWARE=1"
EOT

About

This Repository provides an environment for building debian package for the mesa-xlnx.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published