From 46d9df235b2b98b057e2bc9719b7d3416bd5438f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 18 Sep 2015 04:08:20 -0500 Subject: Increase the maximum reserved VT number to 32 The display switch features depend on each session having a VT number, thus it is important to have a suffucient number of VTs available for use Most Linux distributions allow 64 VTs by default, and the kernel allows up to 256 VTs --- tdm/backend/dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdm') diff --git a/tdm/backend/dm.c b/tdm/backend/dm.c index b6789a6e2..be785399e 100644 --- a/tdm/backend/dm.c +++ b/tdm/backend/dm.c @@ -51,7 +51,7 @@ from the copyright holder. # include #endif -#define MAX_VT_NUMBER 16 +#define MAX_VT_NUMBER 32 static void SigHandler( int n ); static int ScanConfigs( int force ); -- cgit v1.2.3