1

I have toshiba satellite L745 with nvidia GEFORCE graphics card. I installed nvidia server setting from ubuntu software center. Still I can't decrease the brightness. When I use the function key to decrease, brightness indicator shows it's decreasing but it doesn't.

1 Answers1

1

Looking up on this very site has brought me to this question and the solution mentioned there was:

  1. Open a terminal (Program - Accessories - Terminal)
  2. Type in "sudo gedit /etc/default/grub" (without the "")
  3. Find the line that says: GRUB_CMDLINE_LINUX="quiet splash"
  4. Edit it so it says: GRUB_CMDLINE_LINUX="quiet splash acpi_backlight=vendor"
  5. Save and exit
  6. Run the command "sudo update-grub" (again without quotes of course)
  7. Reboot and enjoy!

Hope this helps :)