Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
boot error, vesafb/splashutils releated [SOLVED]
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Tue Jul 12, 2005 1:11 am    Post subject: boot error, vesafb/splashutils releated [SOLVED] Reply with quote

on boot i get this error:

Code:
vesafb: ATi Technologies INC (radeon 9600)
vesafb: VBE version 2.0
vesafb: protech mode interface info at c000:5673
vesafb: pmi set display start = c00c56e1, set palette = c00c571b
vesafb: pmi: ports = c010 c016 c054 c038 c03c c05c c000 c004 c0b0 c0b2 c0b4

vesafb: monitor limits: vf = 0hz, hf =
Mhz, clk = 0 mhz

vesafb: mode 1792x1344-8 not found
vesafb: mode 1792x1344-8 not found
vesafb: mode 1856x1392-8 not found
vesafb: mode 1856x1392-8 not found
vesafb: mode 1920x1440-8 not found
vesafb: mode 1920x1440-8 not found
vesafb: scrollin redraw
vesafb: cannot reserve video memory at 0xa80000000
vesafb: framebuffer at 0xa800000000, mapped to 0xf9a00000, using 2871k, total 131072k
fb1: vesafb vga framebuffer


i first noticed this problem when i set up, splashutils.

when its finished booting i also get this error:

Code:
Couldent load front file
couldent load 35 pt front from null
couldent load front file
couldent load 35 from null


finaly when i reboot my computer, the splash gfx, cracks up in weird colors..
can any help on this one?


Last edited by StarF on Thu Jul 14, 2005 12:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Tue Jul 12, 2005 2:16 am    Post subject: Reply with quote

Strange. I get the same messages during boot, I've been getting them for over six months now, across numerous kernel upgrades and different versions of splashutils.
Thing is, fbsplash still works perfectly for me in spite of these messages.
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Tue Jul 12, 2005 2:20 am    Post subject: Reply with quote

do u also got the front isue?
do u also got gfx getting strange colors when doing a reboot?

also i dident get them before i did the splash stuff, or at least i dident notice it before.. still must be some way to remove it hmmm
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Tue Jul 12, 2005 2:34 am    Post subject: Reply with quote

I had the font error messages too for a brief period of time, but I don't know why they disappeared.
I think it might have something to do with splashutils' use flags.

I've never experienced any kind of screen corruption with this.

You could always revert to an older version of splashutils, but I think the 2.6.12 kernels require the latest version.
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Tue Jul 12, 2005 12:15 pm    Post subject: Reply with quote

