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
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
109 Later on, when you want to map the console the to the framebuffer
140 Console rotation will only become available if Framebuffer Console
144 use the framebuffer will remain at their 'normal' orientation.
153 is an integer number that depends on the framebuffer driver being used.
158 the framebuffer contents, left in place by the firmware/bootloader, will
166 location to the center of the framebuffer. If more than one logo is
177 Before going on to how to attach, detach and unload the framebuffer console, an
190 This is more complicated in the case of the framebuffer console (fbcon),
200 the console layer will automatically unbind framebuffer drivers from
207 Echo a value to the bind file that represents the framebuffer console
210 echo 1 > /sys/class/vtconsole/vtcon1/bind - attach framebuffer console to
212 echo 0 > /sys/class/vtconsole/vtcon1/bind - detach framebuffer console from
225 to 'y' or 'm'. Enable one or more of your favorite framebuffer drivers.
252 become unbound. This means that fbcon and individual framebuffer drivers
303 framebuffer console driver if you are on an X86 box::