Drivers Displaylink USB Devices

DisplayLink USB Graphics Driver/Utility 8.0 Beta 4 2016-06-11 DisplayLink USB Graphics Driver/Utility 7.9 M 2016-05-03 DisplayLink USB Graphics Driver/Utility 7.9 M5 2016-04-05. HipChat Windows app on machines using DisplayLink software with USB video hardware crashes consistently. HipChat 4.29; Windows 7; Displaylink graphic drivers; External USB video device (webcam) Steps to reproduce. Make sure that the correct driver version and HipChat are installed.

DisplayLink devices on Linux still only have experimental support. While some people have had success in using them, it is generally not an easy process and not guaranteed to work. The steps on this page describe the generally most successful methods of using external monitors with DisplayLink.

Also be warned that even over USB 3.0, a DisplayLink monitor may exhibit noticeably more lag than e.g. a DisplayPort monitor, especially when large portions of the screen are being redrawn.

Installation

USB 2.0 DL-1x5, DL-1x0 Devices

The kernel DRM driver for DisplayLink is udl, a rewrite of the original udlfb driver. It allows configuring DisplayLink monitors using Xrandr.

This should work without any configuration changes on linux 4.14.9-1 and later. If you're using an earlier version of that package or have CONFIG_FB_UDL=m set in your kernel config, you need to blacklist the old kernel module, udlfb, which may attempt to load itself first.

USB 3.0 DL-6xxx, DL-5xxx, DL-41xx, DL-3xxx Devices

  1. Install the displaylinkAUR driver. It allows configuring DisplayLink monitors using Xrandr in the same manner as the udl driver.
  2. Enable displaylink.service.
  3. Use the 'modesetting' driver with AccelMethod 'none' and MatchDriver 'evdi'.

Create a file with the following content:

A reboot is required for the setting to be effective. You may need the evdi-gitAUR package.

Setting up X Displays

After that, run:

In the above output, we can see that provider 0 is the system's regular graphics provider (Intel), and provider 1 (modesetting) is the DisplayLink provider. To use the DisplayLink device, connect provider 1 to provider 0:

and xrandr will add a DVI output you can use as normal with xrandr. This is still experimental but supports hotplugging and when works, it is by far the simplest setup. If it works then everything below is unnecessary.

Configuration

These instructions assume that you already have an up and running X server and are simply adding a monitor to your existing setup.

Load the framebuffer device

Before your system will recognize your DisplayLink device, the udl kernel module must be loaded. To do this, run

If your DisplayLink device is connected, it should show some visual indication of this. Although a green screen is the standard indicator of this, other variations have been spotted and are perfectly normal. Most importantly, the output of dmesg should show something like the following, indicating a new DisplayLink device was found:

Furthermore, /dev should contain a new fb device, likely /dev/fb1 if you already had a framebuffer for your primary display.

To automatically load udl at boot, create the file udl.conf in /etc/modules-load.d/ with the following contents:

For more information on loading kernel modules, see Kernel modules#Automatic module loading with systemd.

Configuring X Server

Use xrandr or your Desktop Environment's display setup UI to configure your USB monitors running either the udl or displaylink driver.

xrandr

Once the driver is loaded, the DisplayLink monitor is listed as an output provider:

In the above example, provider 1 is the DisplayLink device, and provider 0 is the default display. Running xrandr --current gives a list of available screens:

If the above does not list the DisplayLink screen, then you will need to offload DisplayLink to the main GPU:

Once the screen is available, refer to Xrandr for info on setting it up. For automating the configuration process, see displaylink.sh.

Enabling DVI output on startup

The DisplayLink provider will not be automatically connected to the main provider in most cases, therefore the DVI output device will not be available. It can be helpful to automatically do this when X starts to facilitate automatic display configuration by the window manager.

Edit your desktop manager's startup configuration and add commands similar to:

For example, the appropriate startup configuration file for SDDM is /usr/share/sddm/scripts/Xsetup.

Avoid placing these commands in ~/.xprofile as this breaks the display configuration of some window managers. Instead these commands should be run prior to any display output or setup.

Note: If you have additional providers, specify the name of the provider instead of using indexes. The name of the DisplayLink device will be modesetting

Switching between displaylink and nvidia/nouveau driver

Currently (displaylink version 1.3.54-1) it is not possible to use displaylink device and nvidia/nouveau driver simultaniously on optimus based laptops.Currently to be able to use displaylink device on intel GPU, you should create config file (see troubleshooting section below). However, with that config file it is not possible to use primusrun. Bumblebee service is running, but it cannot work. Also, laptop's fans are becoming very noisy and laptop's temperature becomes very high. When you want to switch back to activate nvidia driver, comment everything in that file and reboot.

