Hi
You can solve this changing some values in Grub
Solution for Grub 2
gksudo gedit /etc/default/grub
Search line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
And change this in
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor"
For Grub legacy
gksudo gedit /boot/grub/menu.lst
search line
- defoptions=quiet
Change in
- defoptions=quiet acpi_osi=Linux acpi_backlight=vendor
Then save the changes and close the gedit.
Then update the Grub 2 or Grub legacy:
sudo update-grub
and restart the system sudo reboot