Results 1 to 3 of 3

Thread: advantages of reducing the no:of virtual consoles ?

  1. #1
    Join Date
    Sep 2010
    Beans
    4

    Question advantages of reducing the no:of virtual consoles ?

    Hi,

    can any one explain me the advantages of reducing the no: of virtual consoles in a linux distro ?


    The advantages that i know of are

    What are the advantages of reducing the no: of virtual consoles in a linux distro ?

    *Reducing the number of virtual consoles will reduce the amount of used RAM

    *Reducing the number of VTs means a little less work for init to do during boot so boot will be a little faster. After boot has completed it will make no difference unless the system has very little memory.

    is there any other advantage that I have missed ?

  2. #2
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: advantages of reducing the no:of virtual consoles ?

    No, not really. And I should add that the impact on RAM usage is very minimal, and the effect in boot time is way too small to measure.

    Well, perhaps it makes sense if you never use them and wish to assign the Ctrl-Alt-F* shortcuts to something else. Apart from that, I really wouldn't bother unless you are trying to run Ubuntu on a very low end machine and need to squeeze every single byte of RAM you can get.

  3. #3
    Join Date
    Sep 2010
    Beans
    4

    Question Re: advantages of reducing the no:of virtual consoles ?

    Quote Originally Posted by mcduck View Post
    No, not really. And I should add that the impact on RAM usage is very minimal, and the effect in boot time is way too small to measure.

    Well, perhaps it makes sense if you never use them and wish to assign the Ctrl-Alt-F* shortcuts to something else. Apart from that, I really wouldn't bother unless you are trying to run Ubuntu on a very low end machine and need to squeeze every single byte of RAM you can get.

    I was trying to reduce the number of virtual consoles using the following link

    http://crunchbanglinux.org/wiki/howt...ble_extra_ttys

    but i couldn't figure out how to edit the tty files to stop them running on system boot ?

    there is no /etc/event.d/ in my machine( I use ubuntu 10.04),

    can any one help me ?


    the file(s) i could find was /etc/init/tty4.conf

    /etc/init/tty5.conf
    /etc/init/tty1.conf
    /etc/init/tty3.conf
    /etc/init/tty6.conf
    /etc/init/tty2.conf


    with the contents of tty4.conf as follows:-

    # tty4 - getty
    #
    # This service maintains a getty on tty4 from the point the system is
    # started until it is shut down again.

    start on runlevel [23]
    stop on runlevel [!23]

    respawn
    exec /sbin/getty -8 38400 tty4

    should I comment all the lines in this file to stop tty4 running on system boot.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •