Search Criteria
Package Details: evdi-git 1.14.7.r3.g59a3a86-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/evdi-git.git (read-only, click to copy) |
---|---|
Package Base: | evdi-git |
Description: | kernel module that enables management of multiple screens, primarily for DisplayLink USB VGA DVI HDMI DisplayPort video |
Upstream URL: | https://github.com/DisplayLink/evdi |
Licenses: | GPL |
Conflicts: | evdi |
Provides: | evdi |
Submitter: | None |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 29 |
Popularity: | 0.39 |
First Submitted: | 2017-08-10 17:05 (UTC) |
Last Updated: | 2024-10-19 17:39 (UTC) |
Dependencies (3)
Required by (3)
- displaylink (requires evdi)
- displaylink-beta (requires evdi)
- displaylink-runit (requires evdi)
Latest Comments
1 2 3 4 5 6 .. 16 Next › Last »
KarthikJay commented on 2024-10-26 20:43 (UTC) (edited on 2024-10-26 20:44 (UTC) by KarthikJay)
For anyone having trouble with the package not installing on linux kernel 6.12+ There is a compile error of the following:
I just fixed it by commenting that line in the folder:
/var/lib/dkms/evdi/1.14.7/source/evdi_modeset.c
Then running the command:sudo dkms install --no-depmod evdi/1.14.7 -k $(uname -r)
SimPilotAdamT commented on 2024-10-24 11:57 (UTC)
@GeorgP shouldn't that really be added to the pkgbuild by @severach?
hablitzel commented on 2024-10-04 19:26 (UTC)
@GeorgP Thank you, that helped! You made my day.
GeorgP commented on 2024-10-04 16:25 (UTC)
@hablitzel: I added
above the line
to
package()
.hablitzel commented on 2024-10-03 10:20 (UTC) (edited on 2024-10-04 11:38 (UTC) by hablitzel)
I have a problem with installing the package on kernel 6.11.1-arch1-1 although using the
sed
command from @Segaja's comment. This is the output ofWhat I did so far:
yay -G evdi-git
PKGUILD
file and added the line with the sed-command at the end ofprepare()
-functionmakepkg -si
In the output of the last command I see some errors:
The the aforementioned logfile I see this:
(I'm sorry for the German error messages but it didn't turn to English even with
LC_ALL=C
in front of the commands.Can anyone help me with this?
Segaja commented on 2024-08-12 08:06 (UTC)
Currently this package doesn't build with Linux 6.10.3 or higher. This is due to https://github.com/DisplayLink/evdi/issues/481
In order to fix this add the following line at the end of the
prepare()
function in thePKGBUILD
file:rbeucher commented on 2024-08-11 23:57 (UTC)
Hi,
I have updated my kernel to 6.10.3-arch1-2 this morning and the displaylink service does not start anymore. I have the following error showing in the journal:
Module evdi not found in directory /lib/modules/6.10.3-arch1-2
R
nktnet commented on 2024-06-28 11:54 (UTC) (edited on 2024-06-28 11:56 (UTC) by nktnet)
On evdi-git 1.14.2.r0.g9905b9b-1 from 2024-03-18 16:46 (UTC), installation with kernel 6.9.6-arch1-1 failed with error:
(using Wayland).
Had to manually edit the PKGBUILD (e.g. in ~/.cache/yay/evdi-git/PKGBUILD) at line 90, from
to:
hablitzel commented on 2024-03-18 16:33 (UTC)
Sorry folks. I should have read the posts before my post to get the needed information. It works for me after changing the branch in the PKGBUILD.
hablitzel commented on 2024-03-18 08:02 (UTC) (edited on 2024-03-18 08:03 (UTC) by hablitzel)
Since today I have problems with building evdi-git. I realized that my external screens were not recognized and that displaylink could not be started because
modprobe evdi
failed. I tried to rebuild evid-git and that fails with the following errors:I'm not sure what I can do to overcome the "invalid reference" in git. Can you help me out?
1 2 3 4 5 6 .. 16 Next › Last »