1

I'm running Ubuntu Gnome 14.04 on a Thinkpad X1 Carbon. When I unplug the HDMI cable, my brightness comes down to zero, and I can't increase it again.
With Fn + F9 as I normally would.

storm
  • 4,973

1 Answers1

2

I faced the same problem before on my laptop Lenovo z500 ideapad after searching i found this solution :

 1. open terminal 
 2. sudo gedit "/etc/default/grub"
 3. append "acpi_backlight=vendor" to GRUB_CMDLINE_LINUX_DEFAULT
 4. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
 5. save and close gedit
 6. sudo update-grub
 7. restart

If nothing changes , you can check the solutions of this question.

Mohamed Slama
  • 1,849
  • 1
  • 17
  • 37
  • Hahaa, no I can't adjust brightness at all. I'm gonna try to revert back. – Costa Michailidis Jun 29 '16 at 16:18
  • 1
    for advice if not working for all answers in the attached url specially SPRBRN answer upgrade to 16.04 i have had the same issue on linux mint , but on ubuntu was working fine @Costa – Mohamed Slama Jun 29 '16 at 19:20