--- ./xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c.old 2006-03-03 18:22:59.000000000 +0100 +++ ./xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c 2006-03-03 18:23:52.000000000 +0100 @@ -271,10 +271,6 @@ close(fbfd); #endif } - else - { - close(xf86Info.consoleFd); - } signal(SIGUSR2, xf86ReloadInputDevs); } else @@ -313,6 +309,7 @@ if (ShareVTs) { + close(xf86Info.consoleFd); return; }