Bug#574288: Please switch from DirectFB to X11

2010-03-18 Thread Julien Cristau
On Wed, Mar 17, 2010 at 21:50:58 +0100, Julien Cristau wrote: static void sighandler(int signo) { } int main() { signal(SIGUSR1, sighandler); pid = fork(); if (pid 0) fail(); if (pid) { pause(); return 0; } else { signal(SIGUSR1, SIG_IGN); exec(Xorg);

Bug#574288: Please switch from DirectFB to X11

2010-03-17 Thread Cyril Brulebois
Source: rootskel-gtk Version: 1.17 Severity: wishlist Tags: d-i patch Hi, please find attached the patch to switch from DirectFB to X11. See http://lists.debian.org/debian-boot/2010/03/msg00313.html for the details. Thanks for considering. Mraw, KiBi. Index: debian/changelog

Bug#574288: Please switch from DirectFB to X11

2010-03-17 Thread Frans Pop
On Wednesday 17 March 2010, Cyril Brulebois wrote: please find attached the patch to switch from DirectFB to X11. See http://lists.debian.org/debian-boot/2010/03/msg00313.html for the details. --- src/lib/debian-installer.d/Makefile (révision 62665) +++ src/lib/debian-installer.d/Makefile

Bug#574288: Please switch from DirectFB to X11

2010-03-17 Thread Cyril Brulebois
Frans Pop elen...@planet.nl (17/03/2010): + S62Xorg This new file seems to be missing in the patch. I made the mistake of applying my patches against fresh svn checkouts of the various components, instead of just keeping on using my git-svn repository, running svn diff to generate final

Bug#574288: Please switch from DirectFB to X11

2010-03-17 Thread Julien Cristau
On Wed, Mar 17, 2010 at 12:50:04 +0100, Cyril Brulebois wrote: --- /dev/null +++ b/src/lib/debian-installer.d/S62Xorg @@ -0,0 +1,2 @@ +Xorg -retro -noreset -nolisten tcp +export DISPLAY=:0 This is racy, we probably should do something better here. Might need a bit of code to do something

Bug#574288: Please switch from DirectFB to X11

2010-03-17 Thread Frans Pop
On Wednesday 17 March 2010, Julien Cristau wrote: On Wed, Mar 17, 2010 at 12:50:04 +0100, Cyril Brulebois wrote: --- /dev/null +++ b/src/lib/debian-installer.d/S62Xorg @@ -0,0 +1,2 @@ +Xorg -retro -noreset -nolisten tcp +export DISPLAY=:0 This is racy, we probably should do something