They seem to have changed the URL for the file
http://assets.displaylink.com/live/downloads/software/f744_DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu%201.3.52.zip?AWSAccessKeyId=AKIAJHGQWPVXWHEDJUEA&Expires=1497445284&Signature=qKUFFn1froHW3Vg%2FWn0LMOLknQ4%3D
is what my browser gets.
Search Criteria
Package Details: displaylink 6.0-0
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: | 104 |
Popularity: | 2.96 |
First Submitted: | 2015-08-04 23:24 (UTC) |
Last Updated: | 2024-05-06 08:33 (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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 42 Next › Last »
nutz commented on 2017-06-14 12:47 (UTC) (edited on 2017-06-14 12:55 (UTC) by nutz)
Bloadvenro commented on 2017-06-09 17:17 (UTC)
For those who have freeze problem (1fps problem) with intel graphics, read this thread:
https://github.com/DisplayLink/evdi/issues/85
I've installed xf86-video-intel and created /usr/share/X11/xorg.conf.d/20-intel.conf with content from thread.
PlusMinus commented on 2017-06-05 08:48 (UTC)
Or you could use this version of evdi: https://aur.archlinux.org/packages/evdi-pre-release
adamgomes commented on 2017-06-05 01:40 (UTC)
if you modify the PKGBUILD file in the evdi package so that you are using 1.4.1, it will compile w/ 4.11.1 through 4.11.3
on Line 4: pkgver=1.4.1
on Line 23: md5sums=('eece77058251418d5707457aa8ae914e')
Then you can re-build this package.
<deleted-account> commented on 2017-05-29 08:50 (UTC)
I have the same issue as fethio here with the latest kernel update.
I've attached the error log here : https://privatebin.net/?115b8153b928d0b9#NsaXt92VtxgCuY2T8AQuAcuwtxnyvkHsboX8eXG4ukk=
Thanks,
fethio commented on 2017-05-28 09:27 (UTC)
Package now broken because evdi 1.3-43 does not compile with the latest kernel (4.11)
Ashark commented on 2017-05-09 21:25 (UTC)
@PlusMinus
You can add DL-6xxx to description.
In ubuntu release notes (http://assets.displaylink.com/live/downloads/release-notes/f745_DisplayLink+USB+Graphics+Software+for+Ubuntu+1.3.52-Release+Notes.txt) they say that
"DisplayLink Driver Software v1.3 for Ubuntu delivers support for DL-6xxx generation devices."
tooroot87 commented on 2017-05-04 01:13 (UTC) (edited on 2017-05-04 01:36 (UTC) by tooroot87)
@Salzi
Okay, I think I may have one thing that may have done different.
I removed, the package and remove evdi,left dkms installed.
ran the .run from
http://www.displaylink.com/downloads/ubuntu
added
/etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "2" # DRI3 is now default
#Option "AccelMethod" "sna" # default
#Option "AccelMethod" "uxa" # fallback
EndSection
If you still have issues, you could attempt to update evdi to the latest version
https://github.com/DisplayLink/evdi
latest version is 1.4.1 , the run file won't installed if evdi is installed, so this would be after.
EDIT:
running xorg-server 1.19.3-2
running xfce4
running xf86-video-intel 1:2.99.917+772+gc72bb27a-1
running xf86-video-nouveau 1.0.15-1
http://imgur.com/EWpknKtl.png
Salzi commented on 2017-05-01 06:01 (UTC)
@tooroot87 Can not confirm that. Did a quick test and in my setup your changes makes it even worse. When I change the desktop the second screen freezes as background.
tooroot87 commented on 2017-04-29 15:41 (UTC) (edited on 2017-04-29 16:38 (UTC) by tooroot87)
/etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "2" # DRI3 is now default
#Option "AccelMethod" "sna" # default
#Option "AccelMethod" "uxa" # fallback
EndSection
This reverts to the old way that everything was working before.
Pinned Comments