Lines Matching refs:framebuffer
5 The framebuffer console (fbcon), as its name implies, is a text
6 console running on top of the framebuffer device. It has the functionality of
8 features that can be attributed to the graphical nature of the framebuffer.
10 In the x86 architecture, the framebuffer console is optional, and
14 What are the features of fbcon? The framebuffer console supports
22 The framebuffer console can be enabled by using your favorite kernel
28 In order for fbcon to activate, at least one framebuffer driver is
42 GOTCHA: A common bug report is enabling the framebuffer without enabling the
43 framebuffer console. Depending on the driver, you may get a blanked or
62 garbled display, as mentioned above. To get a framebuffer console,
78 The framebuffer console has several, largely unknown, boot options
116 Later on, when you want to map the console the to the framebuffer
151 use the framebuffer will remain at their 'normal' orientation.
160 is an integer number that depends on the framebuffer driver being used.
165 the framebuffer contents, left in place by the firmware/bootloader, will
173 location to the center of the framebuffer. If more than one logo is
179 Before going on to how to attach, detach and unload the framebuffer console, an
192 This is more complicated in the case of the framebuffer console (fbcon),
202 the console layer will automatically unbind framebuffer drivers from
209 Echo a value to the bind file that represents the framebuffer console
212 echo 1 > sys/class/vtconsole/vtcon1/bind - attach framebuffer console to
214 echo 0 > sys/class/vtconsole/vtcon1/bind - detach framebuffer console from
227 to 'y' or 'm'. Enable one or more of your favorite framebuffer drivers.
254 become unbound. This means that fbcon and individual framebuffer drivers
305 framebuffer console driver if you are on an X86 box::