Desactivar Consolas Virtules en Ubuntu 10.10
Fuente de Info: Link
desactivar consolas virtuales en ubuntu libera un poco de ram para su uso del sistema
para hacerlo solo hace falta comentar las dos ultimas del archivo
archivo original:
# tty6 - getty
#
# This service maintains a getty on tty6 from the point the system is
# started until it is shut down again.
#
# This service maintains a getty on tty6 from the point the system is
# started until it is shut down again.
start on runlevel [23]
stop on runlevel [!23]
stop on runlevel [!23]
respawn
exec /sbin/getty -8 38400 tty6
---------------------------------------------------------------------------------------------------------------
Archivo cambiado:
# tty6 - getty
#
# This service maintains a getty on tty6 from the point the system is
# started until it is shut down again.
#
# This service maintains a getty on tty6 from the point the system is
# started until it is shut down again.
start on runlevel [23]
stop on runlevel [!23]
stop on runlevel [!23]
#respawn
#exec /sbin/getty -8 38400 tty6
#exec /sbin/getty -8 38400 tty6
*aplicar este proceso a los archivos de las demas consolas virtuales
- sudo gedit /etc/init/tty5.conf
- sudo gedit /etc/init/tty4.conf
Etiquetas: Optimizar

0 comentarios:
Publicar un comentario
Suscribirse a Enviar comentarios [Atom]
<< Inicio