Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: How do I change terminal to 80x24

  1. #21
    Join Date
    Jun 2007
    Location
    Minneapolis, MN
    Beans
    749
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How do I change terminal to 80x24

    Quote Originally Posted by schragge View Post
    Wait, there's an error in your /etc/default/grub. This
    Code:
    GRUB_GFXPAYLOAD=keep
    should be
    Code:
    GRUB_GFXPAYLOAD_LINUX=keep
    You also can set it independent of Grub menu screen resolution:
    Code:
    GRUB_GFXMODE=1024x768x16
    GRUB_GFXPAYLOAD_LINUX=640x480x16
    Now the text is still real small and it says:

    * starting [ OK ]
    mountall: Disconnected from Plymouth
    mount: unknown file system type 'smbfs'
    mountall: mount /mnt/mp3 [1317] terminated with status 32
    mount: unknown file system type 'smbfs'
    mountall: mount /mnt/mp3 [1611] terminated with status 32
    mount: unknown file system type 'smbfs'
    mountall: mount /mnt/mp3 [1804] terminated with status 32
    mount: unknown file system type 'smbfs'

    I commented out the line GRUB_GFXPAYLOAD_LINUX=640x480x16 and no longer get the error messages.
    Last edited by JRV; March 9th, 2013 at 08:05 PM.
    Moderation in all things; including moderation.

  2. #22
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: How do I change terminal to 80x24

    Are you running a desktop or server version of Ubuntu? If desktop, since this text screen mode is so stubborn, would it be an alternative to run a terminal window with coarse font, for example

    Code:
    xterm -fa default -fs 20
    or something similar (but via the settings menu) in your standard terminal window?

  3. #23
    Join Date
    Jun 2007
    Location
    Minneapolis, MN
    Beans
    749
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How do I change terminal to 80x24

    Thats a big improvment, thank you.

    I'm leaving the thread open for a few days to see if somone knows how to do it.
    Moderation in all things; including moderation.

  4. #24
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: How do I change terminal to 80x24

    And if you specify your computer and monitor, it will make it easier for new people to help. Because the things we suggest (at least what I suggest) work at our computers. Someone may recognize your hardware and know how to manage it.

    - computer brand and model
    - motherboard
    - cpu
    - ram
    - graphics card or chip
    - monitor brand and model
    - version of Ubuntu (12.04 LTS, 12.10, ...)
    - flavour of Ubuntu (standard 'vanilla' Ubuntu, Lubuntu, Xubuntu, Kubuntu, ...)

    If you don't know or remember, use lshw and hardinfo
    Code:
    sudo lshw>lshw.txt
    and attach the file lshw.txt to a reply
    and
    Code:
    hardinfo
    (you may need to install it)
    Code:
    sudo apt-get install hardinfo
    Last edited by sudodus; March 9th, 2013 at 09:32 PM. Reason: clarification why post the computer & monitor specs

Page 3 of 3 FirstFirst 123

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
  •