AdnanHodzic / displaylink-debian

DisplayLink driver installer for Debian and Ubuntu based Linux distributions.
https://foolcontrol.org/?p=1777
GNU General Public License v3.0
1.23k stars 228 forks source link

DisplayLink Not Working with Kali 2024.2 Kernel 6.6.15 #942

Open m-attique opened 2 weeks ago

m-attique commented 2 weeks ago

Hi,

I have just installed Kali Linux 2024.2 (KDE) with Kernel 6.6.15 amd64, DisplayLink-driver is not working.

Though installation completes successfully once installed, also I get the display on second and third screens.

But when asked to restart, and I do, the OS doesn't go forward after the following Error message:

ERROR

[FAILED] Failed to start displaylink-driver.service - DisplayLink Driver Service.
[FAILED] Failed to start vmware.service - LSB: This service starts and stops VMWare service.

Below provided is the DEBUG output:

Debug Output

--------------- Linux system info ----------------

Distro: Kali
Release: kali-rolling
Kernel: 6.6.15-amd64

---------------- DisplayLink info ----------------

Driver version: 1.14.4
DisplayLink service status: up and running
EVDI service version: 1.14.4

------------------ Graphics card -----------------

Vendor: i915
Subsystem: [103c:816b]
VGA: Intel Corporation HD Graphics 530 (rev 06)
VGA (3D): NVIDIA Corporation GM107M [GeForce GTX 950M] (rev a2)
X11 version: 21.1.12-1
X11 configs: /etc/X11/xorg.conf.d/20-displaylink.conf

-------------- DisplayLink xorg.conf -------------

File: /etc/X11/xorg.conf.d/20-displaylink.conf
Contents:
 Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    Option "AccelMethod" "None"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

-------------------- Monitors --------------------

Providers: number : 0

-------------------------------------------------------------------

Please help me make it work on Kali ASAP.

Thank you.