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.160164
First Submitted: 2015-08-04 23:24 (UTC)
Last Updated: 2024-12-14 08:31 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 Next › Last »

kharag commented on 2016-05-24 20:41 (UTC)

Hey, It seems I can't build the package either manually or with AUR helpers: Building module: cleaning build area...(bad exit status: 2) make KERNELRELEASE=4.5.4-1-ARCH all INCLUDEDIR=/lib/modules/4.5.4-1-ARCH/build/include KVERSION=4.5.4-1-ARCH DKMS_BUILD=1.... cleaning build area...(bad exit status: 2) Kernel cleanup unnecessary for this kernel. Skipping... Install is running through, but the module is not built. Please let me know if I can provide anything to help you, Cheers

PlusMinus commented on 2016-05-19 07:46 (UTC) (edited on 2016-05-19 07:51 (UTC) by PlusMinus)

@chearius thanks, I had actually updated the package yesterday minus the new download link. But if you are so eager with your patches, do you want to become maintainer? Also, could you please upload your patch file next time or paste it verbatim somewhere so it doesn't get corrupted? Cheers P.S.: source files are extracted automatically. (https://wiki.archlinux.org/index.php/PKGBUILD#noextract)

chearius commented on 2016-05-19 07:24 (UTC)

I've patched the PKGBUILD to use newer version of DisplayLink - 1.1.62. This version is also compatible with linux kernel 4.6. Here is the patch: diff --git a/DisplayLink_Ubuntu_1.0.335_release-note.txt b/DisplayLink_Ubuntu_1.0.335_release-note.txt deleted file mode 100644 index 981e1c5..0000000 --- a/DisplayLink_Ubuntu_1.0.335_release-note.txt +++ /dev/null @@ -1,121 +0,0 @@ -============================================================================= -============================================================================= - -DisplayLink Ubuntu Software Release Note - -Version: 1.0.335 -Date: 11th December 2015 - -DisplayLink DL-5xxx, DL-3x00 Firmware Version: 8.12.4.73304 -DisplayLink DL-41xx Firmware Version: 8.12.4.73304 -Extensible Virtual Display Interface version included: 1.0.68 - -============================================================================= -============================================================================= - - -A. Introduction -=============== - -This is the third beta of DisplayLink Driver Software v1.0 for Ubuntu. It provides initial, beta 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. - - -A1. Important notes about DL5xxx, DL-3x00 and DL-41xx Firmware -============================================================== - -This software release contains an embedded firmware image. DL-5xxx, DL-3xxx and DL-41xx devices will be automatically upgraded with this firmware upon connection if required. - -The upgrade is silent, therefore screens connected to DL-5xxx, DL-3xxx or DL-41xx devices may require a few seconds to appear when devices are connected for the first time, or after devices have been used on other platforms and OSes. - -B. Contents -=========== - -A. Introduction -A1. Important notes about DL-5xxx, DL-3xxx and DL-41xx Firmware -B. Contents -C. Issues fixed -D. Supported O/S variants -E. Release components -F. How to Install -G. Supported Features & Hardware -H. Limitations & Known issues -I. Future Development - -C. Issues fixed -========================================================================== - -Issues fixed since DisplayLink Driver Software v1.0 Beta 2 for Ubuntu (1.0.138) -------------------------------------------------------------------------------- - -The installer does not create systemd service on Ubuntu 15.10 . (21018) - -Issues fixed since DisplayLink Driver Software v1.0 Beta 1 for Ubuntu (1.0.68) ------------------------------------------------------------------------------- - -DisplayLink service component may crash on device replug (20215) - -For some dock products, the DisplayLink screens may not be available after machine resume from suspend. (20218) - -Unable to install on Ubuntu with 4.x kernels. (20367) - -DisplayLink service component may crash when no EVDI module is loaded. (20398) - -D. Supported O/S variants -========================= - -This release has been prepared to be compatible with Ubuntu 15.10. 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 Intel x86 platform (32 bit and 64 bit). -Minimum supported Linux Kernel version is 3.16. -Minimum supported Xorg version is 1.16. - -E. Release components -===================== -The Software consists of an open-source kernel mode driver (EVDI) with an accompanying library (libevdi), and a supporting binary application compatible with Intel x86 platform. -Source code for the open-source components can be found at DisplayLink's GitHub, https://github.com/DisplayLink - -F. How to Install -================= - -To install the release, from a terminal window, with root permissions use the command: - -sudo ./displaylink-driver-XXXX.run - -Where displaylink-driver-XXXX.run is the name of the extracted DisplayLink driver. - -The dkms framework is required for installation of DisplayLink. This can be installed with the command: sudo apt-get install dkms - -More detailed information on installation can be found at http://support.displaylink.com/knowledgebase/articles/615714#ubuntu - -G. Supported Features & Hardware -================================ - -This driver will support up to 2 displays connected to DisplayLink devices. More than 2 DisplayLink displays may work, but not supported or tested by DisplayLink. - -Resolutions up to 4K are supported on the appropriate DisplayLink hardware. - -Device families supported: -- DL-5xxx -- DL-41xx -- DL-3xxx - -Support for DL-1x5 and DL-1x0 devices is provided by the open source udl driver. - -H. Limitations & Known issues -============================= - -A list of limitations and known issues can be found here: -http://support.displaylink.com/knowledgebase/articles/641668 - -I. Future Development -====================== - -DisplayLink are open to suggestions and feedback on improving the proposed architecture and will gladly review patches or proposals from the developer community. Please find a current list of areas we identify as requiring attention below. - -- In this preview release, the user mode driver service is running with root permissions. In future versions, we would like to reduce the privilege level required for this process – e.g. by using a separate low-privileged user and a separate group, to ensure the permissions needed for driving DisplayLink screens are as low as possible. - -- 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. diff --git a/DisplayLink_Ubuntu_1.1.62_release-note.txt b/DisplayLink_Ubuntu_1.1.62_release-note.txt new file mode 100644 index 0000000..faa6a91 --- /dev/null +++ b/DisplayLink_Ubuntu_1.1.62_release-note.txt @@ -0,0 +1,118 @@ +============================================================================= +============================================================================= + +DisplayLink Ubuntu Software Release Note + +Version: 1.1.62 +Date: 12th May 2016 + +DisplayLink DL-5xxx, DL-3x00 Firmware Version: 8.13.20.75809 +DisplayLink DL-41xx Firmware Version: 8.13.20.75810 +Extensible Virtual Display Interface version included: 1.1.61 + +============================================================================= +============================================================================= + + +A. Introduction +=============== + +This is DisplayLink Driver Software v1.1 for Ubuntu. It provides initial, 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. + + +A1. Important notes about DL5xxx, DL-3x00 and DL-41xx Firmware +============================================================== + +This software release contains an embedded firmware image. DL-5xxx, DL-3xxx and DL-41xx devices will be automatically upgraded with this firmware upon connection if required. + +The upgrade is silent, therefore screens connected to DL-5xxx, DL-3xxx or DL-41xx devices may require a few seconds to appear when devices are connected for the first time, or after devices have been used on other platforms and OSes. + +B. Contents +=========== + +A. Introduction +A1. Important notes about DL-5xxx, DL-3xxx and DL-41xx Firmware +B. Contents +C. Issues fixed +D. Supported O/S variants +E. Release components +F. How to Install +G. Supported Features & Hardware +H. Limitations & Known issues +I. Future Development + +C. Issues fixed +========================================================================== + +Issues fixed since DisplayLink Driver Software v1.0 Beta 3 for Ubuntu (1.0.335) +------------------------------------------------------------------------------- + +Sometimes screen corruption can be visible on DisplayLink monitor after screen layout change. (20462) + +DisplayLink monitor can be blank after PC reboot. (21166) + +The installer does not create systemd service on Ubuntu 16.04. (22031) + +DisplayLink monitor content may freeze after a resolution change. (22060) + +DisplayLink service component may crash after resolution change. (22061) + +D. Supported O/S variants +========================= + +This release has been prepared to be compatible with Ubuntu 16.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 Intel x86 platform (32 bit and 64 bit). +Minimum supported Linux Kernel version is 3.16. +Minimum supported Xorg version is 1.16. + +E. Release components +===================== +The Software consists of an open-source kernel mode driver (EVDI) with an accompanying library (libevdi), and a supporting binary application compatible with Intel x86 platform. +Source code for the open-source components can be found at DisplayLink's GitHub, https://github.com/DisplayLink + +F. How to Install +================= + +To install the release, from a terminal window, with root permissions use the command: + +sudo ./displaylink-driver-XXXX.run + +Where displaylink-driver-XXXX.run is the name of the extracted DisplayLink driver. + +The dkms framework is required for installation of DisplayLink. This can be installed with the command: sudo apt-get install dkms + +More detailed information on installation can be found at http://support.displaylink.com/knowledgebase/articles/615714#ubuntu + +G. Supported Features & Hardware +================================ + +This driver will support up to 2 displays connected to DisplayLink devices. More than 2 DisplayLink displays may work, but not supported or tested by DisplayLink. + +Resolutions up to 4K are supported on the appropriate DisplayLink hardware. + +Device families supported: +- DL-5xxx +- DL-41xx +- DL-3xxx + +Support for DL-1x5 and DL-1x0 devices is provided by the open source udl driver. + +H. Limitations & Known issues +============================= + +A list of limitations and known issues can be found here: +http://support.displaylink.com/knowledgebase/articles/641668 + +I. Future Development +====================== + +DisplayLink are open to suggestions and feedback on improving the proposed architecture and will gladly review patches or proposals from the developer community. Please find a current list of areas we identify as requiring attention below. + +- In this release, the user mode driver service is running with root permissions. In future versions, we would like to reduce the privilege level required for this process – e.g. by using a separate low-privileged user and a separate group, to ensure the permissions needed for driving DisplayLink screens are as low as possible. + +- 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. diff --git a/PKGBUILD b/PKGBUILD index 9ae5fd8..fec9efe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,21 +5,21 @@ pkgname=displaylink -pkgver=1.0.335 -pkgrel=8 +pkgver=1.1.62 +pkgrel=1 pkgdesc="DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux" arch=('i686' 'x86_64') url="http://www.displaylink.com/downloads/ubuntu.php" license=('custom' 'GPL2' 'LGPL2.1') depends=('dkms') +makedepends=('unzip') install=${pkgname}.install -changelog="DisplayLink_Ubuntu_1.0.335_release-note.txt" -source=(http://downloads.displaylink.com/publicsoftware/DisplayLink_Ubuntu_$pkgver.zip 99-displaylink.rules displaylink.service displaylink-sleep.sh https://raw.githubusercontent.com/sinfomicien/displaylink-evdi-opensuse/f08647a2659b4e18e86aa8a32b0b17646fe0f0d8/evdi-1.0.68-linux-4.5.0.patch) -md5sums=('006cfb269af80e6fc73bcfe04b693131' +changelog="DisplayLink_Ubuntu_1.1.62_release-note.txt" +source=(displaylink-driver-$pkgver.zip::http://www.displaylink.com/downloads/file\?id\=607 99-displaylink.rules displaylink.service displaylink-sleep.sh) +md5sums=('85879b750b26c464bd0f564fb76f398f' '37e076a16be49985f1d6800f960d16b4' 'c141a15e973481c7d961f8e135627ca4' - '4185b016cd64c6069302239515afadff' - '55e5cf81f2d87a5d2cf3f0bbe2c84d75') + '4185b016cd64c6069302239515afadff') package() { echo "Adding udev rule for DisplayLink DL-3xxx/5xxx devices" @@ -29,10 +29,8 @@ package() { 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" - echo "Installing DisplayLink Module Patch" - install -D -m644 evdi-1.0.68-linux-4.5.0.patch "$pkgdir/usr/lib/displaylink/patch/evdi-1.0.68-linux-4.5.0.patch" - echo "Extracting DisplayLink Driver Package" + unzip displaylink-driver-$pkgver.zip chmod +x displaylink-driver-$pkgver.run ./displaylink-driver-$pkgver.run --target $pkgname-$pkgver --noexec cd "$pkgname-$pkgver" @@ -46,11 +44,6 @@ package() { mkdir -p $SRCDIR tar xf evdi-$pkgver-src.tar.gz -C $SRCDIR - CURRENT_DIR=`pwd` - cd $SRCDIR - patch -p1 < "$pkgdir/usr/lib/displaylink/patch/evdi-1.0.68-linux-4.5.0.patch" - cd $CURRENT_DIR - if [ "$CARCH" == "i686" ]; then ARCH="x86" elif [ "$CARCH" == "x86_64" ]; then

