Re: [uml-devel] A shared memory framebuffer for UML

2008-11-23 Thread root
Hello Ron Yorston, I would like to have both audio and video on the host during a sip communication with linphone, ekiga or another open source between 2 UML machines in a virtual network. I already have the sound but the sip softwares show ugly screens and need /dev/video... to get a display. At

[uml-devel] [PATCH] uml: shared memory framebuffer

2008-11-23 Thread Ron Yorston
This patch implements a shared memory framebuffer for User Mode Linux. Separate host programs can be used to view the contents of the framebuffer. Signed-off-by: Ron Yorston <[EMAIL PROTECTED]> --- diff -up linux-2.6.27.7/arch/um/drivers/Makefile.shm-fb linux-2.6.27.7/arch/um/drivers/Makefile ---

[uml-devel] A shared memory framebuffer for UML

2008-11-23 Thread Ron Yorston
I've done some work on a patch to implement a shared memory framebuffer for UML. (Patch to follow in a separate message, or pick it up from my website: http://intgat.tigress.co.uk/rmy/shmfb/index.html) Apply the patch and build the kernel in the usual way: tar xfj linux-2.6.27.7.tar.bz2 c