<div dir="ltr">Hi,<br><br>as VirtualBox supports dual head config I was trying to start two framebuffers on it.<br>But unsucessfull.<br><br>The main constraint is that guest Linux is very tiny and has no X-Windows inside.<br>The application requires only the framebuffer devices.<br><br>I did many hours googling to find solution but I found only solution for xwin environment.<br><br>Is it even possible to enable two FB devices on dualhead configuration?<br><br>If the answer is NO, can you show me where I should start to look inside the sources?<br><br>I found the VB Additions subversion repo where are at least two video drivers:<br><br>1, <a href="http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Additions/linux/drm/vbox_fb.c">http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Additions/linux/drm/vbox_fb.c</a><br>2, <a href="http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c">http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c</a><br><br>I guess that the driver for my non-x11 environment is the first one. Is it true?<br><br>I'm rather linux video driver noob, but I would like to get some good start point<br>where I can at least try to start with.<br><br>BR.<br>/Jan<br><br>PS: Installed Fedora Server 24 Minimal config, so kernel is 4.6.7</div>