{"id":21406706,"url":"https://github.com/slitaz-official/fbs","last_synced_at":"2026-01-03T01:54:02.698Z","repository":{"id":143161980,"uuid":"209985261","full_name":"SliTaz-official/fbs","owner":"SliTaz-official","description":"Framebuffer Boot Splash toolkit (git clone)","archived":false,"fork":false,"pushed_at":"2019-09-21T12:59:02.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T04:11:27.226Z","etag":null,"topics":["bootsplash","framebuffer","slitaz"],"latest_commit_sha":null,"homepage":"http://hg.slitaz.org/fbs/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SliTaz-official.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-21T12:56:40.000Z","updated_at":"2020-07-07T19:45:18.000Z","dependencies_parsed_at":"2023-06-26T00:05:49.207Z","dependency_job_id":null,"html_url":"https://github.com/SliTaz-official/fbs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SliTaz-official%2Ffbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SliTaz-official%2Ffbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SliTaz-official%2Ffbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SliTaz-official%2Ffbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SliTaz-official","download_url":"https://codeload.github.com/SliTaz-official/fbs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902321,"owners_count":20366262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootsplash","framebuffer","slitaz"],"created_at":"2024-11-22T16:41:59.113Z","updated_at":"2026-01-03T01:54:02.646Z","avatar_url":"https://github.com/SliTaz-official.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fbs - Framebuffer Boot Splash toolkit\n================================================================================\n\n\nFbs is a rewrite of the old SliTaz Fbsplash tool for the SliTaz ARM and\nRaspberry Pi flavors. SliTaz ARM uses radically simple boot scripts so\nthe integration was very easy. Enabling/disabling fbsplash on boot and\nmanaging themes can be done with the fbs utility.\n\nIn time or if someone gives a hand. It may be possible to have a\nGTK or/and Ncurses frontend to handle themes.\n\n\nOverview\n--------\n\n * Use Busybox fbsplash applet for image and progress bar\n * Use Linux kernel options 'quiet' at boot time\n * Enable FBSPLASH in /etc/rcS.conf config file\n * Tweak /etc/inittab to hide and log text messages\n * The SliTaz theme can fit in a very small screen since the image\n   goes top/left and has a black bg such as the Linux Framebuffer\n\n\nInstall \u0026 setup\n---------------\nFbs is packaged for SliTaz but should work on any GNU/Linux with some\nmodifications to the boot scripts, patches are welcome! To install the\nfbs utility and default theme: \n\n# make \u0026\u0026 make install\n\nBoot splash is activated on some SliTaz ARM flavors but not on the i486\nstandard distribution so you need enable fbs to have a graphical boot:\n\n# fbs on [theme]\n\nAll fbs configuration variables can be found in: /etc/rcS.conf. These are:\n\nFBSPLASH=\"on\"\nFBTHEME=\"slitaz\"\n\nTesting\n-------\nLet's test the environment, first make sure you have the Linux Framebuffer\ndevice node with: 'ls /dev/fb0'. The Raspberry Pi uses the Linux framebuffer\nso Fbs will work out of the box.\n\nThen press Ctrl+Alt+F2 to open a text mode session (back to X with Alt+F7)\nand run as root the Fbs testsuite:\n\n# fbs test\n\nTheming\n-------\nFbs provide a nifty theming mechanism designed to easily handle installed\nthemes as well has creating and sharing new themes. A theme exists in\na small and human readable configuration and in a gzip ppm image.\n\n# fbs themes\n# fbs set-theme [theme]\n# fbs pack-theme [theme]\n# fbs add-theme [theme]\n\nCode example\n------------\n#!/bin/sh\n#\nexport fifo=/tmp/fbs.fifo\nrm -f $fifo; mkfifo $fifo\n\nfbsplash -c -f ${fifo} \\\n\t-s /usr/share/fbs/default/fbsplash.ppm.gz \\\n\t-i /usr/share/fbs/default/fbsplash.cfg \u0026\n\necho 25 \u003e ${fifo}\nsleep 1\necho 50 \u003e ${fifo}\nsleep 1\necho 75 \u003e ${fifo}\nsleep 1\necho \"exit\" \u003e ${fifo}\n\n===============================================================================\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslitaz-official%2Ffbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslitaz-official%2Ffbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslitaz-official%2Ffbs/lists"}