Results 1 to 6 of 6
The info pages - many of the lines are too long and finish a little way along the line below. (Incidentally single quotes or quotes, I think, are replaced by ...
- 09-25-2007 #1
info pages - wrong blackscreen font?
The info pages - many of the lines are too long and finish a little way along the line below. (Incidentally single quotes or quotes, I think, are replaced by a white rectangle.) They are difficult to read. This has happened, I think, since the installation of Etch.
How to put this right? If it's that the font's too big - it does not happen in X - then where and what to do to fix that? Anything to do with the environment variable COLUMNS? Thanks any help.
- 10-01-2007 #2Just Joined!
- Join Date
- Oct 2007
- Posts
- 11
Unless I have misunderstood, you are referring to the kernel messages that scroll as you boot. If so, you can easily change this with a boot time parameter. I will assume you are using GRUB to boot. You can add a vga=XXX to the kernel line in /boot/grub/menu.lst. For example:
If your system is not capable of that resolution then try another. This should help:Code:title Debian GNU/Linux, kernel 2.6.22-mz root (hd0,1) kernel /boot/vmlinuz-2.6.22-mz root=/dev/sda2 ro vga=791 initrd /boot/initrd.img-2.6.22-mz savedefault
So if you wanted 800x600 you would add vga=788 to the kernel line in boot/grub/menu.lstCode:640x480 - 785 800x600 - 788 1024x768 - 791 1152x864 - 355 1280x1024 - 794 1600x1200 - 798
- 10-02-2007 #3
Thanks.
In fact I was talking about the manual pages, although 'man tar', for example is reasonably all right, but 'info tar' would be very difficult to read. But it's a good idea that might fix it; I'll try it.
- 10-05-2007 #4
Yes, it worked.
But higher resolutions too small for eyesight so used 640x480; this improves things but doesn't remedy them all together.
- 10-05-2007 #5Just Joined!
- Join Date
- Oct 2007
- Posts
- 11
Oh my bad. You really did mean info pages. Well which terminal are you using? There should be some configuration. If you're using xterm I would suggest trying out one of many terminals that are far better. I guess that's not really an answer but I don't know how to change font size any other way.
Eterm, Mrxvt, Gnome terminal, Konsole, (KDE terminal) and most others can easily be configured to use a different font size from the menu.
- 10-06-2007 #6
Thanks. It's all right now, not perfect but liveable with.
It works perfectly in an Eterm, but I'm so hair shirt I like to use the black screen outside X, that's where the problem is.


Reply With Quote
