the screen turns black after booting. you need to use spotlight to see what is what is displayed on the screen but the backlight works on recovery mode. so my question is how can this problem be fixed.
Asked
Active
Viewed 2,686 times
1 Answers
1
Backlight sometimes gives problem due to grub misconfiguration. You need to edit the grub and edit it. Here is what you have to do.
- As root edit
/etc/default/grub
- Change the line
GRUB_CMDLINE_LINUX=""
toGRUB_CMDLINE_LINUX="acpi_osi=Linux"
save the file and thensudo update-grub
and reboot.
That will solve your problem.

Jorge Castro
- 71,754

ashutosh
- 1,292