From: Jon Smirl <jonsmirl@gmail.com>
To: James Simmons <jsimmons@www.infradead.org>
Cc: adaplas@pol.net, linux-fbdev-devel@lists.sourceforge.net,
James Simmons <jsimmons@pentafluge.infradead.org>
Subject: Re: PATCH: move soft_cursor into fbconsole
Date: Mon, 20 Jun 2005 20:31:15 -0400 [thread overview]
Message-ID: <9e473391050620173132ea1ce6@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.56.0506210103540.18685@pentafluge.infradead.org>
On 6/20/05, James Simmons <jsimmons@www.infradead.org> wrote:
> I agree we should not fall back to the software cursor when the hardware
> cursor fails. Do we really want to eliminate the cursor from the device
> interface if it is not a hardware cursor? Shouldn't the cursor always
> work? That is the question.
I don't think there really is a choice here. Fbdev has to implement
the hardware cursor. The software one is application specific.
fbconsole and X implement it completely differently. I don't think
there is a way to implement a general software cursor.
fbdev provides hardware or nothing
if no hardware cursor, cursor is up to app
fbconsole and X then provide two different fallback schemes.
For example I don't think we have enough info to implement X's
software cursor in the fbdev driver. We would need some way to know
when X is updating the screen via paint or buffer swaps. Wouldn't that
be a total mess for fbdev to track and a new API would be needed.
We just never noticed the problem before since only one client
(fbconsole) was using the cursor. Current X is programming the
hardware cursor from user space.
After this change it would probably be cleaner to just eliminate the
softcursor module and compile softcursor into fbconsole. softcursor.c
would be moved to the fbconsole subdir if you can figure out how to
tell git to do a mv. But we can always save these changes for later.
--
Jon Smirl
jonsmirl@gmail.com
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id\x16492&op=click
next prev parent reply other threads:[~2005-06-21 0:31 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-11 4:57 PATCH: move soft_cursor into fbconsole Jon Smirl
2005-06-11 6:15 ` James Simmons
2005-06-11 13:10 ` Jon Smirl
2005-06-11 13:23 ` Jon Smirl
2005-06-11 20:35 ` Geert Uytterhoeven
2005-06-11 22:01 ` Jon Smirl
2005-06-12 7:43 ` Geert Uytterhoeven
2005-06-16 1:34 ` Jon Smirl
2005-06-16 3:11 ` Antonino A. Daplas
2005-06-16 3:37 ` Jon Smirl
2005-06-21 0:07 ` James Simmons
2005-06-21 0:31 ` Jon Smirl [this message]
2005-06-24 0:09 ` James Simmons
2005-06-24 12:26 ` Jon Smirl
2005-06-24 16:17 ` James Simmons
2005-06-24 16:27 ` Jon Smirl
2005-06-24 17:13 ` James Simmons
2005-06-24 17:25 ` Jon Smirl
2005-07-01 23:32 ` James Simmons
2005-07-01 23:52 ` Sylvain Meyer
2005-07-06 23:28 ` James Simmons
2005-07-02 0:28 ` Jon Smirl
2005-07-02 0:56 ` Jon Smirl
2005-07-23 5:05 ` Antonino A. Daplas
2005-07-23 15:41 ` Jon Smirl
2005-07-25 16:33 ` James Simmons
2005-07-25 16:45 ` 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=9e473391050620173132ea1ce6@mail.gmail.com \
--to=jonsmirl@gmail.com \
--cc=adaplas@pol.net \
--cc=jsimmons@pentafluge.infradead.org \
--cc=jsimmons@www.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 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).