1

So, as a number of users seem to be experiencing, I am unable to change brightness on my laptop. Using the Brightness and Lock in settings, the slider moves but brightness does not adjust. The fn keys work for volume but not for brightness. I have updated my drivers and installed all updates, however the brightness is still at maximum.

I have heard that opening sudo gedit /etc/x11/xorg.conf and entering Option "RegistryDwords" "EnableBrightnessControl=1" can fix this, however when opening xorg.conf through Terminal I am greeted with a blank document... Not very reassuring.

Toshiba L750 Laptop

Nvidia Graphics Card

Dual boot with Windows

Jorge Castro
  • 73,717

6 Answers6

2

Same problem on Sony Vaio VPCEH and Ubuntu 12.04. The fn Keys moving the brightness slider but not affecting the real brightness on screen.

I edited /etc/X11/xorg.conf (very simple file) and added the line:

Option "RegistryDwords" "EnableBrightnessControl=1"

I rebooted the machine and now it works! Thanks to all!

Eliah Kagan
  • 119,640
Jesus
  • 21
0

I myself have an L750 too and tried everything to resolve this issue and didn't succeed. But after weeks of googling i ran into this solution:

http://ubuntuforums.org/showpost.php?p=11543948&postcount=40

Take a look at this reference which doesn't exactly match your laptop but the issue is the same.

What I did is almost the same as it's written in the linked post. Only thing you should notice is that Ubuntu 12.04 has the 3.4.1 version of gnome settings daemon, however I still downloaded the 3.2.2 source because the method of the detection of your display is changed in 3.4.1 so you can't modify it as you should.

After installing the latest package of nvidiabl, applying the changes to gsd-backlight-helper.c, compiling it, copying it into the right folder and adding nvidiabl to /etc/modules brightness controll works for me.

Of course you have to switch "toshiba" with "nvidia_backlight" and not "sony".

Not sure if this will work for you though, because my graphics card isn't an optimus one.

I hope i could help.

qwe2
  • 101
0

I have a Toshiba Satellite Pro L870 and the xorg.conf solution did not work for me. However, I remembered that in Ubuntu 8.04 it was possible to program what special actions the keys did. Well, here's how you can do this in Ubuntu 12.04:

  1. First install xdotool.

    sudo apt-get install xdotool
    
  2. Open System Settings (Applications->System Tools->System Settings in Gnome).

  3. Open Keyboard and go to the Shortcut tab.

  4. Click the "+" button at the bottom of the page and add the following shortcut:

    Name: Brightness Down
    Command: xdotool key XF86MonBrightnessDown
    

    Click "Apply".

  5. On the Shortcut tab click on the word "Disabled" to the right of the "Brightness Down" entry. Now press the key that should decrease the brightness on your keyboard - this was F2 for me but it may be F6 or even something else on your keyboard.

  6. Click the "+" button again and add the following entry:

    Name: Brightness Up
    Command: xdotool key XF86MonBrightnessUp
    

    Click "Apply".

  7. On the Shortcut tab click on the word "Disabled" to the right of the "Brightness Up" entry. Now press the key that should increase the brightness - F3 for me but possibly F7 or even something else on your keyboard.

Now sit back and enjoy the brighness, or darkness depending on which key you press.

0

I used Toshiba L735 with nvidia. I also have problem about brightness won't change. following these step can solve this problem.

1.open terminal 2.enter : sudo gedit /etc/X11/xorg.conf 3.entering Option "RegistryDwords" "EnableBrightnessControl=1" 4.I rebooted the machine and now it works! Thanks to all!

and these not working. you might also do these step below too.

1.install NVDIA 319 post-releases 2.go to terminal and type “sudo apt-get install xbacklight” 3.restart 4.go to terminal and type “xbacklight = 50”

Namdee
  • 1
0

I have Toshiba Satalitte L750. The solution that worked for me and also solved other graphical problem is to change to NVIDIA driver from "Additional drivers"

-1

it is iöprotant where you have add enablebrightness controll

it must ne in the section "device"

endsection ubuntu 14.04 fn brightness nvidia not working samsung r540

bh_earth0
  • 151