To simplify process of switching, you can installdl-switchAUR and add an additional menu entry to your bootloader using the kernel parametersystemd.unit=displaylink.target, thus activating displaylink workaround.

To check which driver is used for your discrete video card, run lspci -nnk -s xx:xx.x (replace xx:xx.x with your nvidia gpu pci id).

Troubleshooting

Not working configuration

These are tested on Xfce using Display settings (included in XFCE4 package) and external tool - arandr. XFCE4 Display settings are likely to crash, so ARandR might help.

When you connect display link device via USB to your computer, the computer should show monitors in Display settings. There are few troubleshooting steps that you should try:

  • Check #Setting up X Displays. If you can find any external monitors recognized, you should try to make them visible by the following commands:

This will make them visible and recognized in Display settings.

Drivers Displaylink USB Devices
  • Restart displaylink.service.
  • Re-connect the USB cable.
  • Check if udl driver is loaded and monitors are connected.

Screen redraw is broken

Drivers displaylink usb devices adapter

If you are using udl as your kernel driver and the monitor appears to work, but is only updating where you move the mouse or when windows change in certain places, then you probably have the wrong modeline for your screen. Getting a proper modeline for your screen with a command like

where 1366 and 768 are the horizontal and vertical resolutions for your monitor, and 59.9 is the refresh rate from its specs. To use this, create a new mode with xrandr like follows:

and add it to Xrandr:

Then tell the monitor to use that mode for the DisplayLink monitor, and this should fix the redraw issues. Check the Xrandr page for information on using a different mode.

If this does not solve the problem (or if the correct modeline was already in place because of correct DDC data), it can help to run a compositor.

DisplayLink refresh rate is extremely slow with gnome 3

If once you set up your DisplayLink your entire desktop becomes slow, try setting a 'simpler' background image, such as complete black.

Drivers displaylink usb devices adapterUsb

Slow redraw/Unresponsiveness in Google Chrome and Webkit2-based Applications

This is to be associated with bugs in hardware acceleration, which can be tested by running glxgears in the displaylink screen resulting in 1fps. There is currently no complete fix available, but turning off Hardware-Acceleration in affected applications can work as a temporary fix.

This can be done in applications without a hardware-acceleration option by prepending the LIBGL_ALWAYS_SOFTWARE=1 environment variable.

Impossible to activate displaylink's screen

In case you are able to see attached monitor via DisplayLink device in your screen settings, but after you turn it on and apply settings, it becomes deactivated, then try blacklist nouveau module and reboot:

Suspend problem

Displaylink is not working after suspend. Unplug and then plug again displaylink's usb cable to your computer. Monitor that is connected via DisplayLink will remain black. If you have lock screen, login to the system and then picture will appear at that monitor and you will be able to use displaylink as normal.

DisplayLink is not working when usb hot plugged

To be able to use DisplayLink monitors, its usb cable should be attached to laptop during boot time. Otherwise it can behave like they are available and mouse can be moved there, but its picture is frozen, even with correct configuration (see workaround 1). If it was not attached at boot time, attach it and reboot.

DisplayLink driver does not work with Intel GPUs after recent X upgrades

As this support page says, upgrading the X Window Server to a version newer than 1.18.3 will make the system not compatible with DisplayLink by default. This applies to systems using an integrated Intel GPU, or a combination of integrated Intel GPU and a discrete GPU.Until fixes in X Windows System will be released, there are two workarounds:

Workaround 1: Use older intel driver as a fallback

Use the 'intel' driver for the integrated GPU instead of 'modesetting', which is now the default.

Create a file with the following content:

A reboot is required for the setting to be effective.

You may need the evdi-gitAUR package.

Workaround 2: Temporarily disable PageFlip for modesetting

For users that prefer to keep using 'modesetting' driver, disabling page flipping should also help.Create a file with the following content or extend the PageFlip option to an existing configuration file (e.g. 20-evdidevice.conf):

Displays disconnect at random intervals when using the Dell D6000 docking station

Drivers Displaylink USB Devices Not

User's have reported that when using the Dell D6000 docking station, their display(s) may disconnect at random intervals during usage. This will require physically reconnecting the dock in order to reinitialise the displays.

This issue appears to be caused by PulseAudio's module-suspend-on-idle module, which automatically suspends sinks/sources on idle.

