Antoine Martin wrote: > Jeff Dike wrote: >> On Mon, Apr 02, 2007 at 01:22:00PM +0200, Geert Uytterhoeven wrote: >>> There are patches floating around for a UML frame buffer device. >>> Gerd Kraxel^H^H^H^H^H^HHoffmann did one using plain X11, which worked >>> great when I gave it a try. >>> >>> I suggest taking a look at Gerd's patches. IIRC, he posted them to lkml >>> last year. >> >> I have Gerd's patch sitting in my tree, but it's never really worked >> for me, so I haven't pushed it. > Yep, I tried them and it didn't work for me either, I'll try again though. I did try again, and I found this patch: http://dl.bytesex.org/patches/uml-2.6.11/uml-x11-fb Which applied (2 rejects by hand), but failed with "Mapping memory: Cannot allocate memory" in mmap64: os_map_memory [...] at arch/um/os-Linux/process.c:164
and this one: http://www.suse.de/~kraxel/uml/patches/2.6.18-rc4/uml-x11-fb which applied cleanly, but is not letting me set the option - Kconfig is beyond me: arch/um/Kconfig:144:warning: 'select' used by config symbol 'X11_FB' refer to undefined symbol 'FB_CFB_FILLRECT' arch/um/Kconfig:145:warning: 'select' used by config symbol 'X11_FB' refer to undefined symbol 'FB_CFB_COPYAREA' arch/um/Kconfig:146:warning: 'select' used by config symbol 'X11_FB' refer to undefined symbol 'FB_CFB_IMAGEBLIT' So that's a non-starter for me... Antoine ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ User-mode-linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
