Lines Matching full:framebuffer
2 The Framebuffer Console
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
24 Console display driver support->Framebuffer Console Support.
28 In order for fbcon to activate, at least one framebuffer driver is
44 A common bug report is enabling the framebuffer without enabling the
45 framebuffer console. Depending on the driver, you may get a blanked or
64 garbled display, as mentioned above. To get a framebuffer console,
81 The framebuffer console has several, largely unknown, boot options
112 Later on, when you want to map the console the to the framebuffer
144 Console rotation will only become available if Framebuffer Console
149 use the framebuffer will remain at their 'normal' orientation.
158 is an integer number that depends on the framebuffer driver being used.
163 the framebuffer contents, left in place by the firmware/bootloader, will
171 location to the center of the framebuffer. If more than one logo is
183 Before going on to how to attach, detach and unload the framebuffer console, an
196 This is more complicated in the case of the framebuffer console (fbcon),
206 the console layer will automatically unbind framebuffer drivers from
213 Echo a value to the bind file that represents the framebuffer console
216 echo 1 > /sys/class/vtconsole/vtcon1/bind - attach framebuffer console to
218 echo 0 > /sys/class/vtconsole/vtcon1/bind - detach framebuffer console from
231 to 'y' or 'm'. Enable one or more of your favorite framebuffer drivers.
258 become unbound. This means that fbcon and individual framebuffer drivers
309 framebuffer console driver if you are on an X86 box::