Results 1 to 10 of 208

Thread: MacBook(Pro) with Nvidia graphics adapter display backlight fix call for testing

Threaded View

  1. #1
    Join Date
    Jul 2008
    Beans
    245
    Distro
    Ubuntu 10.10 Maverick Meerkat

    MacBook(Pro) with Nvidia graphics adapter display backlight fix call for testing

    Hi all,

    the display backlight on those models with Nvidia graphics adapter is always at its maximum brightness after resuming from suspend, but the chip, and thus the driver, still reports the last recently set value. This updated driver fixes this issue, by re-sending the value upon suspend. Can anyone please confirm that it actually works?

    Instructions:
    1. Install the attached deb package and reload the module:
    Code:
    sudo dpkg -i mbp-nvidia-bl-dkms_0.11_all.deb
    sudo rmmod mbp_nvidia_bl
    sudo modprobe mbp_nvidia_bl
    2. MacBookPro 3 and 4 users: Set display brightness to some low value, e.g.:
    Code:
    echo 1 | sudo tee /sys/class/backlight/mbp_backlight/brightness
    , suspend, resume and report whether it works.

    3. MacBook 5 and MacBookPro 5 users: This might also work for the new 5th generation models. I don't have these machines and thus cannot test it. Please check out this driver and report whether it works at all.

    4. If it didn't work, remove the package:
    Code:
    sudo apt-get remove --purge mbp-nvidia-bl-dkms
    If you want to have a look, the sources are attached as well.

    thanks & ciao,
    Mario

    EDIT: removed attachments. use the mactel PPA instead.
    Last edited by _mario_; November 26th, 2008 at 11:12 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •