All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Smirl <jonsmirl@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net,
	"Antonino A. Daplas" <adaplas@hotpop.com>
Cc: James Simmons <jsimmons@infradead.org>
Subject: Re: Re: Move softcursor out of fbdev to fbcon
Date: Wed, 27 Jul 2005 15:05:14 -0400	[thread overview]
Message-ID: <9e47339105072712055044d08e@mail.gmail.com> (raw)
In-Reply-To: <42E7D77F.6020005@gmail.com>

On 7/27/05, Antonino A. Daplas <adaplas@gmail.com> wrote:
> Jon Smirl wrote:
> > On 7/27/05, Antonino A. Daplas <adaplas@gmail.com> wrote:
> >> The changelog says it all. This is a modification of Jon's patch, but
> >> I have moved softcursor.c to the console directory.  Also I removed
> >> the "select FB_SOFTCURSOR" from video/Kconfig and made the compilation
> >> of softcursor unconditional, if framebuffer console is enabled.
> >>
> >> I don't think the fb_cursor hook is usable by other programs, so we
> >> should just restrict this hook for fbcon use only.  For userspace cursor
> >> support, we need a new one.  But instead of one function, I believe
> >> it's better to provide several.  Ie, something like below:
> >>
> >> fbcursor_show()
> >> fbcursor_move()
> >> fbcursor_loadimage()
> >> fbcursor_loadpalette()
> >> fbcursor_start()
> >> fbcursor_stop()
> >
> > What does start/stop do?
> 
> Wrong choice of words, this is just an example.  But start() should tell
> the driver that the cursor is going to be used, and perhaps do some locking (so
> another app does not try to grab the device).  It can also return the
> capabilities of the cursor: maximum dimensions, color depth of image,
> caps such as alpha, transparency, etc.  stop() will release the cursor.

In the sysfs model I'd do something like this. Most attributes are read/write.
cursor_visible -- 0/1 hide/show
cursor_location -- x,y
cursor_image -- image bitmap
cursor_palette -- pallete data
cursor_capabilities -- read only

An owner could have a lot of problems, what if the owning apps dies?
There is no open file handle in the sysfs model. I would just assume
that ownership is handled in the upper layers.

Sysfs is still an experiment to see if it really can handle everything
the IOCTLs do.

-- 
Jon Smirl
jonsmirl@gmail.com


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

  reply	other threads:[~2005-07-27 19:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-27  7:49 Move softcursor out of fbdev to fbcon Antonino A. Daplas
2005-07-27 14:32 ` Jon Smirl
2005-07-27 18:50   ` Antonino A. Daplas
2005-07-27 19:05     ` Jon Smirl [this message]
2005-07-27 22:17     ` James Simmons
2005-07-28  0:42       ` Jon Smirl
2005-07-28  2:12       ` Antonino A. Daplas
2005-07-28 18:39         ` James Simmons
2005-07-28 22:22           ` Antonino A. Daplas
2005-07-27 22:04 ` James Simmons
2005-07-28  2:12   ` Antonino A. Daplas

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=9e47339105072712055044d08e@mail.gmail.com \
    --to=jonsmirl@gmail.com \
    --cc=adaplas@hotpop.com \
    --cc=jsimmons@infradead.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.