Package Details: evdi-dkms 1.14.15-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 (endorfina)
Last Packager: xiota
Votes: 61
Popularity: 1.36
First Submitted: 2025-03-20 21:07 (UTC)
Last Updated: 2026-02-25 17:39 (UTC)

Dependencies (5)

Required by (1)

Sources (1)

Latest Comments

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

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

No compilation problems, sorry.

xiota commented on 2026-02-25 20:47 (UTC) (edited on 2026-02-25 20:49 (UTC) by xiota)

No problem.

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.

destroyedlolo commented on 2025-12-18 18:31 (UTC)

If somes are facing some difficulties to upgrade, how I (successfully) proceeded :

  • yay -Rs evdi-dkms evdi-dkms-debug displaylink
  • rm -rf .cache/yay/
  • yay -S evdi-dkms-git displaylink

Not sure the rm is needed, but it seems the previous installation media are not correctly cleaned, even if you're asking a CleanBuild.

kahun commented on 2025-12-18 09:10 (UTC)

I confirm that evdi-dkms-git works with kernel 6.18

xiota commented on 2025-12-10 23:22 (UTC) (edited on 2025-12-10 23:23 (UTC) by xiota)

@touchdown Try aur/evdi-dkms-git. There are commits with fixes for Linux 6.18 that aren't in a stable release yet.