From: Richard Drummond <lists@rcdrummond.net>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: Programmers documetnation on framebuffer console?
Date: Tue, 18 Mar 2003 22:39:58 -0500 [thread overview]
Message-ID: <200303182237.15811.lists@rcdrummond.net> (raw)
In-Reply-To: <3E7725F8.25132.45DF134@localhost>
Hi Kendal
Since nobody else has replied to you yet, I'll stop lurking and attempt a
reply. ;-b)
On Tuesday 18 March 2003 16:58, Kendall Bennett wrote:
> Can someone point me at programmer's documentation on how to use the
> framebuffer console subsystem on Linux? I have been to linux-fbdev.org
> and a few other places, but all of the linux to what would appear to be
> useful documentation or libraries are all dead.
There seems to be precious little documentation around on actually how to use
the fbdev API. Alas, the only real sources of information seem to be the code
of the projects that actually use fbdev - for example, LibSDL, DirectFB (see
http://www.directfb.org), and tools such as fbset, fbi, etc. Luckily, the API
is very simple.
> I need something that
> talks about the ioctl()'s that an application uses to get mode
> information, set modes and use the acceleration functions from the
> framebuffer console driver.
The kernel source code is of course the definitive source of info here. Look
in drivers/video/fbmem.c to see the ioctl()s that fbdev supports. As far as
acceleration goes, this is useable only from the kernel space and is designed
for accelerating text consoles (the accelerated functions are called by
various functions in drivers/video/fbcon.c).
Cheers,
Rich
-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink?
You could win a Tablet PC. Get a free Tablet PC hat just for playing.
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
prev parent reply other threads:[~2003-03-19 3:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-18 14:34 fb_cmap and transparency Geert Uytterhoeven
2003-03-18 17:21 ` James Simmons
2003-03-18 21:58 ` Programmers documetnation on framebuffer console? Kendall Bennett
2003-03-19 3:39 ` Richard Drummond [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=200303182237.15811.lists@rcdrummond.net \
--to=lists@rcdrummond.net \
--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).