The latest version of fbset is fbset-2.1.tar.gz (dated 1999/06/23).
Replace the politically-incorrect logos by new ones.
This is the home for the Linux Frame Buffer Device Utilities. This is heavily work-in-progress! Please discuss this on the linux-fbdev mailing list only.
Currently the following utilities exist:
Video modes (class Videomode) now consist of 3 parts:
You can predefine screen geometries and pixel formats, and refer to them when defining a video mode, e.g.
geometry { "640x400@70" { 640 400 39721 40 24 39 9 96 2 } "640x480@60" { 640 480 39721 40 24 32 11 96 2 } } format { "8bpp" { 8 } "15bpp" { 16 5/5/5 } "16bpp" { 16 5/6/5 } } mode { "640x400x8" { "640x400@70" "8bpp" virtual 1024 768 } "640x400x15" { "640x400@70" "15bpp" } }
Well, not everything is implemented, but you get the idea.
Feel free to complete this project!
I'm working on a paper about graphics hardware.