You are not logged in.
On this machine, I can adjust the brightness of the display by pressing the Fn and Home/End buttons on the keyboard. After booting into Waldorf, only 3 levels of brightness are available. However, before booting into the desktop, there are at least 5 levels. There are even 7 levels in Windows XP (dual boot alongside #!).
Any idea to make finer adjustments possible? Thanks in advance.
Offline
Try adding the kernel parameter in your grub boot line: acpi_backlight=vendor
and reboot.
Offline
^ Thanks Neil. Unfortunately it doesn't make any changes.
Offline
Try:
echo "N" | sudo tee /sys/module/video/parameters/brightness_switch_enabled... or:
echo "Y" | sudo tee /sys/module/video/parameters/brightness_switch_enabledThen add the following to your autostart, with "N" or "Y", depending which enables the more levels.
echo "N" > /sys/module/video/parameters/brightness_switch_enabledLast edited by tao te (2012-10-06 15:40:45)
T420s - i5-2520M, 4+4 GB Ram, 64 GB mSATA SSD, #! Linux
Offline
^ thanks tao te.
echo "Y" | sudo tee /sys/module/video/parameters/brightness_switch_enabledgave me 4 levels, occasionally. It behaves inconsistently. In /sys/class/backlight/acpi_video0/max_brightness, the value is 7, which is the same as the brightness levels I have in Windows XP.
Offline
Sorry...but about the best I can do is guess, as I have Xubuntu installed on my Thinkpad, and I have seven steps of brightness adjustment. Don't know just what the dif would be.
Maybe try Tpb, and see if that offers any solution: http://www.thinkwiki.org/wiki/Tpb
Offline
I just tried Neil's suggestion again.
Try adding the kernel parameter in your grub boot line: acpi_backlight=vendor
and reboot.
It works now! Perhaps, I forgot to execute "sudo update-grub" before reboot last time.
It is still not very ideal. I have only 5 levels (vs 7 levels in Win XP). And the max brightness value is 7, as indicated in /sys/class/backlight/thinkpad_screen/max_brightness.
Also, the differences between these 5 levels are not equal.
Googling obtains some discussions about the strange behaviour of two steps instead of one made by each hit of the Fn+Home/End keys. This is one of those reports:
http://askubuntu.com/questions/3834/len … one-lookin
Probably, these 5 brightness levels expressed in percentage term are:
0% --> 28.6% --> 57.2% --> 85.8 --> 100% [as 100/7 = 14.3]
Anyway, thanks Neil for your help.
Offline
You can install xbacklight and map that to your hotkeys to increase by five percent or so. I can't guide you through it, read the xbacklight man page, look for the wiki article on xev to find the keycodes and look for rc.xml tweaks on how to do it.
Offline
Thanks el_koraco. Will take a look at it.
Offline
Offline
On my laptop Asus K93S, I get the 10 levels of brightness back (instead of 5) by using the temporary solution in comment 13 on the xfce bugzilla:
xfconf-query -c xfce4-power-manager -n -t bool -p /xfce4-power-manager/change-brightness-on-key-events -s false(Edit: Added link + corrected)
Last edited by shem (2012-10-10 06:38:48)
Offline
Great! Thanks shem.
To disable the buggy brightness OSD, use:
xfconf-query -c xfce4-power-manager -n -t bool -p /xfce4-power-manager/show-brightness-popup -s falseT420s - i5-2520M, 4+4 GB Ram, 64 GB mSATA SSD, #! Linux
Offline
Alternatively, install the package xfce4-settings and use the command xfce4-settings-editor.
After adding the change-brightness-on-key-events key and setting the value to false, I now have 7 steps. However, the bar in the brightness on screen level pop-up is now blank always (i.e., indicates zero whatever the actual brightness level is). I therefore disabled it.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.