VESA Framebuffer

Björn König bkoenig at cs.tu-berlin.de
Thu Mar 2 18:20:39 GMT 2006


Dale DuRose schrieb:
> I need a VESA linair Framebuffer device eg /dev/vfb or something like 
> that. with both read and write access and ioctl interface for changing 
> the screen resolution and other functions.

There is a driver that is used for screen savers and splash screens. I 
recommend to read source code in

   src/sys/dev/fb/
   src/sys/dev/syscons/
   src/sys/dev/syscons/*/
   src/usr.sbin/vidcontrol/

to find out how to use it. Probably there is something to do to make the 
interface more flexible and comfortable.

Björn


More information about the freebsd-current mailing list