-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
kali 6.10.11 -- Fixed #965
Comments
Worked for me too 👍 Displayling-debian --debug was like this before :
And now :
|
Heyo, unfortunately I still have some weird issues (using a HP Universal Dock G2). First I tried to uninstall everything related to displaylink and evdi (incl. reboot) before attempting your solution. However, when performing the installation of DisplayLink-Ubuntu I get an issue in the post install step:
When looking at the providers, everything seems to be as expected but /etc/X11/xorg.conf.d/20-displaylink.conf was not created...
Is someone experiencing a similar issue? Thanks in advance! |
I was having the same issues other people were having. Here is the process I used and my display link is working again on kali 6.10.11
sudo git clone https://github.com/DisplayLink/evdi.git
cd evdi
cd module
sudo ./dkms_install.sh
sudo mkdir -p /opt/displaylink
Head over to the display link website and download the Ubuntu driver
https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu
sudo dpkg -i synaptics-repository-keyring.deb
sudo apt-get install -f
Then I rerran the install script from displaylink-debian
sudo ./displaylink-debian.sh
successful install and upon reboot, everything was working.
The text was updated successfully, but these errors were encountered: