Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

plymouth-0.9.3-r1 doesn't work anymore


AdiosKid

Question

5 answers to this question

Recommended Posts

  • 1

I found this (see comment 33). Create /lib/udev/rules.d/71-seat.rules and add below lines.

Quote

ACTION=="remove", GOTO="seat_end"

TAG=="uaccess", SUBSYSTEM!="sound", TAG+="seat"
SUBSYSTEM=="sound", KERNEL=="card*", TAG+="seat"
SUBSYSTEM=="input", KERNEL=="input*", TAG+="seat"
SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat", TAG+="master-of-seat"
SUBSYSTEM=="drm", KERNEL=="card[0-9]*", TAG+="seat", TAG+="master-of-seat"
SUBSYSTEM=="usb", ATTR{bDeviceClass}=="09", TAG+="seat"

LABEL="seat_end"

After remaking initramfs, the plymouth worked properly.

Link to comment
Share on other sites

  • 0
On 12/08/2018 at 7:07 AM, jellybean said:

I found this (see comment 33). Create /lib/udev/rules.d/71-seat.rules and add below lines.

After remaking initramfs, the plymouth worked properly.

That's worked, but the initramfs with the splash 0.9* take 6~7 seconds to load, the version 0.8 was compiled with gcc 5.4 and take 3 seconds to load, I'll try later compile the version 0.9* with the gcc 5.4 or 6.4, maybe fiz the time to load on boot.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...