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 "Monitor"<br> Identifier "Monitor0"<br> Option "Enable" "true"<br> DisplaySize 800 480<br>EndSection<br><br><br>Section "Screen"<br>
Identifier "Screen1"<br> Device "fb1"<br> Monitor "Monitor0"<br> DefaultDepth 24<br> SubSection "Display"<br> Depth 24<br> Modes "800x480_60.00"<br>
EndSubSection<br><br>EndSection<br><br>Section "Device"<br> Identifier "fb1"<br> Driver "fbdev"<br> Screen 0<br> Option "fbdev" "/dev/fb1"<br>
EndSection<br><br>#Section "Screen"<br> # Identifier "Screen0"<br> # Device "fb0"<br>#EndSection<br><br>Section "ServerLayout"<br> Identifier "DualSreen"<br>
Screen 0 "Screen1" 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>