Results 1 to 3 of 3

Thread: Unable to adjust screen brightness

  1. #1
    Join Date
    Oct 2009
    Beans
    44
    Distro
    Ubuntu 10.04 Lucid Lynx

    Unable to adjust screen brightness

    I have a gateway m-series laptop, and I just recently installed ubuntu 9.04 (x64) in attempts to broadening my OS use. For the most part this is working great, but my current issue is with my screen brightness. When attempting to adjust the brightness either through ubuntu or on my keyboard(fn+up or down) ubuntu shows that I am adjusting the brightness but there is no actual change. Any help would be greatly appriciated

  2. #2
    Join Date
    Apr 2010
    Beans
    2

    Lightbulb Re: Unable to adjust screen brightness

    try this

    echo -n 20 > /proc/acpi/video/GFX0/DD03/brightness

    here 20 is the % brightness
    set it up to anything you like till 100

    you might have to do
    sudo su
    for this

  3. #3
    Join Date
    Mar 2006
    Location
    Los Angeles
    Beans
    49
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Unable to adjust screen brightness

    I'm having the same problem with a Samsung x460, has the Intel Mobile Series 4 (07) chipset.

    There are a number of threads about this chip, most people give advice like yours, poking a value into /proc, but does nto work here. I brute-furce tried DD01..DD05.

    But here's an odd one: I get a write error if I do
    Code:
    echo -n 30 > /proc/acpi/video/GFX0/DD03/brightness
    but no error if I use:
    Code:
    echo -n 20 > /proc/acpi/video/GFX0/DD03/brightness
    Various other values fail/succeed., but none change screen brightness which on my machine is unusably dim. I may have to switch back to Win7 simply for screen brightness!


    Quote Originally Posted by urmish View Post
    try this

    echo -n 20 > /proc/acpi/video/GFX0/DD03/brightness

    for this

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
  •