or mabye i should try and force it to use a never version? hmmm
also when i boot, those mesages are in frotn of my bootsplash :(
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Tue Jul 12, 2005 5:24 pm    Post subject: Reply with quote

StarF wrote:
also when i boot, those mesages are in frotn of my bootsplash :(

I think with the new version you need to add "quiet" to the grub.conf entry, and/or compile splashutils with the kdgraphics use flag set in order to suppress these messages.
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Tue Jul 12, 2005 5:51 pm    Post subject: Reply with quote

my grub config looks like this:

Code:
kernel /kerne04 quit root=/dev/hda4 video=vesafb-tng:1400x1050-32@70,mtrrmywrap splash=silent,theme:emergence CONSOLE=/dev/tty1
initrd (hd0,1)/emergence_splash


so far i can tell its right..

how do i compile splashutils whit kdegraphics use flag?
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4735
Location: Angra do Heroísmo (PT)

PostPosted: Tue Jul 12, 2005 6:14 pm    Post subject: Reply with quote

StarF wrote:
my grub config looks like this:
Code:
kernel /kerne04 quit root=/dev/hda4 video=vesafb-tng:1400x1050-32@70,mtrrmywrap splash=silent,theme:emergence CONSOLE=/dev/tty1
initrd (hd0,1)/emergence_splash



Hi.

You seem to have two typos in the kernel line quit and mtrrmywrap. I think it should be
Code:
kernel /kerne04 root=/dev/hda4 video=vesafb-tng:1400x1050-32@70,mtrr:ywrap splash=silent,theme:emergence CONSOLE=/dev/tty1
initrd (hd0,1)/emergence_splash

_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Tue Jul 12, 2005 6:37 pm    Post subject: Reply with quote

hi

Hmm well seems one of them is just a write from screen to another screen error.. i dident copy paste!...

damn i realy need to get ssh running :)

what the diffrence between:

Code:
mtrr,ywrap


and

Code:
mtrr:ywrap


?

also the only spelling error i see is the:

Code:
mtrrmywrap


one?
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Tue Jul 12, 2005 11:33 pm    Post subject: Reply with quote

alright this a copy past from my grub:


Code:


default 1

timeout 10
splashimage=(hd0,1)/grub/splash.xpm.gz

title=GeNToO Kernel 03
root (hd0,1)
kernel /kerne04 quiet root=/dev/hda4 video=vesafb-tng:1400x1050-32@70,mtrr:ywrap
  splash=silent,theme:emergence CONSOLE=/dev/tty1
#kernel /kerne04 root=/dev/hda4
initrd (hd0,1)/emergence_splash


as far i can see there aint any errors
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Tue Jul 12, 2005 11:47 pm    Post subject: Reply with quote

StarF wrote:
Code:
kernel /kerne04 quiet root=/dev/hda4 video=vesafb-tng:1400x1050-32@70,mtrr:ywrap

I could be wrong, but I think you should just be using video=vesafb:1400-etc rather than video=vesafb-tng, regardless of which you are actually using (remember you can only enable one or the other in the kernel anyway).
Also, until you get it working, I would advise reducing the refresh rate to 60 Hz instead of 70.
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Wed Jul 13, 2005 2:54 pm    Post subject: Reply with quote

alright, i justy thought if chose vesafb in the kernel i would be limited to verry few resolution where 1400x1050 isent one of them?
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Wed Jul 13, 2005 3:48 pm    Post subject: Reply with quote

StarF wrote:
alright, i justy thought if chose vesafb in the kernel i would be limited to verry few resolution where 1400x1050 isent one of them?

If by vesafb you mean vesafb-tng, I think it'll use whatever resolution you tell it to (within reason).
I use it on my notebook with a 1400 x 1050 screen, and never had any trouble with this resolution.
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Wed Jul 13, 2005 5:10 pm    Post subject: Reply with quote

Hopeless wrote:
StarF wrote:
alright, i justy thought if chose vesafb in the kernel i would be limited to verry few resolution where 1400x1050 isent one of them?

If by vesafb you mean vesafb-tng, I think it'll use whatever resolution you tell it to (within reason).
I use it on my notebook with a 1400 x 1050 screen, and never had any trouble with this resolution.


alright i will try to explain a bit better what i mean.

in my kernel i have chosen vesafb-tng, and set my resolution there.

Now, when i make my grub file, dont i have to do vesafb-tng there also, caus i put that in my kernel?
or can i do vesafb:1400x1050 even thought its vesafb-tng in my kernel?
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Wed Jul 13, 2005 5:31 pm    Post subject: Reply with quote

StarF wrote:
Now, when i make my grub file, dont i have to do vesafb-tng there also, caus i put that in my kernel?
or can i do vesafb:1400x1050 even thought its vesafb-tng in my kernel?

Exactly!
Vesafb-tng is really a new version of (or even a replacement for) vesa.
You use the video=vesafb: with the tng version.
In fact, I've never seen video=vesafb-tng: used anywhere, so it is certainly not needed, and may be what is causing your problems.
Did you read about using "video=vesafb-tng:" elsewhere, or did you come up with it yourself?
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Wed Jul 13, 2005 5:39 pm    Post subject: Reply with quote

alright tnx, i will try that now :)

Hmmm as i recall i always used the vesa-tng thing... think i read it on the how to on wiki once a time, and i just continued to use it for some odd reason, tnx for clearing it up :)
or mabye i just thought i had to do it, hmm ohh cant realy recall... :)

just waiting for it to finish compiling mozilla before i try do a reboot whit the new settings :)
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Wed Jul 13, 2005 5:57 pm    Post subject: Reply with quote

still getting those errors:

Code:
radeonfb: Monitor 1 type LCD found
radeonfb: Monitor 2 type no found
radeonfb: panel ID string: AUO
radeonfb: detected LVDS panel size from BIOS: 1400x1050
radeondb: BIOS provided dividers will be used
radeonfb: Dynamic Clock Power Management enabled
Console: switching to colour frame buffer device 175x65
fbsplash: console 0 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 0
radeonfb (0000:01:00.0): ATI Radeon NP
vesafb: unrecognized option mtrr:ywrap
vesafb: ATI Technologies Inc., P11 , 01.00 (OEM: ATI MOBILITY RADEON 9600   )
vesafb: VBE version: 2.0
vesafb: protected mode interface info at c000:5673
vesafb: pmi: set display start = c00c56e1, set palette = c00c571b
vesafb: pmi: ports = c010 c016 c054 c038 c03c c05c c000 c004 c0b0 c0b2 c0b4
vesafb: monitor limits: vf = 0 Hz, hf = 0 kHz, clk = 0 MHz
vesafb: mode 1792x1344-32 not found
vesafb: mode 1792x1344-32 not found
vesafb: mode 1856x1392-32 not found
vesafb: mode 1856x1392-32 not found
vesafb: mode 1920x1440-32 not found
vesafb: mode 1920x1440-32 not found
vesafb: scrolling: redraw
vesafb: cannot reserve video memory at 0xa8000000
vesafb: framebuffer at 0xa8000000, mapped to 0xf9a00000, using 11484k, total 131072k
fb1: VESA VGA frame buffer device


