this post was submitted on 22 Dec 2023
43 points (97.8% liked)

Linux

48240 readers
532 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
you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona@programming.dev 16 points 11 months ago (7 children)

My experience with the linux boot has never been flicker-free. It's bugged me for years, but I don't have the technical knowledge to fix it. There's a black screen between BIOS and plymouth, then a black screen between plymouth and the login screen, then another black screen between the login screen and the splash screen, and finally a black screen between the splash screen and when the desktop shows up.

Mac and windows do a much better job at having a seamless experience from boot to desktop.

CC BY-NC-SA 4.0

[–] TimeSquirrel@kbin.social 10 points 11 months ago* (last edited 11 months ago) (1 children)

I usually just disable all this useless eyecandy shit. I like seeing the raw boot messages scroll across my screen. Let's me know early if something is fucked.

[–] ReakDuck@lemmy.ml 4 points 11 months ago* (last edited 11 months ago)

I wish Windows (11) would have this. Literally having a broken Windows Partition right now after starting Rick an Morty VR adventure game...

I only use Windows for VR gaming

[–] rotopenguin@infosec.pub 4 points 11 months ago (1 children)

And the price for that beautiful, flicker-free experience is … some Macs will brick themselves. You can get them into a state where (IIRC) the dual-boot between an older macOS and a newer one (or Ashai) disagree on display modes, and the bootloader dies. Only Apple can fix that.

[–] onlinepersona@programming.dev 2 points 11 months ago

That's macs. Fuck em. With linux I can always put in a USB stick with a live linux and fix shit.

CC BY-NC-SA 4.0

[–] stepanzak@iusearchlinux.fyi 4 points 11 months ago (1 children)

What's the

?ref=chooser-v1

in the url? Works fine without it.

[–] onlinepersona@programming.dev 1 points 11 months ago (1 children)
[–] stepanzak@iusearchlinux.fyi 1 points 11 months ago

It works fine for me, it's just unnecessary argument AFAIK.

[–] dingdongitsabear@lemmy.ml 3 points 10 months ago* (last edited 10 months ago)

I'm also trying to get the flicker-free boot. switching to systemd-boot improved the jerkyness, but the blank before the decrypt password remains.

I've enabled suspend-then-hibernate and whereas earlier I've had to endure this jerkyness rarely, now I have to witness it multiple times a day when resuming from disk. at least it's faster than cold boot.

[–] hottari@lemmy.ml 2 points 11 months ago (1 children)

Plymouth has been flicker-free for me, for a long while now. I use to force it to default to bgrt theme and even that is selected by default now. This is what I use loglevel=3 rd.udev.log_level=3 rd.systemd.show_status=false splash .

[–] onlinepersona@programming.dev 2 points 11 months ago (1 children)

Are you using full disk encryption? The password prompt for me is in text mode.

CC BY-NC-SA 4.0

[–] hottari@lemmy.ml 2 points 11 months ago* (last edited 11 months ago) (1 children)

Yes. I get the LUKS prompt with the plymouth theme as well. But I should probably mention am using dracut and systemd-boot as my bootloader.

The only time the flicker-free boot doesn't work as expected is when I interrupt the boot process to go to the bootloader menu.

[–] onlinepersona@programming.dev 1 points 10 months ago

Hmm... I'll have to fiddle around on NixOS to find out how that works 🙁 But "dracut" and "systemd-boot" might help me along. Will test it in a VM sometime. Cheers

[–] skullgiver@popplesburger.hilciferous.nl 0 points 11 months ago (1 children)

You can configure Linux to be flicker free through a few kernel parameters (mainly quiet and loglevel=3, but likely also something to set the resolution early during the boot process or to maintain the resolution the computer started with.

The groundwork was laid years ago, distros juet don't enable it by default. Grub will even put the vendor logo back for you after selecting a boot device!

[–] onlinepersona@programming.dev 1 points 11 months ago

That really hasn't reached other distros yet 😢 There are a bunch of config options for the kernel, grub, and display manager + versions that all have to work in concert in order to achieve flicker-free booting and I just wish that finally caught on as the default.

CC BY-NC-SA 4.0