Thank you very much for your valuable inputs Mr Alex and Adam.<br><br>I am still a bit confused about where exactly this dual-head implementation exists and how to make it up using tinyx server.<br><br>As per your replies i understand that in order to make dual-head working using an Xserver it should have one of the below features<br>
- XRandR extension with dual-head support or<br>- graphics driver associated with the X server (fbdev incase 
of Xfbdev server) should implement the logic of mapping the framebuffer on to 
two monitors. As fbdev being a generic driver written for linux framebuffer 
device it does not have dual head implemented as all cards may not have hardware 
configuration required to support dual-head.<br><br>Am i right??<br><br>Actually my 
objective is to run a tinyx server (preferably Xfbdev as it succesfully runs on 
my target) on an e-book target and enable dual-head display on it.<br><br>So In order to 
acheive this should i alter the fbdev driver (in Xfbdev) to map it 
on to two different displays?? Or a is this the job of RnadR/XINERAMA extensions?? <br><br>Or Tinyx 
does not support dual-head at all?? I mean Kdrive itself does not support 
dual-head??<br><br>i am mentioning some of the observations i made during my attmpts:<br><br>I am using the latest Xfbdev from X11R7.5 release and its having Xrandr version 
1.3. I think this is same as the Xrandr running on fedora 11. Does this  Xrandr 1.3 
has dual-head support?? But usinf this also giving the same ouput as<br>&gt; Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768<br>
&gt; default connected 1024x768+0+0 (normal left inverted right x axis y<br>
&gt; axis) 0mm x 0mm<br>
&gt;   1024x768  0.0*<br><br>But on fedora Xrandr -q clearly giving the output mentioning the VGA1, VGA2 ouptupts and their current configuration.<br><br>I have tried to run 
Xnvidia server present in KDrive (X11R7.4 release) and the Xrandr version present in it is 1.2. 
The graphics card is Nvidia Quadro fx 1700. In this case also the server is 
showing display on one monitor only. I guess its because the driver implemented 
in Xnvidia is out of date and it could not properly configure some advanced 
graphics card like nvidia Quadro fx 1700. is it so??<br><br>your inputs are highly valuable as not much information is available on net regarding dual-head support in tinyX.<br><br><br><div class="gmail_quote">On Wed, Dec 16, 2009 at 8:35 PM, Alex Deucher <span dir="ltr">&lt;<a href="mailto:alexdeucher@gmail.com">alexdeucher@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Wed, Dec 16, 2009 at 8:44 AM, prudhvi raj &lt;<a href="mailto:prudhviraj.v@gmail.com">prudhviraj.v@gmail.com</a>&gt; wrote:<br>

&gt; I want to enable dual-head display using the KDrive tinyx server - Xfbdev<br>
&gt; (X11R7.5 version). I am using Nvidia graphics card with two outputs<br>
&gt; connected to two samsung monitors.<br>
&gt;<br>
&gt; When i boot up the system with Fedora 11, the server is auto detecting both<br>
&gt; monitors and both the monitors are getting up and the screen is spanned<br>
&gt; among the two monitors.<br>
&gt;<br>
&gt; But When i run the Xfbdev server the display is coming on only one monitor.<br>
&gt;<br>
&gt; xrandr -q is giving the below output<br>
&gt; Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768<br>
&gt; default connected 1024x768+0+0 (normal left inverted right x axis y axis)<br>
&gt; 0mm x 0mm<br>
&gt;   1024x768  0.0*<br>
&gt;<br>
&gt; Why is Xrandr unable to detect the second monitor??<br>
&gt;<br>
&gt; The Xfbdev has been compiled with XINERAMA and XRANDR extensions.<br>
&gt;<br>
&gt; Should i need to configure Xfbdev in order to detect the dual head<br>
&gt; configuration and show the display spanned among them??<br>
<br>
</div></div>fbdev doesn&#39;t support dualhead.  You&#39;ll need to use a native driver<br>
for your GPU.<br>
<font color="#888888"><br>
Alex<br>
</font></blockquote></div><br>