View Single Post
Old 12-03-2021, 05:12 PM   #2
marcgizmo
Junior Member
 
Join Date: Dec 2021
Posts: 2
Default

So, i can provide further input, yet I'll still need help to understand how this works.

I can check the status of the connectors from the driver (using the command
Code:
 #for p in /sys/class/drm/*/status; do con=${p%/status}; echo -n "${con#*/card?-}: "; cat $p; done)
This tell me that the /sys/class/drm/card1-DVI-I-1 corresponding to my displaylink device switch on and off (well connected/disconnected) when i plug/unplug the hub. All fine there.

Still, i can't have it connected using xrandr.

Any help or Idea is welcome.


Regards,
Marc
marcgizmo is offline   Reply With Quote