Find the answer to your Linux question:
Results 1 to 7 of 7
I am running 10.04 and when I installed Nvidia 3d driver the fonts in a non GUI terminal ie. contol-alt-F2 are very large. I used to be able to alter ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Location
    Hastings Victoria Australia
    Posts
    6

    Question Non GUI terminal fonts

    I am running 10.04 and when I installed Nvidia 3d driver the fonts in a non GUI terminal ie. contol-alt-F2 are very large. I used to be able to alter the font size in /boot/grub/menu.lst but cannot do the same in /boot/grub/grub.cfg. Suggestions would be appreciated.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You can set resolution of tty fonts in /etc/default/grub file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Oct 2008
    Location
    Hastings Victoria Australia
    Posts
    6
    Quote Originally Posted by devils casper View Post
    You can set resolution of tty fonts in /etc/default/grub file.
    Hi devils casper, thanks for the reply but I can only alter the font size of the splash screen not the tty screens. I have altered the line "GRUB_GFXMODE=1024x768 " in /etc/default/grub to achieve this is there another line I should edit?

    Yenlin

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Did you execute update-grub command after editing /etc/default/grub file?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Oct 2008
    Location
    Hastings Victoria Australia
    Posts
    6
    Yes I did execute update-grub, incidently I had small fonts untill I installed the Nvidia driver.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the contents of /etc/X11/xorg.conf file, if there is any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Oct 2008
    Location
    Hastings Victoria Australia
    Posts
    6
    Quote Originally Posted by devils casper View Post
    Post the contents of /etc/X11/xorg.conf file, if there is any.
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildd@palmer) Fri Apr 9 10:35:18 UTC 2010


    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection

    Section "Files"
    EndSection

    Section "InputDevice"

    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"

    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection

    Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "BenQ G2200W"
    HorizSync 31.0 - 83.0
    VertRefresh 55.0 - 76.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 210"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1440x900 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

Posting Permissions

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