I am having troubles setting a displaylink on my two monitors with my computer.
I am running Manjaro i3 edition with linux 52 on a ThinkPadT460.
I went trhough this set of instructions:
yay -S linux52-headers
reboot
yay -S evdi displaylink
reboot
sudo nano /usr/shar/X11/xorg.conf.d/20-displaylink.conf
Section "Device"
Identifer "DisplayLink"
Driver "modesetting"
Option "Pagelip" "false"
EndSection
sudo nano /usr/X11/xorg.conf.d/20-evdidevice.conf
Section "OutputClass"
Identifier "DisplayLink"
MatchDriver "evdi"
Driver "modesetting"
Option "AccelMethod" "none"
EndSection
reboot
systemctl start displaylink
systemctl enable displaylink
reboot
The problem being that even so
xrandr --listproviders
only gives me one display.
Thank you if you try to help me, and if you have any complementary question I would be glad to answer.
