I have here an Asus Eee pc, model is the 1005peb version. Now for the most part it runs fairly decent and quick, not much issue with it except one major one.
Every time I restart or turn on the netbook my brightness is set to full yet my screen is like almost full on black, like it's turned off. I turn down the brightness a couple times using the Fn + F5/F6 keys and it goes nice and bright etc. When I turn the netbook on I have to turn down my brightness level to see the screen at what (I think) is full brightness and it's then ok. If I turn it off and restart etc I have to do it all over again.
Down is up kinda thing...it's an odd and annoying issue, one that I cannot find an answer for anywhere. So if anyone has a solid way of getting it fixed I would be most appreciative. Thanks!
I'm using Ubuntu 11.04, Desktop Edition, Standard Grub settings and Kernel no changes to any of the hardcore system settings...
I tried Ilari Kajaste's suggestion and it had no effect. Neither better nor worse.
@fossfreedom I'll look deeper into your suggestion but at this time it looks almost the same as the second answer so I doubt it is what I currently seek.
I had the same problem with my Asus Eee PC 1001PX. The solution was to add
acpi_osi=Linux
to the computer bootup kernel options.The bootup kernel options are controlled by the GRUB boot loader. You need to edit the grub settings at
/etc/default/grub
to have the following line:After editing the file, you need to make sure you run
update-grub
for your edit to take effect.Hopefully this same solution works for you. If it doesn't, you can also try adding the option
acpi_backlight=vendor
to the same line which was also suggested to me when I tried to get the issue fixed.Some BIOS's are buggy - for example, this bug-report mentions that a recent BIOS revision fixed brightness issues (revision 1202). Suggest check the vendor website and install the latest available BIOS revision.
Even with a BIOS update, it is worth checking whether the standard eepc grub options still apply to your model
Try adding either
acpi_osi=Linux
source oracpi_osi=Linux acpi_backlight=vendor
sourcei.e.
add to the values above to
GRUB_CMDLINE_LINUX_DEFAULT
save
What you have described may point to general power-management issues.
Have you installed the
jupiter_0.0.50.2_all.deb
package on sourceforge? More information about this can be found on WebUp8.What do your settings tell you in
/etc/laptop-mode/conf.d/lcd-brightness.conf
Update for 13.10, kernel 3.11.0-19-generic, 32bit.
I have a 1005PE:
with BIOS:
and it works without any kernel command line parameters
(I do not know what
persistent
do --- maybe a remnant of some old test).I do have a couple of drivers running, but they are doing that automatically --- they are loaded by the kernel without further help:
The laptop works ok (although better with xubuntu than the full fledged version); backlight, sound, suspend --- all the hw is working flawlessly.
it'a one abnormal behaviour on asus eeepc notebook with Fn brightness keys on ubuntu 14.04. when you press Fn+F5, or Fn+F6 keys to change brightness, brightness jumps almost twice. it's said about, it's a matter of performing brightness change action first by acpi and after that by Xserver, so the result is, brightness changes faster, in larger steps than you like or expect. for me have worked one slighlty different solution, change line at
/etc/default/grub
as many authors suggest, but insted ofacpi_backlight=vendor
useacpi_backlight=off
use as wellacpi_osi=Linux
otherwise brightness change will not works totally.There's no need to install
laptop-mode-tools
or other packages... but this will cause, brightness change information slider doesn't appear as before (Xserver action is not performed), but brightness changes in normal, BIOS supported steps, it seems to me it's 10 steps at asus eeepc. maybe this can be solution on more problems you've posted.