Helllo All , <br><br>I have enabled 2nd frame buffer nodes in kernel . so that I have /dev/fb0 and /dev/fb1 devices .  Usually I start my X on fb0 [by default ] . <br>Now I wanted to move X display on fb1 . <br><br>I created a 22-xorg-fb1.conf  that contains as in : <br>
<br>*****<br>Section &quot;Monitor&quot;<br>    Identifier     &quot;Monitor0&quot;<br>    Option         &quot;Enable&quot; &quot;true&quot;<br>    DisplaySize     800 480<br>EndSection<br><br><br>Section &quot;Screen&quot;<br>
    Identifier  &quot;Screen1&quot;<br>    Device      &quot;fb1&quot;<br>    Monitor        &quot;Monitor0&quot;<br>    DefaultDepth    24<br>    SubSection &quot;Display&quot;<br>        Depth          24<br>        Modes          &quot;800x480_60.00&quot;<br>
        EndSubSection<br><br>EndSection<br><br>Section &quot;Device&quot;<br>    Identifier  &quot;fb1&quot;<br>    Driver      &quot;fbdev&quot;<br>    Screen      0<br>    Option      &quot;fbdev&quot; &quot;/dev/fb1&quot;<br>
EndSection<br><br>#Section &quot;Screen&quot;<br> #   Identifier  &quot;Screen0&quot;<br>  #  Device      &quot;fb0&quot;<br>#EndSection<br><br>Section &quot;ServerLayout&quot;<br>        Identifier     &quot;DualSreen&quot;<br>
        Screen      0  &quot;Screen1&quot; 25 25<br>EndSection<br>*********************<br><br>  I placed this conf file at /etc/X11/xorg.conf.d  .<br>Then restarted at X ... <br><br>But I am getting a black screen only .. <br>
<br>Any suggestions ?? <br><br><br>Thanks : <br>Umang Gupta <br>