Package Details: displaylink 6.1-1

Git Clone URL: https://aur.archlinux.org/displaylink.git (read-only, click to copy)
Package Base: displaylink
Description: Linux driver for DisplayLink devices
Upstream URL: https://www.synaptics.com/products/displaylink-graphics
Keywords: dock gpu graphics usb
Licenses: GPL2, custom, LGPL2.1
Submitter: Hideaki
Maintainer: endorfina
Last Packager: endorfina
Votes: 105
Popularity: 0.166768
First Submitted: 2015-08-04 23:24 (UTC)
Last Updated: 2024-12-14 08:31 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 44 Next › Last »

olof commented on 2021-02-28 20:54 (UTC)

Is kernel 5.11 not supported? Using evdi 1.7.2-1.

modprobe evdi fails with "modprobe: FATAL: Module evdi not found in directory /lib/modules/5.11.1-arch1-1".

Couldnt find any information regarding supported kernel versions. Put in place an issue on the evdi GitHub.

https://github.com/DisplayLink/evdi/issues/262

m3Lith commented on 2021-02-26 12:02 (UTC)

@bnavigator I did, but I have no idea how to "provide a trace where this flag is set and why it is seen inside the package build". That's why I asked if there are any specific steps to do that.

bnavigator commented on 2021-02-26 11:08 (UTC)

@m3Lith: just read the pinned comment!

m3Lith commented on 2021-02-26 10:16 (UTC) (edited on 2021-02-26 10:16 (UTC) by m3Lith)

@bnavigator: not sure how useful that is, but it's all I can see when updating in Manjaro:

[...]
==> Entering fakeroot environment...
==> Starting package()...
Adding udev rule for DisplayLink DL-3xxx/5xxx devices
Installing DLM systemd service
Extracting DisplayLink Driver Package

(xfce4-terminal:7643): dbind-WARNING **: 10:09:54.209: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
xfce4-terminal: Unknown option "-title"
==> ERROR: A failure occurred in package().
    Aborting...

If you could tell me if there's anything specific I can do to get more info, I'd gladly include more.

lems111 commented on 2021-01-30 16:18 (UTC)

Am a Manjaro user. I was able to install by using pamac in the command line with no issues. I finally got my extended display back, woo hoo!

bnavigator commented on 2021-01-06 12:37 (UTC)

Nothing sets evdi-git as dependency. AUR just displays it as possible provider for evdi (if you use a version below 1.8.0)

kaipee2 commented on 2021-01-06 12:25 (UTC) (edited on 2021-01-06 12:26 (UTC) by kaipee2)

evdi-git is now moved to 1.8.0 which does not build for kernel 5.10 and breaks displaylink.

Suggest setting evdi package as dependency.

Instead of:

evdi<1.8.0 (evdi-git)
evdi>=1.7.0 (evdi-git)

Use:

evdi<1.8.0 (evdi)
evdi>=1.7.0 (evdi)

bruhein commented on 2021-01-03 17:55 (UTC) (edited on 2021-01-03 17:56 (UTC) by bruhein)

@DavidH:I'm getting the same error. What works:

1) install edvi 1.7.2-1 and check that it is bound to your active kernel correctly (i.e. sudo modprobe evdi)

2) install displaylink 5.3.1.34-4 with

yay displaylink (strange, but this avoids the "Unknown option -title" error)

3) Enable and start the displaylink service:

sudo systemctl enable displaylink.service

sudo systemctl start displaylink.service

This should switch to your external screen immediately.

m3Lith commented on 2020-12-30 09:24 (UTC) (edited on 2020-12-30 09:24 (UTC) by m3Lith)

@DavidH: I'm getting pretty much the same error (Unknown option -title) on Manjaro with Xfce. However, I've used it before, so I'm stuck on v5.3.1.34-2 (which works), but not sure if it's possible for you to install an older version.