Skip to content

Commit 0d75927

Browse files
committed
cleaning up framebuffer paragraph
1 parent 3306009 commit 0d75927

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

asciidoc/components/kiosk.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The first thing you see is determined by the system's firmware. Different system
111111

112112
- Grub Bootloader
113113

114-
Grub then takes over from the firmware and shows the boot menu. This step can be branded or skipped depending on needs.
114+
Grub then takes over from the firmware and shows the boot menu. This step can be branded or skipped depending on needs as shown
115115

116116
- Linux Framebuffer device
117117

@@ -138,7 +138,9 @@ Adding `quiet` to your kernel bootargs will remove the text that is seen on boot
138138

139139
Masking `console-getty.service` and `[email protected]` will remove the login prompt.
140140

141-
Doing both of these will show a blank screen with a flashing cursor in the top-left corner. To show something on screen between the GRUB splash screen, you could use `plymouth` or just `cat` a raw framebuffer file to `/dev/fb0`. (Check out https://github.com/zqb-all/convertfb for a tool on converting images to the right format)
141+
Doing both of these will show a blank screen with a flashing cursor in the top-left corner.
142+
143+
How to show something on screen between the GRUB splash screen and X11 starting up is dependant on what hardware you are using. If your system has a framebuffer, you could use `plymouth` or just `cat` a raw framebuffer file to `/dev/fb0`. (Check out https://github.com/zqb-all/convertfb for a tool on converting images to the right format)
142144

143145
=== Turning off key combinations
144146

0 commit comments

Comments
 (0)