Is there a way to adjust lighting step ? I have Lenovo L520, and Fn + Light Up or Down adjusts by 20%, how can I adjust the step to 10% ? it will help me fine tune lighting at my dark room.
|
|
Install xbacklight by opening a terminal with Ctrl+Alt+T shortcut and type this:
then after installation, type these commands in terminal:
this may help. |
||||
|
|
The brightness levels are generally under ACPI control with the levels defined in firmware. For example the ACPI control method _BCL "Query List of Brightness Control Levels Supported" informs the kernel how many brightness levels are supported. You can't realistically change this. |
|||
|
|
|
As Colin Ian King said, the levels of brightness are hardware related. Some laptop screens have 8 levels of brightness and new ones have 16 levels. On Windows OSes you can change the levels with 1% steps, but they will be rounded to the nearest hardware level. It depends on the screen type. |
||||
|
|
|
You can install xcalib and then type the command:
Use |
|||
|
|
|
Brightness cannot controlled with large precision. I'm afraid that you're stuck with those brightness levels. To be sure, try controlling the brightness using these terminal commands. |
|||||||||||
|
|
You could try setting it manually. First you have to get the PCI-ID of the VGA device:
Then try this (in my case the PCI-Device is 00:02.0)
The 2 letters at the end of the Line set the new brightness ranging from 00-FF (0-255) |
|||
|
|
|
If you are using Nvidia Graphic card..you can easily use my new method of brightness changing,and edit values in Code.. theres two files and two options within each one. find these two lines:
change values of ($value > 0.0) & ( $value2 > 1.1) and see whats happens! meanwhile if you dont want to change values and wish to use my method originally you can change brightness in a wide range and 5 steps. wish you like it link of method: http://askubuntu.com/a/179063/82136 |
|||
|
|


