They offer different flash templates with latest features.
Login

Forgot password
Register
Latest changes

The idea module was updated:

  • We now have 10 statuses instead of 5
  • The review process now involves both moderators and developers
  • Moderators can now review form and content separately
  • Moderators can now delegate decisions to developers when they are unable to assess the pertinence or feasibility of an idea
Improve this website
  • Report bugs here.
  • Register ideas for improvements using the idea module on this website.
Back
Written by:
paulasimoes
Score: 7
votes: 12
Format: Article

 How to fix the screen brightness in Asus eeePC 1001P


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:

  1. Open a terminal and run sudo gedit /etc/default/grub
  2. Change the line that says
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
  3. Save the file and quit
  4. In a terminal run sudo update-grub
  5. Reboot

This tutorial by MindBoosterNoori was posted originally at his blog and it's reproduced here with his authorization.


Tags: screen light asus eeepc 1001P brightness
Created: 2 years ago.
Last edited: 2 years ago.
Read 766 times.

Comments
3 months ago

mcirillo
Nice. Worked like a charm!  

Other tutorials from paulasimoes