On Tue, 2008-07-15 at 14:46 +0200, Thomas Renninger wrote: > On Tuesday 15 July 2008 11:38:20 nokos@xxxxxxx wrote: > > Hi there, > > > > on the S6410 this prevents brightness control from working correctly. > > the ACPI BIOS provides non-functional _BCM/_BQC so the video.ko is > > registering backlight functions but does not work. Unfortunately not > > loading video.ko isn't a solution since with > > bc45b1d39a925b56796bebf8a397a0491489d85c the brightness keys are only > > reported through video.ko. > Is this an Intel graphics card? > Then you should also try Matthew's/Hong's IGD extensions. > It is likely that everything works out with video.ko then. > If not, with a patch I sent recently you should switch off Windows osi strings > with: > acpi_osi=windows_false (preferred) > or (already works) > acpi_osi="!Windows 2006" > > If it still does not work, then there is a driver missing which was a > proprietary one on XP and which has not been fully re-engeeniered for Linux. > > Using ACPI video events and pass them to the Fujitsu driver to change > backlight (is this how it works? Is this done through userspace?), mixes up > everything. No. The platform drivers have nothing to do with ACPI Video driver, they have platform specific events/control methods. Maybe you mixed it up with the IGD stuff. In IGD mode, ACPI video works together with graphics driver, And in this case, ACPI video exports ACPI video events, graphics driver gets the events (acpi_notifier_chain) and do the actual work. The ACPI control method (_BCM) is not used any more so that only the graphics driver touches the hardware. :) thanks, rui -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html