DisplayLink Forum

DisplayLink Forum (https://displaylink.org/forum/index.php)
-   Linux and Open Source (https://displaylink.org/forum/forumdisplay.php?f=29)
-   -   Fedora 25? (https://displaylink.org/forum/showthread.php?t=65101)

DSmarter 01-30-2017 03:55 PM

Fedora 25?
 
Hello all,

I have a Fedora 25 workstation install and an AOC e1649Fwu DisplayLink monitor. It looks like Fedora is recognizing it and it seems all is well (to the OS). You can see the screenshots here: http://imgur.com/a/3CK80

However, what I see is much different and unusable:
https://youtu.be/kTRIUr01i7o

Does anyone have any experience getting this working on Fedora 25? This is the out of box experience (no drivers or working towards getting it to work yet)

Thanks!
DSmarter

aiguofer 01-31-2017 03:28 PM

Interesting... I've had a similar issue, except the other monitor stays black but I do see the mouse moving around.

I gave up trying and have just been manually plugging in the HDMI cable :( hoping I'll see some improvement in the next update (evdi seems to have been updated, so hopefully there'll be a driver update soon too).

Btw, i'm on a t460s and fedora 25 (with both GDM and the session running on X)

East_of_Berlin 02-22-2017 02:15 PM

install displaylink on Fedora25
 
# as root

dnf -y update

# reboot if you got a new kernel !

# as root

dnf install redhat-lsb.x86_64 redhat-lsb-desktop.x86_64 redhat-lsb-trialuse.x86_64 redhat-lsb-languages.x86_64 redhat-lsb-submod-multimedia.x86_64 redhat-lsb-core.x86_64 redhat-lsb-supplemental.x86_64 redhat-lsb.x86_64 kernel-debug-devel.x86_64 kernel-devel.x86_64 dkms.noarch lpf.noarch


# create folder as root

mkdir /opt/displaylink

cd /opt/displaylink

# download / unzip / ubunto driver intto

./displaylink-driver-1.3.52.run --noexec --keep

displaylink-installer.sh

nano / vim /etc/ld.so.conf.d/local.conf # add < /opt/displaylink

# run ldconfig

ldconfig

cd /usr/local/bin

# set symlink to executebel

ln -s ../../../opt/displaylink/DisplayLinkManager ./

# connect USB 3.0 DisplayLink and Display
# run as root

DisplayLinkManager &

# got to your Display setup under settings
# as normal user and configer possision on the display
# if you have more then one.


#as root

systemctl status display-manager.service

# systemctl start display-manager.service

# to end as root

killall DisplayLinkManager

# have fun


All times are GMT. The time now is 06:03 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.