Package Details: displaylink 6.0-0

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: 104
Popularity: 2.96
First Submitted: 2015-08-04 23:24 (UTC)
Last Updated: 2024-05-06 08:33 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 42 Next › Last »

misawa22 commented on 2020-05-30 17:26 (UTC) (edited on 2020-05-31 15:14 (UTC) by misawa22)

Got this error installing 5.3.1.34-2 If you install it from the add/remove software UI you might get this error. Just install the package manually. It worked for me.


Adding udev rule for DisplayLink DL-3xxx/5xxx devices
Installing DLM systemd service
Extracting DisplayLink Driver Package
# Failed to parse arguments: Unknown option -title
==> ERROR: A failure occurred in package().
    Aborting...

bnavigator commented on 2020-05-27 10:36 (UTC)

Your xfce4-terminal / accessibility setup seems broken. Nothing to do with the package.

m3Lith commented on 2020-05-27 10:21 (UTC)

I'm getting this error since the previous version (on Manjaro):

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

(xfce4-terminal:14653): dbind-WARNING **: 13:20:42.026: 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...

bnavigator commented on 2020-05-26 19:21 (UTC) (edited on 2020-05-26 19:35 (UTC) by bnavigator)

I just tested displaylink 5.3.1.34 and evdi-1.7.0 with the following kernels plus their respective header packages:

  • aur/linux-lts419 4.19.124-1
  • core/linux-lts 5.4.42-1
  • core/linux 5.6.14.arch1-1

All of them work.

Maybe you used an outdated evdi-4.19 1.6.4 which is probably not compatible with displaylink 5.3.1. I updated the dependency declaration to require evdi 1.7.0.

amon-ra commented on 2020-05-24 16:04 (UTC)

Last update of 5.3.1 is broken with 4.19 kernel. Downgrading to 5.2.14 fix the issue.

dirthsj commented on 2020-05-15 14:57 (UTC)

I was using pamac to fetch and build the package. Just tried using makepkg manually and it worked. I'll be off to submit a bug report...

bnavigator commented on 2020-05-15 10:10 (UTC)

Failed to create /root/.cache Are you running makepkg as root? Not advisable.

Neither the PKGBUILD nor the 'displaylink-driver-$pkgver.run` install script tinker with LD_PRELOAD or fakeroot. Have you set that manually?

dirthsj commented on 2020-05-15 00:31 (UTC)

Latest version fails to build for me... had to revert the last commit.

Adding udev rule for DisplayLink DL-3xxx/5xxx devices
Installing DLM systemd service
Extracting DisplayLink Driver Package
Failed to create /root/.cache for shader cache (Permission denied)---disabling.
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
/var/tmp/pamac-build-dirthsj/displaylink/PKGBUILD: line 49: cd: displaylink-5.3.1.34: No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

Output of pacman -Qi fakeroot:

Name            : fakeroot
Version         : 1.24-2
Description     : Tool for simulating superuser privileges
Architecture    : x86_64
URL             : https://packages.debian.org/fakeroot
Licenses        : GPL
Groups          : base-devel
Provides        : None
Depends On      : glibc  filesystem  sed  util-linux  sh
Optional Deps   : None
Required By     : None
Optional For    : bauh
Conflicts With  : None
Replaces        : None
Installed Size  : 133.78 KiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Wed 13 Nov 2019 10:10:43 AM CST
Install Date    : Wed 11 Mar 2020 08:47:37 AM CDT
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature

grant.traynor commented on 2020-05-13 23:15 (UTC)

I've got the latest version (5.3.1.34) to install with this patch to the PKGBUILD, made with: diff -u PKGBUILD ~/local/aur/displaylink/PKGBUILD > PKGBUILD.patch

PKGBUILD.patch

--- PKGBUILD        2020-05-14 09:11:11.878768517 +1000
+++ /home/gkt/local/aur/displaylink/PKGBUILD        2020-05-12 15:12:35.834894241 +1000
@@ -3,7 +3,7 @@
 # Contributor: rhabbachi

 pkgname=displaylink
-pkgver=5.2.14
+pkgver=5.3.1.34
 pkgrel=1
 pkgdesc="Linux driver for DL-6xxx, DL-5xxx, DL-41xx and DL-3x00"
 arch=('i686' 'x86_64')
@@ -13,18 +13,18 @@
 makedepends=('grep' 'gawk' 'wget')
 install=
 changelog="release-note.txt"
-source=(displaylink-driver-$pkgver.zip::https://www.displaylink.com/downloads/file?id=1369
+source=(displaylink-driver-$pkgver.zip::https://www.displaylink.com/downloads/file?id=1576
    udev.sh
         99-displaylink.rules
    displaylink.service
         displaylink-sleep.sh)
-md5sums=('a96ae6fc0d244ec4f9a8e9482f6c1535'
+md5sums=('8c35e6e9e809c8a8597b0ede24594e12'
          'd5de775e41af06edbd8073adc490139d'
          '20495d81c7d2540910ef86dc437b7fac'
          'c141a15e973481c7d961f8e135627ca4'
          '7cbd9ab2ac79ba66e8297689c6e5483e')

-DLAGENTS=('https::/usr/bin/wget -O %o --post-data=fileId=1369&accept_submit=Accept %u')
+DLAGENTS=('https::/usr/bin/wget -O %o --post-data=fileId=1576&accept_submit=Accept %u')

 # Update with > updpkgsums