Linux & DisplayLink

Bonjour,

J’ai un PC portable avec un écran externe. J’ai ajouté un adaptateur DisplayLink pour avoir un troisième écran.
J’essaie depuis très longtemps d’arriver à faire marcher mon écran avec Linux mais je n’y arrive pas.
(Linux Mint, Ubuntu, Debian, Fedora)

Actuellement j’ai 2 résultats. Soit les 2 écrans (l’interne et l’externe branché un HDMI ou VGA) qui fonctionnent bien et un écran vert sur l’écran DisplayLink, soit les 2 écrans noirs avec un underscore en haut à gauche et l’écran DisplayLink qui fonctionne.

C’est une install propre, j’ai juste créer un fichier de configuration Xorg : /usr/share/X11/xorg.conf.d/60-display.conf

Lorsque j’ai 2 écrans ok :

[code]Section "Monitor"
Identifier "Integre"
EndSection

Section "Device"
Identifier "GraphicCard"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "GraphicCard"
Monitor "Integre"
EndSection

Section "Monitor"
Identifier "Neovo1"
EndSection

Section "Device"
Identifier "GraphicCard1"
Driver "intel"
BusId "PCI:0:2:1"
EndSection

Section "Screen"
Identifier "Screen1"
Device "GraphicCard1"
Monitor "Neovo1"
EndSection

Section "Monitor"
Identifier "Monitor2"
EndSection

Section "Device"
Identifier "DisplayLink"
Driver "fbdev"
BusID "USB"
Option “fbdev” "/dev/fb1"
EndSection

Section "Screen"
Identifier "Screen2"
Device "DisplayLink"
Monitor "Monitor2"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 “Screen0” 0 0
Screen 1 “Screen1” LeftOf "Screen0"
Screen 2 “Screen2” LeftOf "Screen1"
Option “Xinerama” "1"
EndSection
[/code]

Lorsque l’écran DisplayLink fonctionne :

[code]# DisplayLink Monitor
Section "Device"
Identifier "DisplayLink"
Driver "fbdev"
BusID "USB"
Option “fbdev” "/dev/fb1"
EndSection

Section "Monitor"
Identifier "Secondary Monitor"
EndSection

Section "Screen"
Identifier "External Screen"
EndSection
[/code]

Voir les logs en PJ.

Avez vous une idée de comment faire ?

Merci d’avance !
Xorg.0.log (38.3 KB)
dmesg.log (68.3 KB)