#! /bin/sh /usr/share/dpatch/dpatch-run ## 99-unnamed.dpatch by Equipe Eole ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ --- ltsp-5.0.39.1.old/client/ldm2/src/ldm.c 2008-05-29 14:05:32.000000000 +0200 +++ ltsp-5.0.39.1/client/ldm2/src/ldm.c 2008-05-29 14:06:05.000000000 +0200 @@ -201,6 +201,8 @@ argv[i++] = "-auth"; argv[i++] = ldminfo.authfile; argv[i++] = "-br"; + if (ldminfo.directx) + argv[i++] = "-ac"; argv[i++] = "-noreset"; if (*ldminfo.fontpath != '\0') { argv[i++] = "-fp"; @@ -440,7 +442,7 @@ fprintf(ldmlog, "Launching Xorg\n"); launch_x(); - create_xauth(); /* recreate .Xauthority */ +// create_xauth(); /* recreate .Xauthority */ if (!ldminfo.autologin) { fprintf(ldmlog, _("Spawning greeter: %s\n"), ldminfo.greeter_prog);