public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* console remains blanked
@ 2005-07-13 23:12 Albert Herranz
  2005-07-14  9:35 ` Jan Engelhardt
  2005-07-15 14:25 ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 8+ messages in thread
From: Albert Herranz @ 2005-07-13 23:12 UTC (permalink / raw)
  To: benh; +Cc: linux-kernel

Hi,

Looks like, since [1] was merged, a blanked console
(due to inactivity for example) doesn't get unblanked
anymore when new output is written to it.

This hunk of the already metioned patch, which
modifies vt_console_print() in drivers/char/vt.c, is
possibly the cause:

@@ -2220,9 +2220,6 @@
 	}
 	set_cursor(vc);
 
-	if (!oops_in_progress)
-		poke_blanked_console();
-
 quit:
 	clear_bit(0, &printing);
 }


Is that new behaviour intentional?
The old behaviour looks more interesting to me,
allowing one to see console messages immediately even
if the console was blanked after some idle time.

Cheers,
Albert

[1]
http://marc.theaimsgroup.com/?l=linux-kernel&m=111052009232499&w=2



		
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-07-15 15:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-13 23:12 console remains blanked Albert Herranz
2005-07-14  9:35 ` Jan Engelhardt
2005-07-14 10:18   ` Albert Herranz
2005-07-14 11:38     ` Jan Engelhardt
2005-07-15 14:27       ` Benjamin Herrenschmidt
2005-07-15 14:26     ` Benjamin Herrenschmidt
2005-07-15 14:25 ` Benjamin Herrenschmidt
2005-07-15 15:09   ` Albert Herranz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox