|
Whole document tree 11. Using framebuffer devices on SPARC platforms11.1 Which graphic cards can work with the framebuffer device?This lists all the graphic cards available:
There is the option to use the PROM to output characters to the display or to a serial console. Also, have a look at the Sparc Frame Buffer FAQ at http://c3-a.snvl1.sfba.home.com/Framebuffer.html
11.2 Configuring the framebuffer devices
During make config, you need to choose whether to compile Here are the kernel options
video=sbus:options
where options is a comma separated list:
nomargins sets margins to 0,0
margins=12x24 sets margins to 12,24 (default is computed
from resolution)
off don't probe for any SBus/UPA framebuffers
font=SUN12x22 use a specific font
So for example, booting with video=sbus:nomargins,font=SUN12x22gives you a nice fast text console with a text resolution of 96x40, looks similar to a Solaris console but with colours and virtual terminals just like on the Intel platform. If you want to use the It is recommended that you grab a recent consoletools packages.
Next Previous Contents |