and those front ones:

Code:
Couldent load front file
couldent load 35 pt front from null
couldent load front file
couldent load 35 from null


my grub looks like this now...


Code:
default 1

timeout 10
splashimage=(hd0,1)/grub/splash.xpm.gz

title=GeNToO Kernel 03
root (hd0,1)
kernel /kerne04 quiet root=/dev/hda4 video=vesafb:1400x1050-32@70,mtrr:ywrap  sp
lash=silent,theme:emergence CONSOLE=/dev/tty1
#kernel /kerne04 root=/dev/hda4
initrd (hd0,1)/emergence_splash


aint there a way to at least supress those msg over my splash img?
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Wed Jul 13, 2005 9:05 pm    Post subject: Reply with quote

alright tryed this config on my grub:

Quote:
title=GeNToO Kernel 03
root (hd0,1)
kernel /kerne04 quiet root=/dev/hda4 video=vesafb:ywrap,mtrr,1400x1050-16@60 s$
#kernel /kerne04 root=/dev/hda4
initrd (hd0,1)/emergence_splash


still gives me errors.. :(



Quote:
radeonfb: Monitor 1 type LCD found
radeonfb: Monitor 2 type no found
radeonfb: panel ID string: AUO
radeonfb: detected LVDS panel size from BIOS: 1400x1050
radeondb: BIOS provided dividers will be used
radeonfb: Dynamic Clock Power Management enabled
Console: switching to colour frame buffer device 175x65
fbsplash: console 0 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 0
radeonfb (0000:01:00.0): ATI Radeon NP
vesafb: ATI Technologies Inc., P11 , 01.00 (OEM: ATI MOBILITY RADEON 9600 )
vesafb: VBE version: 2.0
vesafb: protected mode interface info at c000:5673
vesafb: pmi: set display start = c00c56e1, set palette = c00c571b
vesafb: pmi: ports = c010 c016 c054 c038 c03c c05c c000 c004 c0b0 c0b2 c0b4
vesafb: monitor limits: vf = 0 Hz, hf = 0 kHz, clk = 0 MHz
vesafb: mode 1792x1344-16 not found
vesafb: mode 1792x1344-16 not found
vesafb: mode 1856x1392-16 not found
vesafb: mode 1856x1392-16 not found
vesafb: mode 1920x1440-16 not found
vesafb: mode 1920x1440-16 not found
vesafb: scrolling: ywrap using protected mode interface, yres_virtual=2100
vesafb: cannot reserve video memory at 0xa8000000
vesafb: framebuffer at 0xa8000000, mapped to 0xf9a00000, using 5742k, total 131072k
fb1: VESA VGA frame buffer device
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4735
Location: Angra do Heroísmo (PT)

PostPosted: Wed Jul 13, 2005 9:28 pm    Post subject: Reply with quote

StarF,

you have a simple problem.
Code:
radeonfb (0000:01:00.0): ATI Radeon NP
vesafb: ATI Technologies Inc., P11 , 01.00 (OEM: ATI MOBILITY RADEON 9600 )

You have enabled both radeonfb and vesafb-tng. You can't do that. Reconfigure your kernel, remove the support for radeonfb, recompile, copy and try again.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Wed Jul 13, 2005 9:51 pm    Post subject: Reply with quote

is it just me that is blind? i cant seem to find the radeonfb in the kernel
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4735
Location: Angra do Heroísmo (PT)

PostPosted: Wed Jul 13, 2005 10:22 pm    Post subject: Reply with quote

StarF,

from the previous output I'm led to believe that you have both radeonfb and vesafb enabled. You can check by doing
Code:
/home> grep RADEON /usr/src/linux/.config
CONFIG_DRM_RADEON=m
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
/home>

_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Wed Jul 13, 2005 10:30 pm    Post subject: Reply with quote

this is my output:



Code:
GeNToO linux # grep RADEON /usr/src/linux/.config
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
GeNToO linux #
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4735
Location: Angra do Heroísmo (PT)

PostPosted: Wed Jul 13, 2005 10:34 pm    Post subject: Reply with quote

Well,

in that case, where does this come from?
Code:
radeonfb (0000:01:00.0): ATI Radeon NP

_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Wed Jul 13, 2005 10:35 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Kernel & Hardware.
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Wed Jul 13, 2005 10:36 pm    Post subject: Reply with quote

I really dont know, but its from my dmesg...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum