Need help !

3 messages, 3 authors, 2004-06-15 · open the first message on its own page

Need help !

From: Srinivasa Deevi <hidden>
Date: 2004-06-14 19:20:32

Hi all

do I need to add any fonts in fonts directory to see the any console 
output through fbcon ? Right now I am able to see the blinking cursor 
but any data from it .

can somebody help me what should I do to see the cosole output on a 
frame buffer device ? The frame buffer driver is working in graphics 
mode . I have trouble in console mode .

thanks in advance,
sri



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND

Re: Need help !

From: David Eger <hidden>
Date: 2004-06-14 21:52:14

On Mon, Jun 14, 2004 at 12:21:35PM -0700, Srinivasa Deevi wrote:
do I need to add any fonts in fonts directory to see the any console 
output through fbcon ? 
You shouldn't need to.

Have you set the fb_info[.*|.var.*|.fix.*] fields to reflect your hardware?
Try running 'fbset -i > stats.txt' blind from the console and affirm
that the settings are currect.

-dte


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND

Re: Need help !

From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
Date: 2004-06-15 06:02:08

On Mon, 2004-06-14 12:21:35 -0700, Srinivasa Deevi [off-list ref]
wrote in message [off-list ref]:
do I need to add any fonts in fonts directory to see the any console 
output through fbcon ? Right now I am able to see the blinking cursor 
but any data from it .
No, you don't need to add fonts, but make sure you've choosen at least
one of them:)
can somebody help me what should I do to see the cosole output on a 
frame buffer device ? The frame buffer driver is working in graphics 
mode . I have trouble in console mode .
I've seen that, too, when I wrote a FB driver. My bug was that I was
missing

#ifdef CONFIG_VT
#ifdef CONFIG_DUMMY_CONSOLE
	/*
	 * We need a dummy console up at cons_init time, otherwise there'll
	 * be no VTs allocated for the real fbdev console to later take over.
	 */
	conswitchp = &dummy_con;
#endif
#endif

in arch-dependand code (for me, adding it to ./arch/vax/kernel/setup.c
did the job).

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
   ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help