Hi, This patch solved the problem for me: --- gdm-2.20.10/daemon/getvt.h 2009-03-19 00:59:27.000000000 -0400 +++ gdm-2.20.10.fixed/daemon/getvt.h 2010-06-26 07:57:32.000000000 -0400 @@ -27,7 +27,7 @@ #endif #endif
-#if defined (__FreeBSD__) || defined (__DragonFly__) +#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined (__DragonFly__) #define GDM_USE_CONSIO_VT #endif -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

