On 12/17/05, C. Beamer <[EMAIL PROTECTED]> wrote: > Hi all, > > Up until now, when the computer boots and goes through its startup > routine, the screen will "blip" and then the text that is scrolling by > on the screen prior to starting the gui interface, reduces in size. > Now, the screen still does a slight "blip", but the screen font remains > the same size as it was prior to the "blip".
The 'blip' is usually when the framebuffer graphics driver turns on and changes the video mode. Since you are not seeing any difference, either the framebuffer driver is failing, or you are now using just the plain vga driver instead of something more advanced (like vesafb-tng). Take a look at what you have under "Device Drivers->Graphics Support", the answer is probably in there. Note that later in startup it is possible for the font size to change, without a 'blip', when the consolefont service runs. This is configured by /etc/conf.d/consolefont. -Richard -- [email protected] mailing list

