Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
Hey I am a great fan of linux and I was wondering how, well how do I make the linux text smaller. I mean when I press control+alt+F1 I get ...
  1. #1
    Just Joined! errigour's Avatar
    Join Date
    Jan 2009
    Posts
    51

    [SOLVED] Linux Text Formatting

    Hey I am a great fan of linux and I was wondering how, well how do I make the linux text smaller. I mean when I press control+alt+F1 I get this login screen with text so big my grandmother would appreciate linux more than I do. Anyways how/which file or files do I have to change to make the text in the F1-F6 a smaller size that I can appreciate? thank you for your time.

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Code:
    sudo hwinfo --framebuffer | grep Mode
    to figure out the available modes, then you have to set a kernel param in your menu.lst file for grub, vga=<num>
    [all variants] Kernel framebuffer vga= parameter - Ubuntu Forums

  3. #3
    Just Joined! errigour's Avatar
    Join Date
    Jan 2009
    Posts
    51

    hwinfo Isn't a command

    I tried to find the modes available like ou said but it says hwinfo is not a command and also I am logged in as the root user almost always so I don't necisarrily use sudo but is there anything else I might be able to try? I using redehat version 10 from the red hat linux fedora for dummies book 8th edition.

  4. #4
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    this might be of little help to you.
    It has helped me.

    Code:
      VGA Resolution Codes for GRUB & Lilo
    --- Depth --
    Colors  bits  640x480  800×600  1024×768  1152×864  1280×1024  1600×1200
       256    8   vga=769  vga=771   vga=773   vga=353   vga=775    vga=796
     32000    ?   vga=784  vga=787   vga=790   vga= ?    vga=793    vga= ? 
     65000   16   vga=785  vga=788   vga=791   vga=355   vga=794    vga=798
     16.7M   24   vga=786  vga=789   vga=792   vga=795   vga=799

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  5. #5
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Quote Originally Posted by linuxrelik View Post
    I tried to find the modes available like ou said but it says hwinfo is not a command and also I am logged in as the root user almost always so I don't necisarrily use sudo but is there anything else I might be able to try? I using redehat version 10 from the red hat linux fedora for dummies book 8th edition.
    there's no reason to ever log in as root, its a huge security risk, but i digress..those codes on the table may or may not work, it depends what your hardware supports, your best guess is to just try one, or you can do vga=ask, and it will list what's available, you can choose

  6. #6
    Just Joined! errigour's Avatar
    Join Date
    Jan 2009
    Posts
    51

    vga=ask

    Yea that didn't help either. If anyone could tell me how to make the text in ctrl+alt+F1-F6's shells smaller please tell me.

  7. #7
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    this is the only way to do it, you have to supply the vga= parameter to kernel and specify the correct hex/decimal code to change the resolution

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I am using vga=773 and console text is proper in my machine. Add vga=773 at the end of kernel line in /boot/grub/grub.conf file. Try other values too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    On my 24" I'm using 'vga=795'. You are going to have to try them until you find one you like.
    As devils casper stated this must be placed on the kernel line in grub.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  10. #10
    Just Joined! errigour's Avatar
    Join Date
    Jan 2009
    Posts
    51

    Mayby you are all wrong?

    Well when I type vga=ask it just makes a segment of code for the bash shell
    and also grub.conf does have a kernal line but nothing there represents anything like vga. But yea you have been no help.

Page 1 of 2 1 2 LastLast

Posting Permissions

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