To disable loading of the module-suspend-on-idle module, comment out the following line in the configuration file in use (~/.config/pulse/default.pa or /etc/pulse/default.pa):

See Also

Drivers Displaylink Usb Devices Pc Camera

  • DisplayLink Open Source: Official DisplayLink open source support forum
  • Plugable: Vendor blog chronicling Linux support for DisplayLink.

Drivers Displaylink Usb Devices Dongle

Retrieved from 'https://wiki.archlinux.org/index.php?title=DisplayLink&oldid=646463'

Drivers Displaylink Usb Devices Adapter

DisplayLink dynadock and USB Monitor driver V7.9 M3 for Windows 7, 8x, and 10

Driver Displaylink Usb Device

File:Displaylink_NR-...


Version: 7.9.703.0
Posted Date: 2015-10-26
Release Date: 2015-10-26

Drivers Displaylink Usb Devices Wireless Adapter

Other Versions
Release Date:Version:
2012-01-04R6.2M1
2017-06-298.2
2015-08-317.9.561.0
2015-08-037.9.421.0
2015-06-227.8.63131.0
2015-03-247.7.60584.0
2015-01-137.7.59540.0
2014-12-017.7.59116.0
2014-07-287.6.56443.0
2014-06-097.6.55705.0
2014-04-287.6.55102.0
2014-03-317.5.54609.0
2014-02-287.5.54080.0
2014-02-247.5.52972.0
2013-12-097.5.52889.0
2013-10-147.4.51587.0
2013-08-267.4.50444.0
2013-07-227.3.49122.0
2013-05-207.2.47873.0
2013-04-227.2.47419.0
2013-04-087.2 M0
2013-02-127.1M1
2013-01-227.1 M0
2012-12-177.0 M3
2012-08-136.3M1
2012-08-066.3M1
2012-01-206.2.37116.0
2009-01-094.5.14974.0
Drivers
Applicable Models
dynadock PA3541U-2PRP dynadock VGA
dynadock PA3542U-2PRP dynadock DVI
dynadock PA3575U-1PRP dynadock U
dynadock PA3686U-1SET dynadock wireless
dynadock PA3778U-1PRP dynadock V
dynadock PA3927U-1PRP dynadock U3.0
dynadock PA5082U-1PRP dynadock V3.0
dynadock PA5217U-1PRP dynadock 4k
External Monitor PA3923U-1LC3 USB Monitor
External Monitor PA3923U-2LC3 USB Monitor
External Monitor PA5022U-1LC3 USB Monitor
Package
WinZIP self-installing ZIP file. Can also be unZIPped using PKUnZip 2.04g or equivalent.
Description
ReleaseNote
DisplayLink Software Release: External Release Note
Software Package: DisplayLink Graphics
Product Version: 7.9.703.0
Product Date: 22nd October 2015
DisplayLink Core Software Version: 7.9.630.0
DisplayLink Core Software Date: 17th October 2015
DisplayLink DL-3xx0 / DL-5xx0 Firmware Version: 8.12.19.75291
DisplayLink DL-41xx Firmware Version: 8.12.19.75291
A. Introduction
This is the 7.9M3, the second public maintenance release of 7.9. It has been put
through a full system test and is suitable for deployment to end-users.
DisplayLink Software Release 7.9 delivers the following features:
- Windows 10 support
This release is for Windows 7 and later. Windows XP SP2 and Vista are supported
by earlier versions of the DisplayLink software:
http://www.displaylink.com/downloads
For further support and information about DisplayLink software, please visit
http://support.displaylink.com/
A1. Important notes about DL-3xx0, DL-41xx and DL-5xx0 Firmware
This software release contains an embedded firmware image.
DL-3xxx/DL-41xx/DL-5xxx devices will be automatically upgraded with this
firmware upon connection.
B. Contents
A. Introduction
A1. Important notes about DL-3xxx, DL-41xx and DL-5xxx Firmware
B. Contents
C. New features
C1. Issues fixed since R7.8 release (7.8.63104.0)
D. How to Install and Use
E. Supported Operating Systems
F. PC Recommended Specifications
G. Language Support
H. Supported Hardware
I. Known Issues and Limitations
C. New features
DisplayLink Software Release R7.9M3 delivers the following improvements:
- Latest release for Windows 10 Threshold 2 update, due in November
- Critical bug fixes
C1. Issues fixed since R7.8 release (7.8.63104.0)
-------------------------------------------------
Issues fixed in 7.9 M3 (7.9.630.0)
---------------------------------------------------------
- The DisplayLink device could remain in device manager for up to 30 seconds
after disconnecting the USB cable. This problem was only visible on Windows
7 with an Intel USB 3.0 host controller. (20509)
- DisplayLink monitors can stop working with the latest (October 2015 or later)
primary card graphic drivers on Windows 10. (20717)
- The Start button or Microsoft apps might fail to operate on Windows 10 with
DisplayLink software installed. (20160)
- Installation of DisplayLink software is not successful if 8.3 short
file names are disabled. This was a regression in v7.8 software (20595)
- Monitors attached to DisplayLink device might briefly show a corrupted
desktop image during mode changes. (20254, 20441)
- The resolution 2560x1440 was not be available for some monitors with
invalid EDID. (20390)
- 'Fit to TV' compensation feature was not available on Windows 10. (20107)
- Sometimes a transient corruption can be visible on DisplayLink monitor during
replugging USB cable if the monitor is connected to DisplayPort. (19704)
- On some monitors connected to DisplayLink device via HDMI, the audio stream
can be distorted or there can be no audio available. (20417, 20510)
- The DisplayLink installer did not show an error when trying to install on Windows
Vista. (20386)
Issues fixed in 7.9 M2 (7.9.478.0)
---------------------------------------------------------
- On some platforms re-plugging the DisplayLink device from USB port
can result in BSOD. (20235)
- On some systems incorrect message stating 'cannot install on this
operating system' can be seen. (20406)
- On some systems, the 'Software installation ended prematurely message' can
be seen. (20422)
- Wake On LAN may be not work as expected on Windows 7 if a dock is connected
to USB 3.0 port. (20240)
- On Windows 10, the monitor number is missing from the DisplayLink UI in the
system tray when two monitors are connected to DisplayLink device. (19697)
- Some third party applications (found with ATIeRecord) can show a Windows
Event error after multiple restarts of the PC with DisplayLink software
installed. (19871)
- DisplayLink software can occasionally fail to upgrade from older release
when downloaded from Windows Update. (20056)
- Landscape mode might is not available for DL-41xx equipped with tilt sensor
on Windows 10. (20106)
- The On Screen Display is not available for DL-41xx devices on Windows 10.
(20109, 20345)
- Corporate software (MSI files) could claim to be from an Invalid Publisher.
(20171)
- On some Intel Atom platforms on Windows 10 a primary monitor can be blank
after DisplayLink Software is installed and connecting DisplayLink monitor.
(20233)
Issues fixed in 7.9 Release (7.9.296.0)
----------------------------------------
- DisplayLink User Interface opens the incorrect display settings window
when selecting 'Video Setup'. (19974)
- Miracast fails to operate when DisplayLink software is installed. (19759)
- Poor network performance when the DisplayLink network interface is connected
to some Huawei LTE routers. (19858)
D. How to Install and use
Please find detailed guidance and information about how to install and use this
software, see the articles on the DisplayLink support site:
http://support.displaylink.com/knowledgebase/topics/78161
Information on corporate deployment can be found here:
http://support.displaylink.com/knowledgebase/topics/92322
Corporations can download the MSI installation files from:
http://www.displaylink.com/corporateinstall
For further support and information about DisplayLink software, please visit
http://support.displaylink.com
E. Supported Operating Systems
This release can be installed on the following operating systems:
- Windows 7 (32-bit and 64-bit editions)
- Windows 8 (32-bit and 64-bit editions)
- Windows 8.1 Update 2014 (32-bit and 64-bit editions)
- Windows 10 (32-bit and 64-bit editions)
Windows XP SP2 and Vista are supported by older versions of the DisplayLink
software: http://www.displaylink.com/downloads
F. PC Recommended Specifications
Please find detailed information about the minimum and recommended
specifications to run this software in this article:
http://support.displaylink.com/knowledgebase/articles/524951
G. Language Support
Please find the complete list of languages supported by this software in
this article: http://support.displaylink.com/knowledgebase/articles/630820
H. Supported Hardware
Devices supported:
- DL-5500 / DL-5700 / DL-5900 / DL-5910
- DL-41xx
- DL-3100 / DL-3500 / DL-3700 / DL-3900 / DL-3950
- DL115 / DL125 / DL165 / DL195
- DL120 / DL160
I. Known Issues and Limitations
System behaviour with DisplayLink attached screens has been well tested.
Testing covers plug/unplug, mode changes, playing video, hibernate,
sleep/standby, multiple users, different user rights, attached screen as
primary screen, attached screen as only screen, and other aspects.
For information about specific issues please see the DisplayLink support
knowledgebase: http://www.displaylink.com/support/knowledgebase.php