Search Criteria
Package Details: evdi 1.14.6-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/evdi.git (read-only, click to copy) |
---|---|
Package Base: | evdi |
Description: | A Linux® kernel module that enables management of multiple screens. |
Upstream URL: | https://github.com/DisplayLink/evdi |
Keywords: | display displaylink dp evdi screens |
Licenses: | GPL |
Submitter: | PlusMinus |
Maintainer: | endorfina |
Last Packager: | endorfina |
Votes: | 53 |
Popularity: | 0.083289 |
First Submitted: | 2016-09-16 07:44 (UTC) |
Last Updated: | 2024-08-29 10:32 (UTC) |
Dependencies (4)
- base-devel
- dkms
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libdrm (libdrm-gitAUR)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 22 Next › Last »
bidskii commented on 2023-11-09 22:56 (UTC) (edited on 2023-11-09 23:19 (UTC) by bidskii)
Getting errors trying to build evdi with kernel 6.6.1. Made this patch to get it to build, not sure if this is 100% above board (external monitors work, but I get issues if I close my laptop lid and try to use external monitors only). Can anyone else test it?
mvidaldp commented on 2023-11-09 13:11 (UTC)
I can confirm at this point (evdi 1.14.1-0) it works with displaylink 5.8.0 and linux kernel 6.1. So no need of evdi-compat-git right now.
endorfina commented on 2023-05-26 10:23 (UTC)
Source: https://wiki.archlinux.org/title/DKMS_package_guidelines
@TheLillo I have found this. Makes sense. 😝
If we take a look at the dkms's PKGBUILD, you can see all of the
linux-*-header
packages listed inoptdepends
.I'll remove the dependency.
TheLillo commented on 2023-05-22 14:06 (UTC) (edited on 2023-05-22 14:19 (UTC) by TheLillo)
you would need to check for example if
linux
is installed then you need to havelinux-headers
as dependency, otherwise iflinux-lts
is installed you need to havelinux-lts-headers
as dependency.I have read the PKGBUILD doc https://wiki.archlinux.org/title/PKGBUILD#optdepends
An array of packages that are not needed for the software to function, but provide additional features.
without the
linux-lts-headers
package the program doesn't compile at all so I would say that optdepends would not be correct right?another aspect to deal with lies in the question that this only applies to
linux
andlinux-lts
as they are the only ones to have the correspondinglinux-headers
linux-lts-headers
endorfina commented on 2023-05-16 13:18 (UTC)
I looked at other packages that use
dkms
and they putlinux-headers
inmakedepends
. These are, among others:bbswitch-dkms
,nvidia-open-dkms
,vhba-module-dkms
and alsoevdi-git
. Maybe that's the approach. Personally, I warmed-up to bluegreensea's idea withoptdepends
.TheLillo commented on 2023-05-16 12:36 (UTC)
I have changed the PKGBUILD
Now It works with linux-lts
TheLillo commented on 2023-05-15 09:43 (UTC)
It is not working with linux-lts
ERROR: Missing 6.3.1-arch2-1 kernel modules tree for module evdi/1.13.1.
bluegreensea commented on 2023-05-10 07:42 (UTC)
It won't, because linux-headers is only
provides
by vanilla-like kernels.endorfina commented on 2023-05-04 08:54 (UTC)
Wouldn't this be handled by linux-*-headers's
provides
? The evdi module does require Linux headers to compile. The wiki says usingoptdepends
is mainly for additional features.« First ‹ Previous 1 2 3 4 5 6 7 .. 22 Next › Last »