nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: RTEMS graphics
From: Frank W. Miller
Date: Sat, 5 Feb 2000 12:37:00 -0500 (EST)

> No, here just use
>     ioctl(fd, FB_GETSCREENINFO, &table);
> or
>     ioctl(fd, FB_GETPALETTE, &table)
> etc for each function above.  The kernel driver in RTEMS
> cases on the FB_XXX value under the ioctl switch.
> 


I think this using the ioctl approach is the easiest from my point of
view.  If I'm lucky, I might even be able to get away with no additional
ops for a then unnecessary struct fd_ops vector!  =)


Later,
FM


--
Frank W. Miller
Cornfed Systems Inc
www.cornfed.com


nanogui@linuxhacker.org