View Single Post
Old 12-21-2022, 06:22 PM   #14
c_lanza
Junior Member
 
Join Date: Dec 2022
Posts: 2
Default

Well, I kept digging around online and after a lot of trials I found this response from somebody on reddit:

This post
Code:
cd ~/Downlaods 
git clone https://github.com/DisplayLink/evdi
cd evdi-devel/evdi/module/
cp * /usr/src/evdi-1.12.0/
sudo dnf install dkms
sudo dkms build -m evdi -v 1.12.0 --force
sudo dkms install -m evdi -v 1.12.0
sudo reboot
and it worked like a charm. didnt even have to reboot and my Asus ZenScreen came back to life.
and in case somebody is wondering I am using Fedora 37
Linux fedora 6.0.13-300.fc37.x86_64

hope this helps somebody else.

cheers!
c_lanza is offline   Reply With Quote