> Are you using the opensource drivers here or the closed source one?
> Because I've a radeon at home as my main desktop and it's working
> perfectly for me.

Yes, I'm on the libre drivers (Gallium 0.4) in an old graphics card, a
Radeon 2400.

> So in that case, the plymouth-quit.service is not executed at boot at all.

That could be the case indeed. I decided to take a look on it, here's how
it looks like:

```
[Unit]
Description=Terminate Plymouth Boot Screen
After=rc-local.service plymouth-start.service systemd-user-sessions.service

[Service]
ExecStart=-/bin/plymouth quit
Type=oneshot
TimeoutSec=20
```

It's exactly like `plymouth-quit.service-wait`, only with timeout value of 0
and the command being replaced by `ExecStart=-/bin/plymouth --wait`. Could it
be that Plymouth does not close in time?

Reply via email to