summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2023-04-27 10:04:09 +0200
committerMassimiliano Torromeo2023-04-27 10:04:09 +0200
commiteff217972604891a7df7e455299d5cc6e97d9969 (patch)
treefae684622d9d764f1eb1bc3ad8f0e18122031659
parent52c391c094f3e45161af0207d0b7fb305a3a9cd5 (diff)
downloadaur-eff217972604891a7df7e455299d5cc6e97d9969.tar.gz
Updated to 5.7
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD32
-rw-r--r--displaylink-release-notes-5.7.txt (renamed from displaylink-release-notes-5.6.1.txt)37
3 files changed, 54 insertions, 34 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3edf18b8c1db..38165da27b38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = displaylink
pkgdesc = Linux driver for DL-6xxx, DL-5xxx, DL-41xx and DL-3x00
- pkgver = 5.6.1
- pkgrel = 3
+ pkgver = 5.7
+ pkgrel = 1
url = https://www.synaptics.com/products/displaylink-graphics
- changelog = displaylink-release-notes-5.6.1.txt
+ changelog = displaylink-release-notes-5.7.txt
arch = i686
arch = x86_64
arch = arm
@@ -16,18 +16,17 @@ pkgbase = displaylink
makedepends = grep
makedepends = gawk
makedepends = wget
- depends = evdi>=1.12.0
- depends = evdi<1.13.0
- depends = libusb>=1.0.0
- source = displaylink-driver-5.6.1.zip::https://www.synaptics.com/sites/default/files/exe_files/2022-08/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.6.1-EXE.zip
- source = displaylink-release-notes-5.6.1.txt
+ depends = evdi
+ depends = libusb
+ source = displaylink-driver-5.7.zip::https://www.synaptics.com/sites/default/files/exe_files/2023-04/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.7-EXE.zip
+ source = displaylink-release-notes-5.7.txt
source = DISPLAYLINK-EULA
source = udev.sh
source = 99-displaylink.rules
source = displaylink.service
source = displaylink-sleep.sh
- sha256sums = 89279748a9e276073ddfff7e949f2b92e30dc19f29a34c40ffcd3356c6d730c2
- sha256sums = 1aae2005e7719e91179ed52ba85b11b35120c05116c94c4aa384394c4f6e8043
+ sha256sums = 807f1c203ac1e71c6f1f826493b9bb32e277f07cb2cf48537bf8cfdc68dd1515
+ sha256sums = 24e6c5f72f38252bdd3eab1777c418e2490dc5f7606400baa4d956ec425e002f
sha256sums = 2f81fea43332a62b2cf1dd47e56ea01caf1e886bcd16c3f82b18bfe148fb21a9
sha256sums = dc41ae8a2c287fc50fdda65bad8b0ffd76726f7773c25e1b0c5b7de95cecbdb6
sha256sums = c08a4726cf4e2f92c7cab00168ae9cc8d69d36a67c570609396a4a674934245a
diff --git a/PKGBUILD b/PKGBUILD
index 5f4505e641d0..64208d7244cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,27 +4,27 @@
# Contributor: rhabbachi
pkgname=displaylink
-pkgver=5.6.1
-_releasedate=2022-08
-_pkgfullver=5.6.1-59.184
-pkgrel=3
+pkgver=5.7
+_releasedate=2023-04
+_pkgfullver=5.7.0-61.129
+pkgrel=1
pkgdesc="Linux driver for DL-6xxx, DL-5xxx, DL-41xx and DL-3x00"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://www.synaptics.com/products/displaylink-graphics"
license=('custom' 'GPL2' 'LGPL2.1')
-depends=('evdi>=1.12.0' 'evdi<1.13.0'
- 'libusb>=1.0.0')
+depends=('evdi'
+ 'libusb')
makedepends=('grep' 'gawk' 'wget')
changelog="displaylink-release-notes-${pkgver}.txt"
source=(displaylink-driver-${pkgver}.zip::https://www.synaptics.com/sites/default/files/exe_files/${_releasedate}/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu${pkgver}-EXE.zip
displaylink-release-notes-${pkgver}.txt
DISPLAYLINK-EULA
udev.sh
- 99-displaylink.rules
- displaylink.service
+ 99-displaylink.rules
+ displaylink.service
displaylink-sleep.sh)
-sha256sums=('89279748a9e276073ddfff7e949f2b92e30dc19f29a34c40ffcd3356c6d730c2'
- '1aae2005e7719e91179ed52ba85b11b35120c05116c94c4aa384394c4f6e8043'
+sha256sums=('807f1c203ac1e71c6f1f826493b9bb32e277f07cb2cf48537bf8cfdc68dd1515'
+ '24e6c5f72f38252bdd3eab1777c418e2490dc5f7606400baa4d956ec425e002f'
'2f81fea43332a62b2cf1dd47e56ea01caf1e886bcd16c3f82b18bfe148fb21a9'
'dc41ae8a2c287fc50fdda65bad8b0ffd76726f7773c25e1b0c5b7de95cecbdb6'
'c08a4726cf4e2f92c7cab00168ae9cc8d69d36a67c570609396a4a674934245a'
@@ -49,13 +49,13 @@ package() {
echo "Installing DLM systemd service"
install -D -m644 displaylink.service "$pkgdir/usr/lib/systemd/system/displaylink.service"
install -D -m755 displaylink-sleep.sh "$pkgdir/usr/lib/systemd/system-sleep/displaylink.sh"
-
+
COREDIR="$pkgdir/usr/lib/displaylink"
- install -d -m755 $COREDIR
+ install -d -m755 "$COREDIR"
install -d -m755 "$pkgdir/var/log/displaylink"
pushd "$srcdir/$pkgname-$pkgver"
-
+
case $CARCH in
i686)
ARCH="x86-ubuntu-1604" ;;
@@ -66,12 +66,12 @@ package() {
aarch64)
ARCH="aarch64-linux-gnu" ;;
esac
-
+
echo "Installing DisplayLink Manager $ARCH"
- install -D -m755 $ARCH/DisplayLinkManager $COREDIR/DisplayLinkManager
+ install -D -m755 "$ARCH/DisplayLinkManager" "$COREDIR/DisplayLinkManager"
echo "Installing firmware packages"
- install -D -m644 *.spkg $COREDIR
+ install -D -m644 ./*.spkg "$COREDIR"
echo "Installing license file"
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
diff --git a/displaylink-release-notes-5.6.1.txt b/displaylink-release-notes-5.7.txt
index 0f7101ab5d8b..c8b4adb6e327 100644
--- a/displaylink-release-notes-5.6.1.txt
+++ b/displaylink-release-notes-5.7.txt
@@ -3,12 +3,12 @@
DisplayLink Ubuntu Software Release Note
-Version: v5.6.1
-Build: posix/59-3284-g61b5f058530 (185)
+Version: v5.7.0
+Build: posix/61-1827-g47ede9c19c2 (129)
-Date: 18th July 2022
+Date: 24th March 2023
-Extensible Virtual Display Interface version included: v1.12.0 (ae5b3d0)
+Extensible Virtual Display Interface version included: v1.13-6 (85a347a)
=============================================================================
=============================================================================
@@ -16,7 +16,7 @@ Extensible Virtual Display Interface version included: v1.12.0 (ae5b3d0)
A. Introduction
===============
-This is DisplayLink Driver Software v5.6.1 for Ubuntu. It provides production quality support for DisplayLink USB 3.0 devices on specific variants of desktop Ubuntu Linux.
+This is DisplayLink Driver Software v5.7.0 for Ubuntu. It provides production quality support for DisplayLink USB 3.0 devices on specific variants of desktop Ubuntu Linux.
The driver enables video support for products using DisplayLink USB 3.0 technology. Standard native Ubuntu drivers provide support for DisplayLink audio and Ethernet interfaces.
@@ -45,6 +45,14 @@ I. Future development
C. Bugs fixed in this release
==============================
+C.7 Changes in 5.7 release
+-----------------------------
+- New driver distribution channel via Synaptics apt repository (https://www.synaptics.com/sites/default/files/Ubuntu/)
+- In some cases DisplayLink installer freezes when Secure Boot is enabled. (PS-2455)
+- In some cases DisplayLink evdi driver is not signed and loaded when Secure Boot is enabled. (PS-2455)
+- Added preliminary support for kernel 6.2
+- Added preliminary support for Ubuntu 23.04
+
C.6 Changes in 5.6.1 release
-----------------------------
- Added support for new DisplayLink DL-6350 products
@@ -104,11 +112,11 @@ C.1 Changes in 5.4.0 release
D. Supported O/S variants
=========================
-This release has been prepared to be compatible with Ubuntu 22.04, 21.10, 20.04, 19.04 and 18.04.
+This release has been prepared to be compatible with Ubuntu 23.04, 22.04, 21.10, 20.04, 19.04 and 18.04.
Other variants and editions may be compatible if they meet minimum O/S requirements, but are not supported by DisplayLink.
The Software contains binaries which work on i686, amd64, armv7 and aarch64 architectures.
-Supported Linux Kernel version range is from 4.15 to 5.17.
+Supported Linux Kernel version range is from 4.15 to 6.2.
Minimum supported Xorg version is 1.16, minimum supported Mutter (Wayland) version is 3.32.
E. Release components
@@ -151,6 +159,19 @@ H. Limitations & known issues
A list of limitations and known issues can be found here:
http://support.displaylink.com/knowledgebase/articles/641668
+- Fail to rotate display on three-monitor desktop on Ubuntu 22.10 (PS-2230)
+https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2113
+Please make selected monitor layout rightmost (or leftmost) first, apply the preferred orientation, then setup correct
+monitor order as a mitigation.
+
+- DisplayLink display is black on plug-in and user is logged-out when moving cursor on DisplayLink display on Ubuntu 22.10 (PS-2397)
+https://gitlab.gnome.org/GNOME/mutter/-/issues/2481
+Please update to Ubuntu 23.04.
+
+- When displayLink-driver debian package is installed first time with GUI application like Synaptic and Secure Boot is
+enabled then installation will fail.
+How to use DisplayLink Ubuntu driver with UEFI Secure Boot (https://support.displaylink.com/knowledgebase/articles/1181617-how-to-use-displaylink-ubuntu-driver-with-uefi-sec)
+
I. Future development
======================
@@ -160,4 +181,4 @@ Synaptics are open to suggestions and feedback on improving the proposed archite
- The communication between the EVDI kernel module and the wrapper libevdi library is not access-controlled or authenticated. This could be improved in future releases, making it harder to compromise the data EVDI is sending and receiving.
-- EVDI kernel module driver is currently a platform_driver, for multiple reasons; most importantly because virtual displays are not discoverable, i.e. cannot be enumerated at the hardware level. EVDI is also a generic device, not tied to any particular kind of device, transport layer or a bus. \ No newline at end of file
+- EVDI kernel module driver is currently a platform_driver, for multiple reasons; most importantly because virtual displays are not discoverable, i.e. cannot be enumerated at the hardware level. EVDI is also a generic device, not tied to any particular kind of device, transport layer or a bus.