this post was submitted on 08 Nov 2023
108 points (97.4% liked)

Linux

47515 readers
1601 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I want to do this for my raspberry pis since they don't have an ACPI system in place. I think it would look really nice combined with XFCE and the chicago95 theme. So I would prefer it if it were showing it like the windows 95 shutdown screen, maybe using an image file? There's a lot of information on the shutdown process on linux but not much on the topic of altering it.

you are viewing a single comment's thread
view the rest of the comments
[–] RickyRigatoni@lemmy.ml 1 points 10 months ago (1 children)

If the terminal resolution is high enough and I tweak the image a bit it should look fine. I'll look into Plymouth, too, because I might as well use that for a classic windows boot.

[–] patatahooligan@lemmy.world 1 points 10 months ago

It seems like it's using blocks that are half a character tall, and I imagine using the combination of foreground and background colors to get two colors into each character space.

Therefore your horizontal resolution will be equal to the length of each line in characters. Your vertical resolution will be equal to two times the number of lines on the screen. So maybe it's doable with high resolution and tiny font. I don't know what the limits for those are.