How to Install and Uninstall dri3proto-devel Package on openSUSE Leap

Last updated: May 19,2024

1. Install "dri3proto-devel" package

This guide covers the steps necessary to install dri3proto-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install dri3proto-devel

2. Uninstall "dri3proto-devel" package

In this section, we are going to explain the necessary steps to uninstall dri3proto-devel on openSUSE Leap:

$ sudo zypper remove dri3proto-devel

3. Information about the dri3proto-devel package on openSUSE Leap

Information for package dri3proto-devel:
----------------------------------------
Repository : Main Repository
Name : dri3proto-devel
Version : 1.2-4.17
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 25.2 KiB
Installed : No
Status : not installed
Source package : dri3proto-1.2-4.17.src
Upstream URL : http://xorg.freedesktop.org/
Summary : The X11 Protocol: Direct Rendering Infrastructure 3 extension
Description :
The DRI3 protocol headers for X11 development.
The DRI3 extension provides mechanisms to translate between direct
rendered buffers and X pixmaps. When combined with the Present
extension, a complete direct rendering solution for OpenGL is
provided.
The direct rendered buffers are passed across the protocol via
standard POSIX file descriptor passing mechanisms. On Linux, these
buffers are DMA-BUF objects.
DRI3 also includes a mechanism to translate between Linux Futexes and
X Sync extension fences. This provides a synchronization mechanism
which can be used to serialize access to shared render buffers.