chiark / gitweb /
multi-seat-x: drop framebuffer specific stuff, as we have a DRM driver now
authorDave Airlie <airlied@gmail.com>
Fri, 21 Sep 2012 13:53:10 +0000 (15:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Sep 2012 13:53:10 +0000 (15:53 +0200)
src/login/multi-seat-x.c

index 59f70882d41104ea0e863f5aee7914621b4056d3..370b12fcf492107e11d1def7af0ba68f90a12884 100644 (file)
@@ -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);