public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Strange consolefont error
@ 2004-12-04 10:28 Kristian Niemi
  2004-12-05 14:04 ` [gentoo-user] " Gabriel M. Beddingfield
  0 siblings, 1 reply; 4+ messages in thread
From: Kristian Niemi @ 2004-12-04 10:28 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 755 bytes --]

Every now and then I get the following error on bootup:
	putfont: PIO_FONT: Invalid argument
In effect, (/etc/init.d/)consolefont fails to start properly. I have to 
restart it manually -- and if I do, it works just fine (i.e. it changes 
the font).

What makes it strange, in my opinion, is the `every now and then'-part. 
This error doesn't occur every time; that is, sometimes consolefont 
starts up just fine, no error messages, font changed.

Is this some kind of bug -- if so, what exactly, do you think, is 
`buggy'? Or might it just be some setting somewhere that might be set up 
properly?

This is my font-settings in /etc/rc.conf:
	KEYMAP="sv-latin1"
	EXTENDED_KEYMAPS=
	CONSOLEFONT="iso01.14"
	CONSOLETRANSLATION="8859-1_to_uni"


h: Kristian

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Re: Strange consolefont error
  2004-12-04 10:28 [gentoo-user] Strange consolefont error Kristian Niemi
@ 2004-12-05 14:04 ` Gabriel M. Beddingfield
  2004-12-05 15:38   ` Kristian Niemi
  0 siblings, 1 reply; 4+ messages in thread
From: Gabriel M. Beddingfield @ 2004-12-05 14:04 UTC (permalink / raw
  To: gentoo-user

Kristian Niemi wrote:

> Every now and then I get the following error on bootup:
> putfont: PIO_FONT: Invalid argument
> In effect, (/etc/init.d/)consolefont fails to start properly. I have to
> restart it manually -- and if I do, it works just fine (i.e. it changes
> the font).

I noticed the same thing.  It either has always happened for me, or it
started when I started adding the framebuffer stuff.  I worked around it by
using the default console font.  Do this by commenting out the CONSOLEFONT
line  in rc.conf.

I suspect that it has something to do with the framebuffer console drivers.


-- 
                     G a b r i e l   M .   B e d d i n g f i e l d


--
gentoo-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Re: Strange consolefont error
  2004-12-05 14:04 ` [gentoo-user] " Gabriel M. Beddingfield
@ 2004-12-05 15:38   ` Kristian Niemi
  2004-12-05 21:32     ` [gentoo-user] " Gabriel M. Beddingfield
  0 siblings, 1 reply; 4+ messages in thread
From: Kristian Niemi @ 2004-12-05 15:38 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1372 bytes --]

Thanks for the tip. Sounds plausible that it's related to the 
framebuffer -- but it still seems quite strange that it doesn't happen 
every time. I don't know how to reiplicate the behaviour every time.

That said, the `weirdness' might be due to a framebuffer bug, not a 
consolefont-one (i.e. the script `consolefont')? Out of curiosity, what 
video card do you have? I have a ATI Radeon 7500 Mobile.


When it does work, I haven't changed anything in my systems setup.

I'm not using the default console-font, since I want to be able to 
use/see the scandinavian characters (åäö). (So everytime I get the 
PIO_FONT I can't use the scand. char. -- that is, not before I've 
restarted consolefont.)


Kristian

Gabriel M. Beddingfield wrote:
> Kristian Niemi wrote:
> 
> 
>>Every now and then I get the following error on bootup:
>>putfont: PIO_FONT: Invalid argument
>>In effect, (/etc/init.d/)consolefont fails to start properly. I have to
>>restart it manually -- and if I do, it works just fine (i.e. it changes
>>the font).
> 
> 
> I noticed the same thing.  It either has always happened for me, or it
> started when I started adding the framebuffer stuff.  I worked around it by
> using the default console font.  Do this by commenting out the CONSOLEFONT
> line  in rc.conf.
> 
> I suspect that it has something to do with the framebuffer console drivers.
> 
> 

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Re: Re: Strange consolefont error
  2004-12-05 15:38   ` Kristian Niemi
@ 2004-12-05 21:32     ` Gabriel M. Beddingfield
  0 siblings, 0 replies; 4+ messages in thread
From: Gabriel M. Beddingfield @ 2004-12-05 21:32 UTC (permalink / raw
  To: gentoo-user

Kristian Niemi wrote:

> Thanks for the tip. Sounds plausible that it's related to the
> framebuffer -- but it still seems quite strange that it doesn't happen
> every time. I don't know how to reiplicate the behaviour every time.

Agreed... but it was intermittent for me as well.

> That said, the `weirdness' might be due to a framebuffer bug, not a
> consolefont-one (i.e. the script `consolefont')? Out of curiosity, what
> video card do you have? I have a ATI Radeon 7500 Mobile.

Yeah, I agree that it's likely a framebuffer bug.  For example, another
anomoly I've seen with framebuffer is that when I use the "silent" profile,
the framebuffer image only initializes vc/0.  However, if I use the
"verbose" profile, it will initialize all of my vc's (like it's supposed to
do).

My card is an Intel 82852/82855 Integrated Graphics (i8x0)

> When it does work, I haven't changed anything in my systems setup.

Same here.


-- 
                     G a b r i e l   M .   B e d d i n g f i e l d


--
gentoo-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-12-05 21:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-04 10:28 [gentoo-user] Strange consolefont error Kristian Niemi
2004-12-05 14:04 ` [gentoo-user] " Gabriel M. Beddingfield
2004-12-05 15:38   ` Kristian Niemi
2004-12-05 21:32     ` [gentoo-user] " Gabriel M. Beddingfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox