|
11-30-2015, 06:04 AM | #1 |
Junior Member
Join Date: Nov 2015
Location: Amsterdam
Posts: 11
|
Debian (Jessie/Stretch/Sid) installer
I made DisplayLink Debian driver installer which I'd like to share with everyone.
displaylink-debian Tool which allows you to seamlessly install and uninstall DisplayLink drivers on Debian GNU/Linux. Installer is available on Github. Supported platforms are:
Please let me know if you have any additional questions and/or comments. Last edited by fooctrl; 11-30-2015 at 06:06 AM. |
01-24-2016, 08:48 PM | #3 |
Junior Member
Join Date: Jan 2014
Posts: 3
|
Hi,
Would this setup work on Linux Mint 17.3 - I really want to switch to linux, but must be able to use my docking station, so I just want to make sure before going through the effort of formatting, etc. Thanks for your work on this, this is the only thing keeping me away from linux... |
01-31-2016, 06:00 PM | #4 |
Junior Member
Join Date: Nov 2015
Location: Amsterdam
Posts: 11
|
With latest version of script, Ubuntu is also supported (>=15.04 to <=16.04).
However, there's no support for Mint right now. Due to the reason that Mint still uses Upstart, while this script support anything that's running on Systemd. |
02-01-2016, 06:31 AM | #5 |
Junior Member
Join Date: Jan 2016
Posts: 14
|
has anyone gotten the proprietary ati drivers to work with this? Im on ubuntu 15.10 and using 2 mb168+ and can only get display link to work with open source drivers. It seems I am missing out on hardware acceleration so Id like to use the proprietary drivers. When running vm on screens huge lag...
Id limke to use the propriatary fglx /radeon/ati drivers and displaylink at the same time instead of running the opensource driver. Everything works with the opensource driver, though I think I am missing out on harware acceleration. Last edited by AntiNSA; 02-01-2016 at 07:06 AM. |
04-06-2016, 03:57 PM | #6 |
Junior Member
Join Date: Apr 2016
Posts: 5
|
Hi,
I download and install the package. All's right for installation. But after, my screen connected in the adapter is not recognized. I am in Gnome. Help me ^^ Thx gudbes edit : Sorry for my english |
05-18-2016, 07:24 AM | #7 | |
Junior Member
Join Date: May 2016
Posts: 2
|
Quote:
*edit* Just looking through the official install script, it looks like it does detect and support both upstart and systemd (this is from version 1.1.62): Code:
detect_init_daemon() { INIT=$(readlink /proc/1/exe) if [ "$INIT" == "/sbin/init" ]; then INIT=$(/sbin/init --version) fi [ -z "${INIT##*upstart*}" ] && SYSTEMINITDAEMON="upstart" [ -z "${INIT##*systemd*}" ] && SYSTEMINITDAEMON="systemd" if [ -z "$SYSTEMINITDAEMON" ]; then echo "ERROR: the installer script is unable to find out how to start DisplayLinkManager service automatically on your system." >&2 echo "Please set an environment variable SYSTEMINITDAEMON to 'upstart' or 'systemd' before running the installation script to force one of the options." >&2 echo "Installation terminated." >&2 exit 1 fi } Code:
if [ "upstart" == "$SYSTEMINITDAEMON" ]; then echo "Starting DLM upstart job" add_upstart_script add_pm_script "upstart" start displaylink elif [ "systemd" == "$SYSTEMINITDAEMON" ]; then echo "Starting DLM systemd service" add_systemd_service add_pm_script "systemd" systemctl start displaylink.service fi Last edited by Knowbody; 05-18-2016 at 07:42 AM. |
|
05-18-2016, 12:48 PM | #8 |
Junior Member
Join Date: Nov 2015
Location: Amsterdam
Posts: 11
|
Please add which version of Mint you're using and I'll extend the support for Mint as well (https://github.com/AdnanHodzic/displ...ebian/issues/4)
|
Tags |
debian, displaylink, jessie, sid, stretch |
Thread Tools | Search this Thread |
Display Modes | |
|
|