Page 2 of 21 FirstFirst 123412 ... LastLast
Results 11 to 20 of 208

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

  1. #11
    Join Date
    Jan 2007
    Beans
    Hidden!

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

    Confirming that this works on a MacbookPro 3.1.
    No problems with low values either (the float rounding issue hyperboloid mentioned)

    Keep up the good work!

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

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

    Hi,

    Quote Originally Posted by hyperboloid View Post
    One small problem: When the brightness is very low, one encounters a black screen upon resume, and at that point (before password verification) the brightness controls are disabled, so one must enter the password blindly and then use the controls to manually up the display brightness.

    This seems like a rounding issue with a floating point variable, although I have not tried to look at the code. Anyway, perhaps a minimum threshold should be something non-zero so that the display will never come back completely black, which is disconcerting.
    that's interesting. the brightness values are indeed integral values. there's no floating point at all. and on my machine the brightness keys work during this login window. (not the GDM chooser, but a lock screen.)

    Quote Originally Posted by hyperboloid View Post
    By the way, the suggested code in step 2
    Code:
    sudo echo 1 > /sys/class/backlight/mbp_backlight/brightness
    does not work for me - it gives me back "permission denied" even though I did not forget the "sudo" prefix. Very strange. Anyway, I set the brightness using the manual control F1-F2.
    sorry. my fault. (I usually prefer to use a root shell instead.) I'm going to write it correctly next time. I also edited my initial post according to the changes proposed in the forum.

    Quote Originally Posted by hyperboloid View Post
    Good work, Mario. Can you similarly figure out a way to make it remember the KEYBOARD backlight settings after suspend/reboot?
    probably not. keyboard backlight is something completely different.

    ciao,
    Mario

  3. #13
    Join Date
    Dec 2005
    Location
    Greece
    Beans
    436

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

    Quote Originally Posted by _mario_ View Post
    Hi all,
    [...]
    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.
    [...]
    thanks & ciao,
    Mario
    Sorry Mario, it does not work for me (MBP5)

  4. #14
    Join Date
    May 2005
    Location
    Chicago
    Beans
    130

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

    Quote Originally Posted by hyperboloid View Post
    One small problem: When the brightness is very low, one encounters a black screen upon resume, and at that point (before password verification) the brightness controls are disabled, so one must enter the password blindly and then use the controls to manually up the display brightness.
    More info on the above. The reported screen blanking behavior was caused by interference from testing the light sensors; see the thread: http://ubuntuforums.org/showthread.php?p=6148340. I had uncommented the commented code in /usr/share/hal/fdi/information/10freedesktop/10-applesmc.fdi. Somehow that seems to have caused the screen to blank on resume after suspend, but only when the display was set to its lowest brightness setting: 1. Anyway, once I reverted that fdi file back to its original version, with the light sensor stuff commented out, the screen blanking issue went away, even on the lowest brightness setting.

    In short, it seems that mario's fix works fine on my MBP 4,1. By the way, this is just for a suspend/resume. The fix has no effect on a cold boot. In the case of a boot, the previous display brightness settings are not remembered. I'm assuming this is the intended behavior.
    Ubuntu 10.04

  5. #15
    Join Date
    Apr 2007
    Beans
    25

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

    I can confirm that this is not working on MB 5,1 let me know if you wan't to try something else that might fix it mario.

    Regards

  6. #16
    Join Date
    Nov 2008
    Beans
    6
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    Thanks, Great Work!

  7. #17
    Join Date
    Dec 2005
    Location
    Greece
    Beans
    436

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

    I don't know who, what and how fixed the suspend issue. I got now the nvidia driver 177.80 and suspend does not take so long any more, keyboard backlight is adjusted when (un-)plugging the AC power supply cable, dual head works (twinview and xinerama, with rotation as well). Unfortunately brightness regulation does not work.

    Cheers, Nikos

  8. #18
    Join Date
    Mar 2007
    Location
    beijing, china
    Beans
    8
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    after half day reserved with apple driver for windows xp, I geting the brightness control works in linux with Macbook5,1. Hope the driver will good works in all intel base mac book.

    I put the source code here:
    http://bj.soulinfo.com/~hugang/mac5_1/bl/

    Issue:
    echo 1 > /sys/class/backlight/mbp_backlight/brightness
    I using NVIDIA xorg driver, I must switch back to text mode, doing echo, in x11 echo change nothing.

  9. #19
    Join Date
    Mar 2007
    Location
    beijing, china
    Beans
    8
    Distro
    Ubuntu 8.10 Intrepid Ibex

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

    after half day reserved with apple driver for windows xp, I geting the brightness control works in linux with Macbook5,1. Hope the driver will good works in all intel base mac book.

    I put the source code here:
    http://bj.soulinfo.com/~hugang/mac5_1/bl/

    Issue:
    echo 1 > /sys/class/backlight/mbp_backlight/brightness
    I using NVIDIA xorg driver, I must switch back to text mode, doing echo, in x11 echo change nothing.

  10. #20
    Join Date
    Oct 2008
    Beans
    63

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

    First of all, thanks for the hard work!

    In this moment, the download of files by your server is not permitted (403 Forbidden).
    Excuse me for my bad english - MacBook 5,1 2.0 Ghz

Page 2 of 21 FirstFirst 123412 ... LastLast

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
  •