Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

jellybean

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by jellybean

  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.

×
×
  • Create New...