![]() |
Fn brightness controls don't work
Salutations!
I recently bought an Acer Aspire ONE D270-1824 netbook and installed Peppermint 3 on it. I've not had any problems except when using Fn + the left or right arrow keys to control the screen brightness. Now, I found (I think on this website) a command work-around, along the lines of: sudo setpci -s 00:02.0 F4.b=BRIGHTNESSLEVEL (I use 50 as it's the easiest on my eyes.) What I'm wanting to know is this: is there away to make it so that I don't have to enter this command every time I wake my computer from suspension or boot it up? I continue to issue this command to save my eyes and battery, but it's getting a little old. Thanks to any of your gurus out there who can help and offer it! |
I am not familiar with Peppermint but nobody has answered ...
For boot, there will likely be a boot script for local extensions, something like /etc/rc.d/rc.local or /etc/init/local. You could put the command in there. For resume, if you have a /usr/lib/pm-utils/sleep.d/ directory, you could try adding a script in there containing the command. With a bit of luck the directory exists and has at least one script already there that you can use as a template. |
Thanks Catkin, I'll take a look and see if I can find it!
|
Yo, adrian!
You specify your vid card is Intel. You may want to consider this post: http://www.linuxquestions.org/questi...74#post4839974 I had the same problem, and nothing seemed to work. When I did find the solution, I had to enter a similar command like you EVERY. TIME. I. BOOTED. F That. So I wrote a Python script to do it for me. Hope it helps. |
I had this and sorted it as follows. It can vary with your laptop's dsdt but I have the file
/sys/devices/virtual/backlight/acpi_video0/brightness 10 = full brightness - 0 = zero brightness. I have this Quote:
Quote:
|
| All times are GMT -5. The time now is 05:33 PM. |