linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jon Smirl <jonsmirl@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: framebuffer ioctl
Date: Tue, 7 Sep 2004 12:01:39 -0400	[thread overview]
Message-ID: <9e473391040907090125be532a@mail.gmail.com> (raw)
In-Reply-To: <413DD83D.7B9F5D92@orpatec.ch>

mesa-solo is under the "fbdev/DRI Environment" link at mesa3d.sf.net.
miniglx is a small glx layer that runs on top of mesa-solo.

Summary of the OLS discussions:
http://lkml.org/lkml/2004/8/2/111

Here is the mode setting proposal, it's somewhere in the fbdev
archives but I can't find it

At OLS we talked about a system like this:
1) user owns graphics devices
2) user sets mode with string (or similar) format using ioctl common to
all drivers.
3) driver is locked to prevent multiple mode sets
4) common code takes this string and does a hotplug event with it.
5) hotplug event runs root context in user space 
6) mode is decoded and verified, this may involve a little process that
maintains the DDC database and reads a file of legal modes. Other
schemes are possible.
7a) mode is set using VBIOS and vm86, signal driver mode is set
7b) the register values needed to set the mode are passed into a root
priv ioctl.
8) driver is unlocked.

In this model all of the verification happens in user space. If you
want to set modes other than the ones from DDC you have to add them to
the config file. There is no need for DDC support and mode verification
in the kernel.

To give credit this is Alan Cox's design.


On Tue, 07 Sep 2004 17:48:13 +0200, Otto Wyss <otto.wyss@orpatec.ch> wrote:
> Jon Smirl wrote:
> >
> > > > Teach him about mesa-solo and he won't want to extend fbdev.
> > >
> I coudln't find much useful information about mesa-solo, is it the same
> as miniglx? Is there any link?
> 
> > > What about the new graphics interface that will unify
> > > fbdev/drm you talk about in kernel summit?
> > >
> Is there anyone who could write a resumée what's talked and decided
> about framebuffer at the summit? Just send it to me (i.e. plain text)
> and I'll put it onto the web in the document section.
> 
> > > -otto
> Hi Otto, is that me or is that you ;-)
> 
> 
> 
> O. Wyss
> 
> --
> See a huge pile of work at "http://wyodesktop.sourceforge.net/"
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> _______________________________________________
> Linux-fbdev-devel mailing list
> Linux-fbdev-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel
> 



-- 
Jon Smirl
jonsmirl@gmail.com


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47&alloc_id\x10808&op=click

  reply	other threads:[~2004-09-07 16:01 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-04 11:04 framebuffer ioctl (fwd) Geert Uytterhoeven
2004-09-04 21:44 ` Otto Wyss
2004-09-05 17:13   ` framebuffer ioctl Zack
2004-09-06  1:33     ` Antonino A. Daplas
2004-09-06 15:36       ` Otto Wyss
2004-09-06 21:21         ` Antonino A. Daplas
2004-09-06 21:58           ` Zack
2004-09-06 23:05             ` Antonino A. Daplas
2004-09-06 19:56       ` Zack
2004-09-06 21:02         ` Jon Smirl
2004-09-06 21:11           ` [OT] " Otto Solares
2004-09-06 21:39             ` Jon Smirl
2004-09-07  0:01               ` Otto Solares
2004-09-07  0:11                 ` Jon Smirl
2004-09-06 21:24           ` Michel Dänzer
2004-09-07 14:17             ` Jon Smirl
2004-09-07 14:26               ` Geert Uytterhoeven
2004-09-07 14:38                 ` Jon Smirl
2004-09-07 15:58                   ` Otto Wyss
2004-09-07 14:45                 ` Jon Smirl
2004-09-07 15:52               ` Michel Dänzer
2004-09-08  5:43                 ` Jon Smirl
2004-09-08 13:59                   ` Ville Syrjälä
2004-09-08 22:47                     ` Jon Smirl
2004-09-13 15:54                   ` vga softboot code repository Richard Smith
2004-09-13 16:00                     ` vga softboot code repository oops Richard Smith
2004-09-13 16:06                     ` vga softboot code repository Jon Smirl
2004-09-06 18:43     ` framebuffer ioctl Otto Solares
2004-09-06 19:08       ` Jon Smirl
2004-09-06 19:24         ` Otto Solares
2004-09-06 19:33           ` Jon Smirl
2004-09-07 15:48             ` Otto Wyss
2004-09-07 16:01               ` Jon Smirl [this message]
2004-09-07 18:09               ` Otto Solares
2004-09-06 19:33           ` Jon Smirl

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=9e473391040907090125be532a@mail.gmail.com \
    --to=jonsmirl@gmail.com \
    --cc=linux-fbdev-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).