PlusMinus commented on 2016-05-18 08:40 (UTC)

Thanks for the note @alzuin the repository from which the patch has been pulled was updated. It should work again now. But the reason for the update was that there's a new version of the DisplayLink driver. I'll try to update the package in the next few days.

alzuin commented on 2016-05-18 07:53 (UTC)

External link to https://raw.githubusercontent.com/sinfomicien/displaylink-evdi-opensuse/master/evdi-1.0.68-linux-4.5.0.patch is broken and the package doesn't work anymore. If I disable the patch, the compile doesn't works with kernel 4.6.0. Alberto

PlusMinus commented on 2016-04-19 13:42 (UTC) (edited on 2016-09-19 08:49 (UTC) by PlusMinus)

If you ever feel like adopting this package, just contact me. I will gladly accept any help.

CheariX commented on 2016-04-15 09:26 (UTC) (edited on 2016-04-18 07:31 (UTC) by CheariX)

This patch is working for me. I basically extended chearius's patch with a download link to "evdi-1.0.68-linux-4.5.0.patch": --- a/PKGBUILD 2015-12-21 23:49:05.000000000 +0100 +++ b/PKGBUILD 2016-04-15 11:17:31.013351020 +0200 @@ -1,7 +1,7 @@ # Maintainer: Ivan <hideaki02@gmail.com> pkgname=displaylink pkgver=1.0.335 -pkgrel=6 +pkgrel=7 pkgdesc="DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux" arch=('i686' 'x86_64') url="http://www.displaylink.com/downloads/ubuntu.php" @@ -9,11 +9,12 @@ depends=('dkms') install=${pkgname}.install changelog="DisplayLink_Ubuntu_1.0.335_release-note.txt" -source=(http://downloads.displaylink.com/publicsoftware/DisplayLink_Ubuntu_$pkgver.zip 99-displaylink.rules displaylink.service displaylink-sleep.sh) +source=(http://downloads.displaylink.com/publicsoftware/DisplayLink_Ubuntu_$pkgver.zip 99-displaylink.rules displaylink.service displaylink-sleep.sh https://raw.githubusercontent.com/sinfomicien/displaylink-evdi-opensuse/master/evdi-1.0.68-linux-4.5.0.patch) md5sums=('006cfb269af80e6fc73bcfe04b693131' '37e076a16be49985f1d6800f960d16b4' 'c141a15e973481c7d961f8e135627ca4' - '4185b016cd64c6069302239515afadff') + '4185b016cd64c6069302239515afadff' + '55e5cf81f2d87a5d2cf3f0bbe2c84d75') package() { echo "Adding udev rule for DisplayLink DL-3xxx/5xxx devices" @@ -22,6 +23,9 @@ 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" + + echo "Installing DisplayLink Module Patch" + install -D -m644 evdi-1.0.68-linux-4.5.0.patch "$pkgdir/usr/lib/displaylink/patch/evdi-1.0.68-linux-4.5.0.patch" echo "Extracting DisplayLink Driver Package" chmod +x displaylink-driver-$pkgver.run @@ -37,6 +41,11 @@ mkdir -p $SRCDIR tar xf evdi-$pkgver-src.tar.gz -C $SRCDIR + CURRENT_DIR=`pwd` + cd $SRCDIR + patch -p1 < "$pkgdir/usr/lib/displaylink/patch/evdi-1.0.68-linux-4.5.0.patch" + cd $CURRENT_DIR + if [ "$CARCH" == "i686" ]; then ARCH="x86" elif [ "$CARCH" == "x86_64" ]; then

Hideaki commented on 2016-04-15 08:03 (UTC)

I haven't really been using DisplayLink products as of late and haven't had much time to keep this package up to date. I have stepped down as the maintainer because of this. I hope one of you will take the time and adopt the package then fix some of the issues with it.

allspark commented on 2016-04-15 05:52 (UTC)

@chearius where is the evdi-1.0.335-linux-4.5.0.patch ???

derhoch commented on 2016-04-05 08:38 (UTC)

@uter same problem here, but I discovered, that I had to log into my useraccount first, before I start the displaylink service. If the evdi module loads, before the user Xsession is running, the displays are not detected.