The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    brightness controls don't actually work

    Discussion in 'Linux Compatibility and Software' started by Fittersman, Sep 7, 2009.

  1. Fittersman

    Fittersman Wanna trade?

    Reputations:
    225
    Messages:
    1,306
    Likes Received:
    0
    Trophy Points:
    55
    Hey, I'm fairly familiar with linux but this one has me stumped.. Maybe someone here will know how to deal with this.

    Basically, when I try to change the brightness with the Fn keys, the event is handled properly (ie. linux thinks the brightness is changing), but when you physically look at the screen it is very clear that the brightness has not changed.

    If I use the brightness Fn buttons, the value in /proc/acpi/video/EVGA/LCD/brightness is updated, but the screen isnt changing.

    I'm using debian and my laptop is in the signature.

    I found a few other DV3 users who have run into this problem, but none have a solution yet. Some are saying it's an acpi event that isn't being handled properly and can't be fixed until a new kernel is released?

    Does anyone know what actually controls the brightness levels? Maybe I could look into that a bit further.
     
  2. rockhopper

    rockhopper Notebook Guru

    Reputations:
    5
    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    15
    Using the kernel 2.6.30? Try adding one if these to your grub kernel line:

    Code:
    ACPI_VIDEO=y VIDEO_OUTPUT_CONTROL=y
    or

    Code:
    acpi_backlight=vendor
     
  3. Fittersman

    Fittersman Wanna trade?

    Reputations:
    225
    Messages:
    1,306
    Likes Received:
    0
    Trophy Points:
    55
    Tried those, neither worked.

    I'm using the 2.6.26-2-amd64 kernel
     
  4. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    Try 2.6.30 if you can.
     
  5. osomphane

    osomphane Notebook Evangelist

    Reputations:
    81
    Messages:
    426
    Likes Received:
    0
    Trophy Points:
    30
    My brightness controls did not work because of the ambient light sensor. That got fixed when I inserted a script to turn off the sensor at boot-up. But I think each manufacturer will have a different command to turn it off.