http://bugzilla.kernel.org/show_bug.cgi?id=12174





------- Comment #2 from tr...@suse.de  2008-12-18 05:15 -------
I expect the NVID is an ACPI graphics dummy device if an external nvidia card
is added to the board.
Since .28 these dummy devices are ignored.

The ACPI graphics device which should get used on your machine is:
Device (GFX0)
{
    Name (_ADR, 0x00020000)
(compare _ADR with lspci above, it matches the slot (00:02)

This device has opregion support which also got added with .28:
drivers/gpu/drm/i915/i915_opregion.c

Strange is that the NVID device has brightness change functions (_BCM,..),
but the GFX0 has not.
Better provide acpidump, maybe these are hidden in a SSDT.

Best you also update your BIOS first (or even better, provide acpidump, then
update, then provide new acpidump. It could be interesting for someone what
they changed in their ACPI tables...).


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to