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 ...
- 06-21-2010 #1Just Joined!
- Join Date
- Oct 2008
- Location
- Hastings Victoria Australia
- Posts
- 6
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.
- 06-21-2010 #2
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
- 06-21-2010 #3Just Joined!
- Join Date
- Oct 2008
- Location
- Hastings Victoria Australia
- Posts
- 6
- 06-21-2010 #4
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
- 06-22-2010 #5Just 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.
- 06-22-2010 #6
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
- 06-22-2010 #7Just Joined!
- Join Date
- Oct 2008
- Location
- Hastings Victoria Australia
- Posts
- 6
# 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


Reply With Quote
