Package Details: evdi-dkms-git 1.14.15.r0.g3dafd62-2

Git Clone URL: https://aur.archlinux.org/evdi-dkms-git.git (read-only, click to copy)
Package Base: evdi-dkms-git
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, evdi-dkms, python-pyevdi
Provides: evdi, evdi-dkms
Submitter: xiota
Maintainer: xiota (severach)
Last Packager: xiota
Votes: 30
Popularity: 0.89
First Submitted: 2025-03-20 21:09 (UTC)
Last Updated: 2026-02-25 17:41 (UTC)

Dependencies (6)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 Next › Last »

bungeye commented on 2019-02-09 05:27 (UTC) (edited on 2019-02-09 05:28 (UTC) by bungeye)

just a bump for @noraj's issue to see if anyone has a fix. Just installed Arch and trying to get this set up. I'm having the exact same error. Apologies if this is a rookie mistake.

CFLAGS="-Werror -Wextra -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-error=missing-field-initializers" make -C module 
make[1]: Entering directory '/home/zach/.cache/yay/evdi-git/src/evdi/module'
make -C /lib/modules/4.20.6-arch1-1-ARCH/build M=$PWD
make[2]: Entering directory '/home/zach/.cache/yay/evdi-git/src/evdi/module'
make[2]: *** /lib/modules/4.20.6-arch1-1-ARCH/build: No such file or directory.  Stop.
make[2]: Leaving directory '/home/zach/.cache/yay/evdi-git/src/evdi/module'
make[1]: *** [Makefile:57: module] Error 2
make[1]: Leaving directory '/home/zach/.cache/yay/evdi-git/src/evdi/module'
make: *** [Makefile:8: all] Error 2
/usr/bin/makepkg: line 342: logpipe: unbound variable
Error making: evdi-git

DrJPepper commented on 2019-01-23 16:01 (UTC) (edited on 2019-01-23 16:02 (UTC) by DrJPepper)

Anyone have a fix for @noraj's issue below? I'm still experiencing it nigh a month later.

Edit: As of 4 hours ago the dev's said they'd fix the issue and will push soon

noraj commented on 2018-12-26 14:50 (UTC) (edited on 2018-12-26 15:35 (UTC) by noraj)

1.5.1.r0.gc7e80bc-1 is not building with my 4.19.8 and 4.20.0 kernel, I'm having this error:

CFLAGS="-Werror -Wextra -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-error=missing-field-initializers" make -C module                          
make[1]: Entering directory '/home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module'                                                                
make -C /lib/modules/4.20.0-1-MANJARO/build M=$PWD
make[2]: Entering directory '/usr/lib/modules/4.20.0-1-MANJARO/build'
  CC [M]  /home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module/evdi_drv.o                                                                         
  CC [M]  /home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module/evdi_modeset.o                                                                     
  CC [M]  /home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module/evdi_connector.o                                                                   
  CC [M]  /home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module/evdi_encoder.o                                                                     
  CC [M]  /home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module/evdi_main.o                                                                        
  CC [M]  /home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module/evdi_fb.o                                                                          
/home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module/evdi_fb.c: In function ‘evdifb_create’:                                                      
/home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module/evdi_fb.c:370:33: error: ‘FBINFO_CAN_FORCE_OUTPUT’ undeclared (first use in this function)   
  info->flags = FBINFO_DEFAULT | FBINFO_CAN_FORCE_OUTPUT;
                                 ^~~~~~~~~~~~~~~~~~~~~~~
/home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module/evdi_fb.c:370:33: note: each undeclared identifier is reported only once for each function it
appears in
make[3]: *** [scripts/Makefile.build:292: /home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module/evdi_fb.o] Error 1                                 
make[2]: *** [Makefile:1563: _module_/home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module] Error 2                                                
make[2]: Leaving directory '/usr/lib/modules/4.20.0-1-MANJARO/build'
make[1]: *** [Makefile:57: module] Error 2
make[1]: Leaving directory '/home/noraj/.cache/pikaur/build/evdi-git/src/evdi/module'                                                                 
make: *** [Makefile:8: all] Error 2
/bin/makepkg: line 346: logpipe: unbound variable

stansvec commented on 2018-03-12 11:19 (UTC)

@menta I can confirm your solutions works. Thanks!

corallus commented on 2018-02-16 08:35 (UTC)

@menta Thanks! Works perfectly. evdi and kernel updates are a real pain in the ass...

menta commented on 2018-02-08 09:52 (UTC)

The following modified PKGBUILD may be used until the bug causing problems with linux 4.15 (https://github.com/DisplayLink/evdi/issues/117) will be fixed upstream: https://pastebin.com/sNZpgYuD