Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: 11.10 Screen Brightness resets to lowest setting when I restart laptop

  1. #1
    Join Date
    Jan 2012
    Beans
    9

    11.10 Screen Brightness resets to lowest setting when I restart laptop

    Every time I restart/reboot laptop, the brightness resets itself to the lowest setting. Really annoying.

    I am a beginner Linux user. Please let me know if I have posted in wrong forum, and what further steps I should take if this problem is solvable.

    Thanks.

  2. #2
    Join Date
    Oct 2005
    Location
    Syracuse, NY
    Beans
    659
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: 11.10 Screen Brightness resets to lowest setting when I restart laptop

    Is it an nvidia video card? If so the nvidia binary driver doesn't save the brightness setting like it does to what you're probably used to in Windows. As far as I've read there isn't a solution for this but I may be wrong. I have to adjust via fn keys on boot myself.
    Last edited by xyzzyman; January 20th, 2012 at 08:41 AM.

  3. #3
    Join Date
    Jan 2012
    Beans
    9

    Re: 11.10 Screen Brightness resets to lowest setting when I restart laptop

    Graphics tab in System Info doesn't say.

    The laptop is a Toshiba Satellite, L640, intel core i5
    Last edited by Warstub; January 20th, 2012 at 08:51 AM.

  4. #4
    Join Date
    Jan 2012
    Beans
    9

    Re: 11.10 Screen Brightness resets to lowest setting when I restart laptop

    okay, thanks.

  5. #5
    Join Date
    Oct 2005
    Location
    Syracuse, NY
    Beans
    659
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: 11.10 Screen Brightness resets to lowest setting when I restart laptop

    Running the command

    Code:
    lspci | grep VGA
    Should show you what card you have.

    And for future reference L640 is just your series of notebook. They shipped with both AMD and Intel CPU's depending on the model, and on Intel's sometimes laptops come with intel video cards and sometimes with nvidia, so always quote the full model for example Satellite L640-S1000. No worries, it's quite common. The actual model # is printed on the bottom of the laptop on the same sticker as the serial #.

  6. #6
    Join Date
    Jul 2008
    Location
    RI
    Beans
    51
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: 11.10 Screen Brightness resets to lowest setting when I restart laptop

    this is what worked for me:

    edit the file /etc/rc.local

    add this before line exit 0:

    echo 5 > /sys/class/backlight/acpi_video0/brightness

    Where 5 is the brightness level from 0 to 10

    The max brightness is defined in /sys/class/backlight/acpi_video0/max_brightness. The default is 15 on my laptop. So if you want to set it to 50%, you should use echo 7

  7. #7
    Join Date
    Oct 2005
    Location
    Syracuse, NY
    Beans
    659
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: 11.10 Screen Brightness resets to lowest setting when I restart laptop

    Worked here. Thank you! Oddly my max was 9!

  8. #8
    Join Date
    Jan 2012
    Beans
    9

    Re: 11.10 Screen Brightness resets to lowest setting when I restart laptop

    Quote Originally Posted by Pro$pect View Post
    this is what worked for me:
    ok, so I found the rc.local file, but I can't change it because I don't have permission. Can you please take me through the steps to do so.

    Also, should there be gaps between any of the characters in "echo 5 > /sys/class/backlight/acpi_video0/brightness"?

    I tried to insert "lspci ... grep VGA" into terminal but I don't know what that line inbetween represents.

    Sorry, as I said, I'm new to Ubuntu, and don't actaully know all that much about computer language anyway.

    I appreciate your help though.

  9. #9
    Join Date
    Nov 2009
    Beans
    77
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: 11.10 Screen Brightness resets to lowest setting when I restart laptop

    I don't know if you are interested but I use a program called Redshift. This changes the color temperature of your screen based on the position of the sun and your location. During twilight and early morning, the color temperature transitions smoothly from night to daytime temperature to allow your eyes to slowly adapt.

    http://jonls.dk/redshift/
    "Excellent" -- mrburns

  10. #10
    Join Date
    Dec 2008
    Beans
    73

    Re: 11.10 Screen Brightness resets to lowest setting when I restart laptop

    Worked on HP Mini also. Thanks

Page 1 of 2 12 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
  •