Skip to content

Clown Heino

My feedback

1 result found

  1. 86 votes
    vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Clown Heino commented  · 

    Okay so while this is an ultra old post, I stumbled upon it with the same problem. I was able to fix it with the archwiki:
    echo "options evdi initial_device_count=2" | sudo tee /etc/modprobe.d/evdi.conf
    also with this:
    ls -al /dev/dri/by-path # identify your evdi cards

    Section "Device"
    Identifier "usbdev"
    Driver "modesetting"
    Option "kmsdev" "/dev/dri/<YOUR EVDI CARD>" e.g. /dev/dri/card2
    EndSection

    Section "Screen"
    Identifier "Screen1"
    Device "usbdev"
    EndSection

    into /etc/X11/xorg.conf

    from here: https://wiki.archlinux.org/title/DisplayLink

Feedback and Knowledge Base