<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML>
<HEAD></HEAD>
<BODY style="font-family:'DejaVu Sans Mono'; font-size:12px"><div>Thanks for the reply. I tried that, but the result is still the same.</div><div>If I have Default screen first, then only the laptop monitor is on, and if I have the displaylink first, then only the displaylink screen is on.</div><div><br></div><div>My modified xorg.conf is:</div><div><br></div><div># xorg.conf (X.Org X Window System server configuration file)<br><br>############ Original Video Settings ###########<br><br>Section "Device"<br>        Identifier      "Configured Video Device"<br>        Driver                "intel"<br>EndSection<br><br>Section "Monitor"<br>        Identifier      "Configured Monitor"<br>EndSection<br><br>Section "Screen"<br>        Identifier      "Default Screen"<br>        Monitor         "Configured Monitor"<br>        Device          "Configured Video Device"<br>        SubSection "Display"<br>                Depth   24<br>                Modes   "1440x900"<br>        EndSubSection<br>EndSection<br><br><br>#################################################<br><br>Section "ServerLayout"<br>        Identifier      "Server Layout"<br>        Screen  0       "DisplayLinkScreen" 0 0</div><div>Screen  1       "Default Screen" LeftOf "DisplayLinkScreen"<br>        Option          "Xinerama" "Off"<br>EndSection<br><br><br>############### DisplayLink Stuff ###############<br><br>Section "Device"<br>        Identifier      "DisplayLinkDevice"<br>        Driver          "fbdev"<br>        Option                 "ReportDamage" "true"<br>        Option          "fbdev" "/dev/fb1"<br>EndSection<br><br>Section "Monitor"<br>        Identifier      "DisplayLinkMonitor"<br>        <br>EndSection<br><br>Section "Screen"<br>        Identifier      "DisplayLinkScreen"<br>        Device          "DisplayLinkDevice"<br>        Monitor         "DisplayLinkMonitor"<br>        DefaultDepth    16<br>        SubSection "Display"<br>                Depth   16<br>                Modes   "1024x600"<br>        EndSubSection<br>EndSection<br><br><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>On Mon, 19 Jul 2010 11:08:13 -0500, KaruppuSwamy T &lt;karuppuswamy@gmail.com&gt; wrote:<br><br><blockquote style="margin: 0 0 0.80ex; border-left: #0000FF 2px solid; padding-left: 1ex"><div class="gmail_quote">On Sun, Jul 18, 2010 at 9:36 PM, Joon Ro <span dir="ltr">&lt;<a href="mailto:groups.joon@gmail.com">groups.joon@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
I have installed openSUSE 11.3, and I have DoubleSight DS-90U USB monitor. (1024x600 resolution)<br>
Depending on my xorg.conf setup, I can use the usb monitor, but I cannot use both my laptop and usb monitor at the same time.<br>
<br>
I have attached my xorg.conf on the bottom. When I boot like this, I can only use the usb monitor. The laptop monitor is just blank.<br>
If I change the order of the two displays in the Server Layout, then I cannot use the usb monitor.<br>
<br></blockquote><div><br></div><div> I too faced same problem. Just removed  </div><div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

<br class="Apple-interchange-newline">       BusID           "PCI:0:2:0"<br></blockquote><div><br></div><div>line from xorg.conf, let it to detect and load driver (for me "intel") All are fine now. Read more on this here, it will be useful for you: <a href="http://karuppuswamy.com/wordpress/2010/07/19/how-to-get-lilliput-displaylink-based-usb-monitor-um-70-17e902a9-working-in-ubuntu-linux/">http://karuppuswamy.com/wordpress/2010/07/19/how-to-get-lilliput-displaylink-based-usb-monitor-um-70-17e902a9-working-in-ubuntu-linux/</a></div>

</div><div><br></div></div>
</blockquote><br><br><br></div></BODY></HTML>