You are not logged in.

#1 2019-10-25 14:43:32

chico
Member
From: Sweden
Registered: 2011-03-06
Posts: 16
Website

[SOLVED] System update broke Displaylink / EVDI again

Looks like xf86-video-intel broke Displaylink again.
Plasma crashes on external screen activation, in i3 the screen does not update correctly I get a frozen screen on my displaylink device.
During research I found a bug report:
https://bugs.archlinux.org/task/64227?s … &closedto=
And also a reddit post
https://www.reddit.com/r/archlinux/comm … r/f30q3jr/
Current :
xf86-video-intel 1:2.99.917+893+gbff5eca4-1
Suggested driver in the reddit post:
xf86-video-intel-1:2.99.917+870+g6f4972d5-1-x86_64

What is the recommendation?
Do a bug report on the intel driver?

I'll try a downgrade for now, however it is not a permanent solution.

Thanks om before hand

Last edited by chico (2019-11-15 13:56:46)

Offline

#2 2019-10-25 15:10:47

chico
Member
From: Sweden
Registered: 2011-03-06
Posts: 16
Website

Re: [SOLVED] System update broke Displaylink / EVDI again

Did a downgrade of the xf86-video-intel package.
xf86-video-intel-1:2.99.917+870+g6f4972d5-1-x86_64.pkg.tar.xz vorks flawlessly

Offline

#3 2019-11-15 13:32:10

chico
Member
From: Sweden
Registered: 2011-03-06
Posts: 16
Website

Re: [SOLVED] System update broke Displaylink / EVDI again

--UPDATE--
decided to try out a few other tricks.
Temporarily disabling PageFlip for modesetting did work.
according to the documentation you should create the file:
/usr/share/X11/xorg.conf.d/20-displaylink.conf
I do like my systems clean so I made the file in the /etc tree instead:
/etc/X11/xorg.conf.d/20-displaylink.conf
added the contents:

------------------------------------------------
Section "Device"
  Identifier "DisplayLink"
  Driver "modesetting"
  Option "PageFlip" "false"
EndSection
--------------------------------------------
No need for using outdated drivers.

Offline

#4 2019-11-24 22:51:32

exup
Member
Registered: 2017-07-13
Posts: 23

Re: [SOLVED] System update broke Displaylink / EVDI again

Confirmed works for me. My Symptoms were that the displays were working 90% but mouse was leaving ghost trails and pixelate under the mouse.

Hi Chico, you are awesome, I was scratching my head over this for a while, applied your fix and boom all good. Making my Monday back in the office alot smoother! I might add this comment to the AUR package to help others. smile

Offline

#5 2019-11-24 23:10:53

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] System update broke Displaylink / EVDI again

Have you tried removing xf86-video-intel and using the modesetting driver instead?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#6 2019-11-25 21:05:02

exup
Member
Registered: 2017-07-13
Posts: 23

Re: [SOLVED] System update broke Displaylink / EVDI again

Hi, sorry I need to clarify what you mean, my current setup (which has not changed) is as per the wiki below.

 

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

Create a file with the following content:

/usr/share/X11/xorg.conf.d/20-evdidevice.conf

Section "OutputClass"
    Identifier "DisplayLink"
    MatchDriver "evdi"
    Driver "modesetting"
    Option  "AccelMethod" "none"
EndSection

So do I remove the intel driver completely via pacman -R xf86-video-intel ?

Offline

#7 2019-12-06 07:24:21

chico
Member
From: Sweden
Registered: 2011-03-06
Posts: 16
Website

Re: [SOLVED] System update broke Displaylink / EVDI again

Slithery wrote:

Have you tried removing xf86-video-intel and using the modesetting driver instead?

Yes I did, didn't work for me.

Offline

#8 2019-12-06 07:26:12

chico
Member
From: Sweden
Registered: 2011-03-06
Posts: 16
Website

Re: [SOLVED] System update broke Displaylink / EVDI again

exup wrote:

Hi, sorry I need to clarify what you mean, my current setup (which has not changed) is as per the wiki below.

 

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

Create a file with the following content:

/usr/share/X11/xorg.conf.d/20-evdidevice.conf

Section "OutputClass"
    Identifier "DisplayLink"
    MatchDriver "evdi"
    Driver "modesetting"
    Option  "AccelMethod" "none"
EndSection

So do I remove the intel driver completely via pacman -R xf86-video-intel ?

No need to remove the driver.
You do want your intel chip to work.

Offline

#9 2019-12-14 09:40:03

micsnare
Member
Registered: 2013-08-25
Posts: 57

Re: [SOLVED] System update broke Displaylink / EVDI again

chico and exup, you both are heroes!
I swear I've been fiddling around with this for days if not weeks!
I finally did get my D3100 port replicator working again thanks to you.
THANK YOU, THANK YOU, THANK YOU!!

Offline

Board footer

Powered by FluxBB