diff -Nru systemd-202/debian/changelog systemd-202/debian/changelog --- systemd-202/debian/changelog 2013-05-21 07:11:46.000000000 +0100 +++ systemd-202/debian/changelog 2013-05-22 10:43:28.000000000 +0100 @@ -1,3 +1,11 @@ +systemd (202-0ubuntu7) saucy; urgency=low + + * debian/extra/rules/78-graphics-card.rules -- demote efifb to a secondary + display adaptor as in the majority of cases this will be replaced by + a DRM driver. (LP: #1100386) + + -- Andy Whitcroft Tue, 21 May 2013 16:27:21 +0100 + systemd (202-0ubuntu6) saucy; urgency=low * Build udev from this source package: diff -Nru systemd-202/debian/extra/rules/78-graphics-card.rules systemd-202/debian/extra/rules/78-graphics-card.rules --- systemd-202/debian/extra/rules/78-graphics-card.rules 2013-05-10 11:00:58.000000000 +0100 +++ systemd-202/debian/extra/rules/78-graphics-card.rules 2013-05-21 16:27:07.000000000 +0100 @@ -21,6 +21,8 @@ DRIVERS=="radeon", GOTO="graphics_end" DRIVERS=="nouveau", GOTO="graphics_end" +DRIVERS=="efifb", GOTO="graphics_end" + KERNEL=="fb[0-9]*", ENV{PRIMARY_DEVICE_FOR_DISPLAY}="1" LABEL="graphics_end"