Extensible Virtual Display Interface
The Extensible Virtual Display Interface (EVDI) is a Linux® kernel module that enables management of multiple screens, allowing user-space programs to take control over what happens with the image. It is essentially a virtual display you can add, remove and receive screen updates for, in an application that uses the libevdi
library.
This open-source project includes source code for both the evdi
kernel module and a wrapper libevdi
library that can be used by applications like DisplayLink’s user mode driver to send and receive information from and to the kernel module.
The pyevdi
library is a python wrapper for libevdi
.
See libevdi API documentation for details.
EVDI is a driver compatible with a standard Linux DRM subsystem. Due to this, displays can be controlled by standard tools, eg. xrandr
or display settings applets in graphical environments eg. Unity, Gnome or KDE.
Virtual displays can also be created with the help of pyevdi
.
For detailed installation instructions refer to module/README.md. Minimum supported kernel version required is 4.15. DisplayLink has verified the module compiles and works with Ubuntu variants of kernels up to 6.15. Although other vanilla Linux kernel sources are used for the CI jobs, newer kernels, or kernel variants used by other distributions may require extra development. Please see below to see how you can help.
EVDI is usually combined with the DisplayLink driver, we release it as a deb package or in a form of standalone installer paired with the driver, visit the DisplayLink page for the latest release. EVDI is not a complete driver for DisplayLink devices and will require the driver for the full functionality .
There is an community driven GitHub project at DisplayLink RPM which is generating RPM package for Fedora, CentOS Stream, Rocky Linux and AlmaLinux OS. It uses our code as the basis to create the RPM packages.
There is also an AUR package maintained by the community.
We welcome all contributions. There are many ways you can contribute to the project.
There are several topics we plan to cover in the future, including:
Elements of this project are licensed under various licenses. In particular, the module
and library
are licensed
under GPL v2 and LGPL v2.1 respectively - consult separate LICENSE
files in subfolders. Remaining files and subfolders (unless
a separate LICENSE
file states otherwise) are licensed under MIT license.
© Copyright 2015-2025 DisplayLink (UK) Ltd.
Linux is a registered trademark of Linus Torvalds in the U.S. and other countries.