adding the below to my drivers/video/backlight/mbp_nvidia_bl.c fixed the
problem for me on my MacBookPro1,1 after recompiling and inserting the
module

        {
                .callback       = mbp_dmi_match,
                .ident          = "MacBookPro 1,1",
                .matches        = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Apple Computer, Inc."),
                        DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro1,1"),
                },
                .driver_data    = (void *)&intel_chipset_data,
        },

-- 
[i915][kms] kernel backlight interface missing for macbooks
https://bugs.launchpad.net/bugs/511965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to