Also, is the git repository down?
Search Criteria
Package Details: displaylink 6.1-1
Package Actions
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.98 |
First Submitted: | 2015-08-04 23:24 (UTC) |
Last Updated: | 2024-12-14 08:31 (UTC) |
Dependencies (5)
- evdiAUR (evdi-amd-vmap-textureAUR, evdi-compat-gitAUR, evdi-gitAUR)
- libusb (libusb-gitAUR)
- gawk (gawk-gitAUR, busybox-coreutilsAUR) (make)
- grep (grep-gitAUR, busybox-coreutilsAUR, grep-compatAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
Required by (1)
Sources (7)
Latest Comments
« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 .. 44 Next › Last »
micsnare commented on 2019-01-14 21:20 (UTC)
micsnare commented on 2019-01-14 21:19 (UTC)
Anyone else experiencing this issue?
micsnare commented on 2019-01-12 08:40 (UTC)
happy new year everyone! I just updated my arch. and it seems the kernel messed up displaylink again. because my systemd cannot start it anymore:
● displaylink.service - DisplayLink Manager Service Loaded: loaded (/usr/lib/systemd/system/displaylink.service; disabled; vendor preset: disabled) Active: activating (auto-restart) (Result: exit-code) since Sat 2019-01-12 09:33:06 CET; 4s ago Process: 1113 ExecStartPre=/sbin/modprobe evdi (code=exited, status=1/FAILURE)
did this happen to anyone else? I've now removed it from my system because I thought I'd try a fresh install. But it seems I can no longer find it in the repository.
Any ideas?
Rob070511 commented on 2018-12-31 15:20 (UTC)
I'm able to run the latest version of xorg however there is a huge CPU usage difference between this and version 1.19, xorg 1.19 has standard cpu usage however upgrading to the latest xorg Kwin_x11 uses 25% CPU any suggestions?
darose commented on 2018-12-12 23:04 (UTC)
I'm able to run latest xorg-server using the fix described here:
phraktal commented on 2018-12-12 22:38 (UTC)
Does anyone know if displaylink 4.4.24-1 still requires xorg-server to be withhold on 1.19 ? Thanks
cacarr-pdxweb commented on 2018-11-29 07:38 (UTC)
4.4.24-1 upgrade killed rotation for me, and introduced some nasty mouse pointer artifacts.
zamber commented on 2018-11-19 13:09 (UTC) (edited on 2018-11-20 12:09 (UTC) by zamber)
4.4.24-1 (Mon 19 Nov 2018 02:08:06 PM CET)
Failed to parse arguments: Unknown option -title
https://pastebin.com/qND57ZUT (with set -euxo pipefail)
Eventually I installed 4.2.29-1 and it works.
Screens don't get acpi wake commands, meaning they sleep when getting back from hibernation or if power saving is set to sleep screens.
darose commented on 2018-11-14 15:07 (UTC)
...
==> Validating source files with md5sums...
displaylink-driver-4.2.29.zip ... FAILED
udev.sh ... Passed
99-displaylink.rules ... Passed
displaylink.service ... Passed
displaylink-sleep.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
rhermes commented on 2018-11-14 07:24 (UTC)
I've updated the package to the 4.4.24 release.
output from git diff:
diff --git a/PKGBUILD b/PKGBUILD
index 89aca2d..181d20f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: rhabbachi
pkgname=displaylink
-pkgver=4.2.29
+pkgver=4.4.24
pkgrel=1
pkgdesc="Linux driver for DL-6xxx, DL-5xxx, DL-41xx and DL-3x00"
arch=('i686' 'x86_64')
@@ -12,18 +12,18 @@ depends=('evdi>=1.5.0' 'libusb>=1.0.0')
makedepends=('grep' 'gawk' 'wget')
install=
changelog="release-note.txt"
-source=(displaylink-driver-$pkgver.zip::http://www.displaylink.com/downloads/file?id=1123
+source=(displaylink-driver-$pkgver.zip::https://www.displaylink.com/downloads/file?id=1261
udev.sh
99-displaylink.rules
displaylink.service
displaylink-sleep.sh)
-md5sums=('ab920bea23a265516e3d0097992c62f3'
+md5sums=('f18b8e6fe8f2baf9c0288afddfd771a1'
'd5de775e41af06edbd8073adc490139d'
'20495d81c7d2540910ef86dc437b7fac'
'c141a15e973481c7d961f8e135627ca4'
'7cbd9ab2ac79ba66e8297689c6e5483e')
-DLAGENTS=('http::/usr/bin/wget -O %o --post-data=fileId=1123&accept_submit=Accept %u')
+DLAGENTS=('https::/usr/bin/wget -O %o --post-data=fileId=1261&accept_submit=Accept %u')
# Update with > updpkgsums
Pinned Comments