Results 11 to 19 of 19
You don't have contrib enabled in any of these, which is probably why the dependency problems. You may want non-free as well.
Code:
deb http://mirrors.kernel.org/debian/ lenny main contrib non-free
Add ...
- 11-23-2009 #11
You don't have contrib enabled in any of these, which is probably why the dependency problems. You may want non-free as well.
Add to the security and volatile mirrors as well.Code:deb http://mirrors.kernel.org/debian/ lenny main contrib non-free
Try reinstalling xbacklight, hotkeys, and hotkey-setup.
- 11-23-2009 #12
After I added contrib non-free to the three, I made a reboot just to make sure.
Here is my output.
Code:jun@debian:~$ su - Password: debian:~# apt-get install xbacklight Reading package lists... Done Building dependency tree Reading state information... Done xbacklight is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. debian:~# exit logout jun@debian:~$ xbacklight -dec 10% No outputs have backlight property
- 11-23-2009 #13
Do you have acpid installed?
What kind of computer is this? Make/Model?Code:su - apt-get install acpid
Do you have anything in the directory /sys/class/backlight?
- 11-23-2009 #14Its a Lenovo G4300-3000, laptopCode:
jun@debian:~$ su - Password: debian:~# apt-get install acpid Reading package lists... Done Building dependency tree Reading state information... Done acpid is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. debian:~#
Code:debian:~# ls /sys/class/backlight acpi_video0 acpi_video1 debian:~#
- 11-23-2009 #15Does this return max_brightness, actual_brightness, and brightness?Code:
ls /sys/class/backlightacpi_video0/
If brightness is there tryYou'll probably need to be root for that.Code:echo 20 > /sys/class/backlight/acpi_video0/brightness
Replace "20" with other numbers as desired. I believe the range is 0 to 100, from darkest to lightest, but I couldn't find confirmation of that.
- 11-23-2009 #16Not so good resultsCode:
jun@debian:~$ ls /sys/class/backlightacpi_video0/ ls: cannot access /sys/class/backlightacpi_video0/: No such file or directory jun@debian:~$ su - Password: debian:~# ls /sys/class/backlightacpi_video0/ ls: cannot access /sys/class/backlightacpi_video0/: No such file or directory debian:~#
- 11-23-2009 #17
I initially made a typo, which I corrected, but I'm guess you're going off the original email notification contents.
should beCode:/sys/class/backlightacpi_video0/
Code:/sys/class/backlight/acpi_video0/
- 11-24-2009 #18I guess this output is promising?Code:
debian:~# ls /sys/class/backlight/acpi_video0/ actual_brightness brightness power uevent bl_power max_brightness subsystem debian:~#
Last edited by nujinini; 11-24-2009 at 01:32 AM. Reason: wrong info copy pasted
- 11-24-2009 #19
I tried to change 20 to 10 but still no backlight change
Code:debian:~# echo 10 > /sys/class/backlight/acpi_video0/brightness debian:~#


Reply With Quote
