Package Details: evdi-dkms 1.15.0-1

Git Clone URL: https://aur.archlinux.org/evdi-dkms.git (read-only, click to copy)
Package Base: evdi-dkms
Description: Kernel module to enable management of multiple screens
Upstream URL: https://github.com/DisplayLink/evdi
Licenses: MIT, GPL-2.0-only, LGPL-2.1-only
Conflicts: evdi, python-pyevdi
Provides: evdi
Submitter: xiota
Maintainer: xiota (chaotic-aur)
Last Packager: chaotic-aur
Votes: 61
Popularity: 0.181664
First Submitted: 2025-03-20 21:07 (UTC)
Last Updated: 2026-07-02 02:22 (UTC)

Dependencies (5)

Required by (2)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 27 Next › Last »

xiota commented on 2026-07-06 11:42 (UTC)

@yandua Rebuild the displaylink package.

yandua commented on 2026-07-06 06:32 (UTC) (edited on 2026-07-06 06:35 (UTC) by yandua)

For whatever reason, displaylink 6.3-1 requires evdi<1.15. Here's what worked for me:

Uninstall existing installation as per @destroyedlolo comment.
yay -Rs evdi-dkms evdi-dkms-debug displaylink
rm -rf .cache/yay/

git clone https://aur.archlinux.org/evdi-dkms.git
cd evdi-dkms
git log
git checkout 53eb900bfbb036fb5695ca08f8f3d80a06b5f80c (this was the last 1.14 commit)
makepkg -si
yay -S displaylink
sudo systemctl enable displaylink
sudo reboot

During installation, I've also got complains for existing Pythton module since I've tried to install evdi multiple ways, so I've deleted it

sudo rm /usr/lib/debug/usr/lib/python3.14/site-packages/PyEvdi.cpython-314-x86_64-linux-gnu.so.debug

Zpecter commented on 2026-02-26 21:44 (UTC)

No compilation problems, sorry.

samvv commented on 2026-02-25 20:45 (UTC)

Sorry I didn't look close enough. Issue fixed. Conflict with pyenv.

samvv commented on 2026-02-25 20:40 (UTC) (edited on 2026-02-25 20:43 (UTC) by samvv)

Thanks for maintaining this package! Anyone else getting this error?

==> Making package: evdi-dkms 1.14.15-1 (Wed 25 Feb 2026 09:37:07 PM CET)
[...]
g++ -I../library $(python3 -m pybind11 --includes) -std=c++20 -fPIC -fvisibility=hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/home/samvv/.cache/yay/evdi-dkms/src=/usr/src/debug/evdi-dkms -flto=auto -c Card.cpp
/home/samvv/.pyenv/versions/3.14.2/bin/python3: No module named pybind11
In file included from /usr/include/pybind11/detail/common.h:12,
                 from /usr/include/pybind11/attr.h:13,
                 from /usr/include/pybind11/detail/class.h:12,
                 from /usr/include/pybind11/pybind11.h:12,
                 from Card.h:5,
                 from Card.cpp:6:
/usr/include/pybind11/conduit/wrap_include_python_h.h:44:10: fatal error: Python.h: No such file or directory
   44 | #include <Python.h>
      |          ^~~~~~~~~~
compilation terminated.

Python is installed.

TekkyGinger155 commented on 2026-01-19 13:05 (UTC)

suggestions by @destroyedlolo worked on cachyos 6.18-2 Thanks!

touchdown commented on 2025-12-23 17:34 (UTC)

It's working with the latest update. Thanks again for the support.