[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#586540: kdm on initial start at kfreebsd bootup does not allow keyboard input



2010/10/23, Modestas Vainius <modestas@vainius.eu>:
> The bug we are facing here is that kdm starts on vt2 when it's not supposed
> to
> even bother with VTs below 7. ServerVTs=-7 setting in /etc/kde4/kdm/kdmrc
> takes care of it (on Linux). However, apparently ServerVTs does not work on
> kfbsd for some reason (nor it's present in default kdmrc). Finding that
> reason
> would be the real fix and I will look into it later today/tomorrow. It could
> be as easy as #define which does not cover kfbsd (I hope).

This suggests HAVE_VTS macro is not being set.  Maybe this helps?

--- kdm/backend/greet.h~        2008-01-04 23:55:44.000000000 +0000
+++ kdm/backend/greet.h 2010-10-24 10:13:45.000000000 +0000
@@ -53,10 +53,8 @@
 # define USE_SYSLOG
 #endif

-#ifdef __linux__
 /* This needs to be run-time configurable, additionally. */
 # define HAVE_VTS
-#endif

 #define DEBUG_CORE     0x01
 #define DEBUG_CONFIG   0x02

-- 
Robert Millan


Reply to: