<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.guia-ubuntu.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://www.guia-ubuntu.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gmaximo</id>
		<title>Guía Ubuntu - Contribuciones del usuario [es]</title>
		<link rel="self" type="application/atom+xml" href="https://www.guia-ubuntu.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gmaximo"/>
		<link rel="alternate" type="text/html" href="https://www.guia-ubuntu.com/index.php/Especial:Contribuciones/Gmaximo"/>
		<updated>2026-04-20T08:11:24Z</updated>
		<subtitle>Contribuciones del usuario</subtitle>
		<generator>MediaWiki 1.22.7</generator>

	<entry>
		<id>https://www.guia-ubuntu.com/index.php/Reducir_el_n%C3%BAmero_de_consolas_virtuales</id>
		<title>Reducir el número de consolas virtuales</title>
		<link rel="alternate" type="text/html" href="https://www.guia-ubuntu.com/index.php/Reducir_el_n%C3%BAmero_de_consolas_virtuales"/>
				<updated>2007-06-24T00:13:10Z</updated>
		
		<summary type="html">&lt;p&gt;Gmaximo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Al acceder a nuestro sistema, aparte de la pantalla de login gráfica, hay 6 consolas en modo texto (a las que se puede acceder pulsando Ctrl+Alt+F1(desde la tecla F1 hasta la tecla F6, la tecla F7 vuelve a acceder al sistema gráfico) ejecutándose en segundo plano. En mi caso, por ejemplo, cada una ocupa 1,5 megas de RAM. Para ahorrar memoria, pueden no activarse las 6, sino dejar sólo 1 ó 2, por si el sistema gráfico tiene algún problema.&lt;br /&gt;
&lt;br /&gt;
Abrimos una terminal y tecleamos lo siguiente:&lt;br /&gt;
&lt;br /&gt;
 $ sudo gedit /etc/inittab&lt;br /&gt;
&lt;br /&gt;
{{Nota|A partir de la versión 6.10 Edgy (y 7.04 Feisty Fawn) de Ubuntu, el initab ha sido sustituido por otro sistema de arranque - upstart. Para desabilitar las consolas es necesario editar los scripts que se encuentran en '''/etc/event.d/''' Por ejemplo, par desactivar la consola número 6 editamos el archivo /etc/event.d/tty6}}&lt;br /&gt;
&lt;br /&gt;
Dentro de este archivo, vamos hasta unas líneas en las que se lee:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
1:2345:respawn:/sbin/getty 38400 tty1&lt;br /&gt;
2:23:respawn:/sbin/getty 38400 tty2&lt;br /&gt;
3:23:respawn:/sbin/getty 38400 tty3&lt;br /&gt;
4:23:respawn:/sbin/getty 38400 tty4&lt;br /&gt;
5:23:respawn:/sbin/getty 38400 tty5&lt;br /&gt;
6:23:respawn:/sbin/getty 38400 tty6&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Comentamos las consolas que no queremos que se inicien. Esto se hace poniendo una almohadilla (#) delante de la línea correspondiente. Para desactivar todas las consolas de texto menos la primera debe quedar así:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
1:2345:respawn:/sbin/getty 38400 tty1&lt;br /&gt;
#2:23:respawn:/sbin/getty 38400 tty2&lt;br /&gt;
#3:23:respawn:/sbin/getty 38400 tty3&lt;br /&gt;
#4:23:respawn:/sbin/getty 38400 tty4&lt;br /&gt;
#5:23:respawn:/sbin/getty 38400 tty5&lt;br /&gt;
#6:23:respawn:/sbin/getty 38400 tty6&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Categoría: Optimización]]&lt;/div&gt;</summary>
		<author><name>Gmaximo</name></author>	</entry>

	</feed>