Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
development:linux:fedora [2023/04/07 12:24] kalenpw created |
development:linux:fedora [2023/04/08 10:14] (current) kalenpw |
||
---|---|---|---|
Line 4: | Line 4: | ||
===== DisplayLink ===== | ===== DisplayLink ===== | ||
+ | https:// | ||
- | Since I was making a fresh install, and wanted to get this working, here is a bit more for others to follow what you have put. | + | ** First time install** |
- | Download | + | |
- | sudo dnf -y upgrade --refresh | + | * https:// |
- | reboot | + | - '' |
- | sudo dnf -y install dkms libdrm-devel openssl | + | - Reboot |
- | sudo openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out \ MOK.der -nodes -days 36500 -subj "/ | + | - '' |
- | sudo mkdir / | + | - Reboot |
- | mkdir displaylink && cd displaylink | + | - '' |
- | Make sure to extract the downloaded file above into this directory. Make the file executable (I just did this in the GUI as it was easier for me at this point) | + | * To sign the module for secure boot |
- | sudo git clone https:// | + | - '' |
- | cd evdi/ | + | - '' |
- | sudo cp * / | + | - Copy extracted ubuntu drivers |
- | sudo dkms build -m evdi -v 1.12.0 --force | + | - '' |
- | sudo dkms install -m evdi -v 1.12.0 | + | - '' |
- | cd ~/ | + | - '' |
- | sudo ./ | + | - '' |
- | reboot | + | - '' |
- | After doing that, I was able to get it all working from a fresh install. | + | - '' |
+ | - '' | ||
+ | | ||
+ | ** After kernel update ** | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' |