View Single Post
Old 01-07-2023, 07:21 PM   #7
Norber.OK
Junior Member
 
Join Date: Jan 2023
Posts: 1
Default Steps that worked for me

I have the same displaylink device:
Bus 002 Device 002: ID 17e9:4301 DisplayLink USB3 to HDMI

After upgrading to Ubuntu 22.04 I was not able to display correctly, then I realized that I was having issues with libdvd-pkg so:

1.)
sudo dpkg-reconfigure libdvd-pkg
2.)
sudo apt install --reinstall linux-headers-$(uname -r)
3.)
sudo ./displaylink-driver-5.6.1-59.184.run
4.)
reboot


That worked for me for x11.

Last edited by Norber.OK; 01-07-2023 at 07:26 PM.
Norber.OK is offline   Reply With Quote