From: Dave Airlie Date: Fri, 21 Sep 2012 13:53:10 +0000 (+0200) Subject: multi-seat-x: drop framebuffer specific stuff, as we have a DRM driver now X-Git-Tag: v191~20 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e57d4fa35ece7c506e6ed16bb245591252143f9c;p=elogind.git multi-seat-x: drop framebuffer specific stuff, as we have a DRM driver now --- diff --git a/src/login/multi-seat-x.c b/src/login/multi-seat-x.c index 59f70882d..370b12fcf 100644 --- a/src/login/multi-seat-x.c +++ b/src/login/multi-seat-x.c @@ -132,11 +132,6 @@ int main(int argc, char *argv[]) { } fprintf(f, - "Section \"Device\"\n" - " Identifier \"udev\"\n" - " Driver \"fbdev\"\n" - " Option \"fbdev\" \"%s\"\n" - "EndSection\n" "Section \"ServerFlags\"\n" " Option \"AutoAddDevices\" \"True\"\n" " Option \"AllowEmptyInput\" \"True\"\n" @@ -145,8 +140,7 @@ int main(int argc, char *argv[]) { "Section \"InputClass\"\n" " Identifier \"Force Input Devices to Seat\"\n" " Option \"GrabDevice\" \"True\"\n" - "EndSection\n", - device_node); + "EndSection\n"); fflush(f);