linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Antonio Vargas <wind@cocodriloo.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: UML Development <user-mode-linux-devel@lists.sourceforge.net>,
	Linux Frame Buffer Device Development
	<linux-fbdev-devel@lists.sourceforge.net>
Subject: Re: [uml-devel] UML and fbdev
Date: Wed, 20 Aug 2003 20:58:50 +0200	[thread overview]
Message-ID: <20030820185850.GA509@wind.cocodriloo.com> (raw)
In-Reply-To: <Pine.GSO.4.21.0308131805050.11378-100000@vervain.sonytel.be>

On Wed, Aug 13, 2003 at 06:07:29PM +0200, Geert Uytterhoeven wrote:
> 	Hi,
> 
> Are you aware of anyone working on frame buffer devices for UML?
> 
> I was thinking about creating a frame buffer device that displays as an X
> window. Making it work for user space applications can be tricky, because
> writes to the frame buffer must be trapped to update the screen (or use
> periodic update, or a combination). But it should work fine for text consoles
> (fbcon) and virtual terminals, and for debugging multi-head support.

What about using the "page was changed" bit at the page level?
Changing any byte on a framebuffer page would trigger an update
on the changed bit, and then a periodic task could read these bits
and make a list of pages to be sent over.

For an example about this technique, this was used on AmigaOS
for MacOS framebuffer emulation on shapeshifter.
 
> Gr{oetje,eeting}s,
> 
> 						Geert
> 
> P.S. Please CC me, as I'm not (yet) subscribed to user-mode-linux-devel.
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> 							    -- Linus Torvalds
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

-- 
winden/network

1. Dado un programa, siempre tiene al menos un fallo.
2. Dadas varias lineas de codigo, siempre se pueden acortar a menos lineas.
3. Por induccion, todos los programas se pueden
   reducir a una linea que no funciona.


-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104

      parent reply	other threads:[~2003-08-20 20:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-13 16:07 UML and fbdev Geert Uytterhoeven
2003-08-13 16:31 ` [Linux-fbdev-devel] " Jon Smirl
2003-08-13 18:13   ` [uml-devel] " Jeff Dike
2003-08-13 18:46     ` Henrik Nordstrom
2003-08-20 18:58 ` Antonio Vargas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030820185850.GA509@wind.cocodriloo.com \
    --to=wind@cocodriloo.com \
    --cc=geert@linux-m68k.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).