Re: Console font breaks after X

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Nov 19, 2003 at 10:04:07PM -0500, Felix Miata wrote:
> > setfont lat9w-08
> Never knew of setfont.

(#:/etc) grep setsysfont rc.sysinit
if [ "$CONSOLETYPE" = "vt" -a -x /sbin/setsysfont ]; then
   /sbin/setsysfont

(#:/etc) grep setfont /sbin/setsysfont
elif [ -x /bin/setfont ]; then
    /bin/setfont $SYSFONT $ARGS
#    /bin/setfont

(#:/etc) rpm -qf /bin/setfont
kbd-1.08-11

It's the normal way to change font like fedora's initscripts does it.

> I've never seen any recommendation to put vga=1 on a kernel line, so I'm
> going to recommend you try each of two alternatives, in no particular
> order:

uh? vga=1 is 80x50 text mode. (720x400,70Hz is what monitor says about it)

from /usr/src/linux/Documentation/svga.txt:

Video adapter: <name-of-detected-video-adapter>
Mode:    COLSxROWS:
0  0F00  80x25
1  0F01  80x50
2  0F02  80x43
3  0F03  80x26

The modes displayed on the menu are partially sorted: The list starts with
the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and
80x43), local modes (if the local modes feature is enabled), VESA modes and
finally SVGA modes for the auto-detected adapter.

So I don't want to use SVGA mode or something, the standard 80x50 is fine.

And from http://www.tldp.org/HOWTO/LILO.html
http://www.tldp.org/HOWTO/LILO-3.html :
vga = 0           # optional. Use "vga=1" to get 80x50

So it's also documented in lilo howto.

So thanks for suggestions but i want to use this mode, and get the
fonts working in it.


-- 
 Jani Ollikainen   http://iki.fi/bestis/




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux