I want to change boot logo of linux on mini2440. What should be its size so that it will occupy full screen size?
Size of logo Image for 7" LCD
I'm not sure about boot image scaling. But this document, http://www.friendlyarm.net/dl.php?file=AT070TN83.pdf telling that A70 LCD has 800x480 resolution.
It worked Bro.. Thank YOu.. But having another problem at startup line like Starting networking starting ssh demons staring web service staring led services staring qutopia this line are overlaped on logo?? how to get rid of that
I can't remember where's the setting of the cursor, but I remember that in this forum have someone talked about it somewhere. You might find that post if you try, pretty sure.
I found this but not getting what exactly i should do?? http://www.friendlyarm.net/forum/topic/2998
I remember that may be somewhere you can configure about the cursor. But as I told, I can't remember where the post is. Not the post you give, another. Don't know how long it's been posted. Maybe the detail is in another website. But pretty sure if it's, the link posted in this forum. Maybe you can google it, might easier to find out.
By Googling i got these lines.. "In three, the removal of logo boot standby cursor If you find logo lower left corner there will be blinking cursor, can see the next steps In the drivers/video/console/fbcon.c file static void fb_flashcursor (void *private) and static void fbcon_cursor (struct vc_data *vc, int mode) content" What should i do??
Try see this thread, http://www.friendlyarm.net/forum/topic/2998 I don't understand what you googled. I just type "FriendARM remove blink cursor" or just "linux remove blink cursor". Try the link and tell me what you get.
Hey Sandeep, I use linux-2.6.32.2. And Isk, this thread i showed you before right here and you said not this one.. Im not getting what i should do exactly from this thread.
Dear Ajit, For FriendlyARM kernel, edit file "drivers/char/vt.c" line 1619. vc->vc_deccm = 1; to vc->vc_deccm = 0; This worked for me.
Oops, that's my fault. Maybe I'm opening another post while open yours too. Try what Sandeep Sondagar guided you and let me know ^^