* ACPI - DOS - 2.6.10
@ 2004-12-26 23:08 Lukas Hejtmanek
0 siblings, 0 replies; 4+ messages in thread
From: Lukas Hejtmanek @ 2004-12-26 23:08 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hello,
since 2.6.10-rc1 display switch button stoped to work. I have ACPI video
compiled in, it displays: DOS setting: <1>
Any value written to this file does not get it work. ACPI event is generated:
[Mon Dec 27 00:07:32 2004] received event "video VGA 00000080 00000000"
Any suggestions? I can provide /proc/acpi/dsdt if it helps.
--
Lukáš Hejtmánek
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: ACPI - DOS - 2.6.10
@ 2004-12-27 2:44 Yu, Luming
0 siblings, 0 replies; 4+ messages in thread
From: Yu, Luming @ 2004-12-27 2:44 UTC (permalink / raw)
To: Lukas Hejtmanek, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Please send me DSDT.
-----Original Message-----
From: acpi-devel-admin@lists.sourceforge.net [mailto:acpi-devel-admin@lists.sourceforge.net] On Behalf Of Lukas Hejtmanek
Sent: 2004年12月27日 7:08
To: acpi-devel@lists.sourceforge.net
Subject: [ACPI] ACPI - DOS - 2.6.10
Hello,
since 2.6.10-rc1 display switch button stoped to work. I have ACPI video
compiled in, it displays: DOS setting: <1>
Any value written to this file does not get it work. ACPI event is generated:
[Mon Dec 27 00:07:32 2004] received event "video VGA 00000080 00000000"
Any suggestions? I can provide /proc/acpi/dsdt if it helps.
--
Lukáš Hejtmánek
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Acpi-devel mailing list
Acpi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: ACPI - DOS - 2.6.10
@ 2004-12-29 2:56 Yu, Luming
2004-12-29 9:28 ` Lukas Hejtmanek
0 siblings, 1 reply; 4+ messages in thread
From: Yu, Luming @ 2004-12-29 2:56 UTC (permalink / raw)
To: Lukas Hejtmanek, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 1756 bytes --]
The DSDT shows that:
In _DOS:
If (LNot (LLess (OSYS, 0x07D0)))
{
Store (0x00, DSEN)
}
And in _Q0E, if DSEN is 1 then, BIOS will automatically handle dispaly switch,
otherwise, it just generate Notify event to OSPM, and rely on driver to handle it.
However, there don't have _DSS in DSDT , which is requred for acpi video driver to handle display switch.
Could you try kernel option "acpi_osi="
Thanks,
Luming
-----Original Message-----
From: acpi-devel-admin@lists.sourceforge.net [mailto:acpi-devel-admin@lists.sourceforge.net] On Behalf Of Lukas Hejtmanek
Sent: 2004å¹´12æ27æ¥ 7:08
To: acpi-devel@lists.sourceforge.net
Subject: [ACPI] ACPI - DOS - 2.6.10
Hello,
since 2.6.10-rc1 display switch button stoped to work. I have ACPI video
compiled in, it displays: DOS setting: <1>
Any value written to this file does not get it work. ACPI event is generated:
[Mon Dec 27 00:07:32 2004] received event "video VGA 00000080 00000000"
Any suggestions? I can provide /proc/acpi/dsdt if it helps.
--
Lukáš Hejtmánek
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Acpi-devel mailing list
Acpi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-devel
HW¦j)b²ÊhÊ+yÖòN\x17Lúèvç-\x1aèy\x17v\x1a'zË\jwbv·¯ì,¢xnÚÞvÊ\x1f!3ë¡Û¶Çë¢jÞj[¬z»\x03Ç(½êð'!¦º\x1d¹Ël¶»¥ÊX¯zêm¢Ø^*^JÖ«¶·v)à!¶Ú\x7fþèvç-èz+fjv z»#¢êçjW(
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ACPI - DOS - 2.6.10
2004-12-29 2:56 ACPI - DOS - 2.6.10 Yu, Luming
@ 2004-12-29 9:28 ` Lukas Hejtmanek
0 siblings, 0 replies; 4+ messages in thread
From: Lukas Hejtmanek @ 2004-12-29 9:28 UTC (permalink / raw)
To: Yu, Luming; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
On Wed, Dec 29, 2004 at 10:56:51AM +0800, Yu, Luming wrote:
> The DSDT shows that:
> In _DOS:
> If (LNot (LLess (OSYS, 0x07D0)))
> {
> Store (0x00, DSEN)
> }
> And in _Q0E, if DSEN is 1 then, BIOS will automatically handle dispaly switch,
> otherwise, it just generate Notify event to OSPM, and rely on driver to handle it.
> However, there don't have _DSS in DSDT , which is requred for acpi video driver to handle display switch.
>
> Could you try kernel option "acpi_osi="
Nothing changed.
Btw, there is a touchpad switch (to turn it off/on) that does not work any more
either.
--
Lukáš Hejtmánek
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-12-29 9:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-29 2:56 ACPI - DOS - 2.6.10 Yu, Luming
2004-12-29 9:28 ` Lukas Hejtmanek
-- strict thread matches above, loose matches on Subject: below --
2004-12-27 2:44 Yu, Luming
2004-12-26 23:08 Lukas Hejtmanek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox