[systemd-devel] [PATCH 1/2] vconsole: match on vtcon events, not fbcon ones
Jan Engelhardt
jengelh at inai.de
Fri Feb 27 02:00:55 PST 2015
On Friday 2015-02-27 04:12, Zbigniew Jędrzejewski-Szmek wrote:
>On Tue, Feb 24, 2015 at 05:49:02PM +0100, Jan Engelhardt wrote:
>
>> +ACTION=="add", SUBSYSTEM=="vtconsole", KERNEL=="vtcon*", RUN+="@rootlibexecdir@/systemd-vconsole-setup"
>>
>> The fbcon driver may be loaded at a time way before the first
>> framebuffer device is active, such that the vconsole setup helper
>> runs too early.
>
>OK, but what happens when fbcon is loaded afterwards?
The vtcon ADD event occurs after both modules (fbcon and a fitting hw
driver) have initialized, irrespective of the loading order of the
two.
More information about the systemd-devel
mailing list