2002-06-11 09:24:11

by Felix Seeger

[permalink] [raw]
Subject: Problem with ACPI or framebuffer (no output while startup)

Hi

I'm running 2.4.18-pre9
I disabled APM, because I ACPI won't work with enabled APM.
Maybe this is normal.

Laptop: Sony vaio pcg-qr10

I boot with frame buffer and vga=normal (fb doesn't work, no tux...)
And now:

tbxface-0099 [01] ACPI_load_tables : ACPI Tables successfully loaded
Parsing Methods :...................
154 Control Methods found and parsed (479 nodes total)
ACPI Namespave successfully loaded at root c02fd500
ACPI: Core Subsystem version [20011018]
evxfevnt-0081 [02] Acpi_enable : Transition to ACPI mode successful
Executing device _INI methods: ............. (13 points)

After that the output stops but the systems starts up, onyl the output...

What is my problem ACPI or Frame Buffer. I've have VESA 2.0 and vga
configured.

Do I need special vag= options ?
All options from the manual don't work, lilo takes only the default lilo
options. (my lilo supports hex 0x things if you trust the manpage)


thanks
have fun
Felix


2002-06-11 11:45:24

by Felix Seeger

[permalink] [raw]
Subject: Re: Problem with ACPI or framebuffer (no output while startup)

Ok it is ACPI.
I disabled Framebuffer and is was the same effect.

have fun
Felix


Am Dienstag, 11. Juni 2002 11:24 schrieb Felix Seeger:
> Hi
>
> I'm running 2.4.18-pre9
> I disabled APM, because I ACPI won't work with enabled APM.
> Maybe this is normal.
>
> Laptop: Sony vaio pcg-qr10
>
> I boot with frame buffer and vga=normal (fb doesn't work, no tux...)
> And now:
>
> tbxface-0099 [01] ACPI_load_tables : ACPI Tables successfully loaded
> Parsing Methods :...................
> 154 Control Methods found and parsed (479 nodes total)
> ACPI Namespave successfully loaded at root c02fd500
> ACPI: Core Subsystem version [20011018]
> evxfevnt-0081 [02] Acpi_enable : Transition to ACPI mode successful
> Executing device _INI methods: ............. (13 points)
>
> After that the output stops but the systems starts up, onyl the output...
>
> What is my problem ACPI or Frame Buffer. I've have VESA 2.0 and vga
> configured.
>
> Do I need special vag= options ?
> All options from the manual don't work, lilo takes only the default lilo
> options. (my lilo supports hex 0x things if you trust the manpage)
>
>
> thanks
> have fun
> Felix
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2002-06-11 18:54:04

by Andrew Grover

[permalink] [raw]
Subject: RE: Problem with ACPI or framebuffer (no output while startup)

> From: Felix Seeger [mailto:[email protected]]
> > Executing device _INI methods: ............. (13 points)
> >
> > After that the output stops but the systems starts up, onyl
> the output...

Known problem. ACPI is getting the bus wrong on PCI config space accesses
and accidentally turning off the video, I believe.

Regards -- Andy

2002-06-11 19:07:06

by Felix Seeger

[permalink] [raw]
Subject: Re: Problem with ACPI or framebuffer (no output while startup)

Am Dienstag, 11. Juni 2002 18:38 schrieb Grover, Andrew:
> > From: Felix Seeger [mailto:[email protected]]
> >
> > > Executing device _INI methods: ............. (13 points)
> > >
> > > After that the output stops but the systems starts up, onyl
> >
> > the output...
>
> Known problem. ACPI is getting the bus wrong on PCI config space accesses
> and accidentally turning off the video, I believe.
>
> Regards -- Andy
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

Ok, can I configure this or do something else except fixing it ? ;)
ACPI is the only thing which shows my battery and AC status right.
Also it has other nice features and gives many infos about my hardware.
APM is something that never worked on my laptop.

thanks
have fun
Felix