diff options
author | Dave Airlie <airlied@gmail.com> | 2012-09-21 15:53:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-21 15:53:10 +0200 |
commit | e57d4fa35ece7c506e6ed16bb245591252143f9c (patch) | |
tree | 2c8a5a296bbb4ece84213d460fe97fde43235a82 /src | |
parent | ec29187225c0b404f6b9f59a416c4fa0c0afaaff (diff) |
multi-seat-x: drop framebuffer specific stuff, as we have a DRM driver now
Diffstat (limited to 'src')
-rw-r--r-- | src/login/multi-seat-x.c | 8 |
1 files changed, 1 insertions, 7 deletions
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); |