Find the answer to your Linux question:
Results 1 to 3 of 3
when you first start up your computer it is in command line, before the gui has loaded. Just like when you type ctrl alt f1 it goes to a similar ...
  1. #1
    Just Joined! xzwerm's Avatar
    Join Date
    Jun 2009
    Location
    Canada
    Posts
    10

    Font or Resolution before Gnome is loaded

    when you first start up your computer it is in command line, before the gui has loaded. Just like when you type ctrl alt f1 it goes to a similar screen. in both those cases my fonts are twice the size they normally are. I've used ubuntu and slackware, installed them both on different occasions, and the font in the terminal was always small and looked like what i came to see as normal. but now they are stretched out and twice the size. i am wondering if there is a command or way to change either the font or the resolution or the display settings of the terminal.

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    I think you need to try setting the framebuffer...by editing your /boot/grub/grub.conf or /boot/grub/grub.cfg file, depends on which version of grub you have installed. Add something like this, to the end of the kernel line.
    Code:
    kernel /boot/kernel-2.6.35-gentoo-r4 root=/dev/sda2 vga=791
    This is just an example, you can read more here...although it is on an Arch Linux forum, it should still apply to your case.
    https://bbs.archlinux.org/viewtopic.php?id=68123
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which version of Ubuntu are you using? If you are using 9.04 or later, add vga=791 option in GRUB_CMDLINE_LINUX_DEFAULT line of /etc/default/grub file.
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vga=791"
    Execute sudo update-grub command to generate new grub.cfg file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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