Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest EVDI changes break install #128

Closed
ItsDom opened this issue May 2, 2020 · 7 comments · Fixed by #131
Closed

Latest EVDI changes break install #128

ItsDom opened this issue May 2, 2020 · 7 comments · Fixed by #131

Comments

@ItsDom
Copy link

ItsDom commented May 2, 2020

I wasn't able to install on Fedora 32, even with make rawhide I get the following error:

cannot stat 'evdi-1.6.4/library/libevdi.so.1.6.4': No such file or directory

Manually modifying the makefile to checkout commit 01e246f from EVDI repo as per
DisplayLink/evdi#199 (comment) seems to be a work around.

I think this is also why the tests have failed on the last few commits in this repo too.

@elguero
Copy link
Collaborator

elguero commented May 3, 2020

@ItsDom Yes, we know. The evdi devel branch has been a moving target. Just when we think we have something for the community, it changes. We are waiting for a new release of EVDI to make an official release here.

The devel changes up to that commit are very nice though. I finally have the monitors working as expected with no lag on Fedora 32. I am able to hot plug with no issues.

@wernermaes
Copy link

So upgrading to Fedora 32 break evdi? Good to know

@bowerth
Copy link

bowerth commented May 8, 2020

Hello and many thanks for the continued support. I am receiving the following error:

wget -O v1.7.0.tar.gz \
	https://github.com/DisplayLink/evdi/archive/v1.7.0.tar.gz
--2020-05-08 21:48:13--  https://github.com/DisplayLink/evdi/archive/v1.7.0.tar.gz
Resolving github.com (github.com)... 140.82.118.4
Connecting to github.com (github.com)|140.82.118.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/DisplayLink/evdi/tar.gz/v1.7.0 [following]
--2020-05-08 21:48:14--  https://codeload.github.com/DisplayLink/evdi/tar.gz/v1.7.0
Resolving codeload.github.com (codeload.github.com)... 140.82.114.9
Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-05-08 21:48:14 ERROR 404: Not Found.

make: *** [Makefile:115: v1.7.0.tar.gz] Error 8

@elguero
Copy link
Collaborator

elguero commented May 8, 2020

@bowerth You need to do make rawhide for now. The evdi library 1.7.0 has not been released yet.

@bowerth
Copy link

bowerth commented May 8, 2020

I managed building the SRPM after setting QA_RPATHS=0x0004. I could build the RPM after setting _version, _release and _daemon_version in ~/.rpmmacros. I could install the resulting RPM and the driver starts (however it is inactive on reboot). The display appears in the system settings GUI but remains black. Upon disconnect, the main display turns black and a hard reset is required.

@elguero
Copy link
Collaborator

elguero commented May 9, 2020

@bowerth I am not sure how you are building your RPM. Those variables are all set through the Makefile and passed in to the displaylink.spec. Something doesn't seem right.

@bowerth
Copy link

bowerth commented May 9, 2020

Hello, I can confirm everything works in order (under X11). There was an issue with a configuration script in /etc/X11/xorg.conf.d/ preventing X11 from starting properly.
@elguero have you tested the driver in wayland?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants