From e57d4fa35ece7c506e6ed16bb245591252143f9c Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 21 Sep 2012 15:53:10 +0200 Subject: multi-seat-x: drop framebuffer specific stuff, as we have a DRM driver now --- src/login/multi-seat-x.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/login') diff --git a/src/login/multi-seat-x.c b/src/login/multi-seat-x.c index 59f70882d4..370b12fcf4 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); -- cgit v1.2.3-54-g00ecf