On Wed, Jan 19, 2011 at 9:52 AM, Dr.-Ing. Edgar Alwers <[email protected]> wrote: > On Wed, 19 Jan 2011 13:14:39 +0100 > Tobias Gasser <[email protected]> wrote: > >> 3) as soon as the kms driver is loaded, you get the tiny characters (and >> i get the blank screen). >> >> 4) the next change will happen when x loads its drivers and fonts >> >> currently there seems no way to specify what font is loaded in stage 3! > > Exactly this is happening. I am sad. Let's hope, that intel provides a > solution for this soon. I like the standard 80x24 characters, better said, I > cannot read well the tiny ones. > > Thank you very much for your comments and good luck ! > Edgar > > > -- > Dr.-Ing. Edgar Alwers <[email protected]> > GPG Key ID:AD5C6F70 > -- > http://linuxfromscratch.org/mailman/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page >
You are having your font changed by an init script. It's probably the /etc/rc.d/init.d/console script. It loads variables from /etc/sysconfig/console which then changes the font. You'll need to take a look through the console fonts. http://www.linuxfromscratch.org/lfs/view/development/chapter07/console.html <<-- reference to where you setup your console. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
