I would like to have mirror display across both monitor , <div>with A monitor connect to intel display card,</div><div>and B monitor connect to a usb to vga dongle. </div><div><br></div><div>on KDE or GNOME i can have both screen working in extend mode, </div>
<div>but i want both screen have exactly the same output, which is mirror mode</div><div>how to do the setup? or should i add any code in my xf86-displaylink driver?</div><div><br></div><div>here's my xorg.conf</div><div>
##########################################</div><div><div>Section "Device"</div><div> Identifier "DisplayLinkDevice"</div><div> driver "displaylink"</div><div> Option "fbdev" "/dev/fb1"</div>
<div>EndSection</div><div><br></div><div>Section "Monitor"</div><div> Identifier "DisplayLinkMonitor"</div><div>EndSection</div><div><br></div><div>Section "Screen"</div><div> Identifier "DisplayLinkScreen"</div>
<div><span class="Apple-tab-span" style="white-space:pre"> </span> Device "DisplayLinkDevice"</div><div> Monitor "DisplayLinkMonitor"</div><div><span class="Apple-tab-span" style="white-space:pre"> </span> SubSection "Display"</div>
<div> Modes "1024x768"</div><div> EndSubSection</div><div>EndSection</div><div><br></div><div>############### Card1 Intel ##################</div><div>Section "Device"</div><div>
Identifier "Card1"</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Driver "intel"</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>BusID "PCI:0:2:0"</div>
<div>EndSection</div><div><br></div><div>Section "Monitor"</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Identifier "Monitor1"</div><div>EndSection</div><div><br></div><div>Section "Screen"</div>
<div> <span class="Apple-tab-span" style="white-space:pre"> </span>Identifier "Screen1"</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Device "Card1"</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Monitor "Monitor1"</div>
<div>EndSection</div><div><br></div><div>############### Server Layout ###############</div><div>Section "ServerLayout"</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Identifier "X.org Configured"</div>
<div><span class="Apple-tab-span" style="white-space:pre"> </span>Screen 0 "DisplayLinkScreen" 0 0</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>Screen 1 "Screen1" RightOf "DisplayLinkScreen" </div>
<div><span class="Apple-tab-span" style="white-space:pre"> </span>#Screen 0 "Screen1" 0 0</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>#Screen 1 "DisplayLinkScreen" Leftof "Screen1"</div>
<div> Option "Xinerama" "true"</div><div>EndSection</div></div><div><br></div>