Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2004 18:34:55 -0500
From:      "James Lehman" <james@akrobiz.com>
To:        <freebsd-arch@freebsd.org>
Subject:   Q: frame buffer video in FreeBSD ???
Message-ID:  <000e01c3f0f7$a765c980$0500a8c0@bug>

next in thread | raw e-mail | index | archive | help
Hello everyone.

Like many other people new to FreeBSD,
I come from many years of experience with Linux.

In Linux we can build the kernel to provide a frame buffer device(s)
/dev/fb0    fb1, fb2...

This is basically a file descriptor that actually refers to
the memory on the video card.

Using ioctl system calls to this descriptor gets and sets
resolution and color depth, etc.

I've written a fairly comprehensive API in C called ezfb.
http://www.akrobiz.com/ezfb/

Is there anything like this in FreeBSD?
Is there any way to port this code to FreeBSD?

Thanks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000e01c3f0f7$a765c980$0500a8c0>