|
14 years ago 9 |
After a fresh install of Julia in an Asus eeePC 1001P, I noticed that the light of the screen was lower than usual. To fix this, do:
sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
sudo update-grub
This tutorial by MindBoosterNoori was posted originally at his blog and it's reproduced here with his authorization.
Nice. Worked like a charm!