1

Can you please help me ?

I tried everything I found and nothing worked. For example, I modified grub configuration file, installed xbacklight and tried setpci command.

Jorge Castro
  • 71,754
  • Have any of the answers resolved your problem? – belacqua Jun 11 '12 at 14:32
  • It looks like I have the same problem. Actually the nvidia settings allow to alter the brightness of the display. However I suspect that not the backlight is altered but the pixel colors. Thus I assume that it is not possible to save power by reducing brightness this way. –  May 20 '12 at 17:47
  • Try installing display drivers: http://askubuntu.com/questions/247145/brightness-controls-are-not-working-in-sony-vaio-with-amd-radeon-hd-7650 –  Mar 24 '13 at 06:25

4 Answers4

2

Your best bet would be to reference this post, while it doesn't reference your exact machine many users have used this patch to fix their screen brightness problems. If you are starting to wonder about Toshiba Satellite backlit keys as well (just taking a jump here), its a known bug; and it has been flagged with a low priority by Canonical.

RSX-1327
  • 195
  • Thanks for answering ! When I press FN+F6 and FN+F7, nothing happens at all. In System Settings/Screen, when I try to move the brightness bar, same result : nothing. I tried keks-n's solution but it didn't work :( –  Mar 28 '12 at 06:57
0

Type su and enter root password in terminal

And then type this :

echo "x" > /sys/class/backlight/acpi_video0/brightness

where x = 0 - 7

Sakti
  • 236
0

-If use nVidia just open dash home and type "NVIDIA X server setting",

-Then click "X Server Color Correction" under X Screen O,

-Reduce the Brightness level,

-Click "Confirm current changes" before the time runs out,

-Choose Quit to save the change.

It worked for me with the following spesifications:

Toshiba Satellite L745

Intel Core i3

NVidia GeForce with CUDA

RAM 6 GB

Chuaka
  • 19
  • 1
0

I had the same issue on my Toshiba satellite L755. The new Nvidia driver v331.38 solved the problem. Now hibernation, sleep and fn keys for brightness work fine. Ubuntu 14.04LTS.

ricci
  • 1