I own a Samsung R510 ASS5 (nVidia GeForce 9200M GS) running Ubuntu Maverick 10.10.
I added your repository and installed these packages:
- easy-slow-down-manager
- nvidia-bl-dkms (the module is not loaded at boot)
- samsung-backlight
- samsung-tools
- udev (and modified 95-keyboard-force-release.rules in order to add my model)
This is my xorg.conf Device Section:
Code: Select all
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Brightness has 7 levels: 0 through 7.
Now, the problem is that when I lower the brightness to "1" level the screen turns totally off (but I can still see things if I point some light on the screen) and when I raise the brightness the screen remains off. Fortunately I've found that pressing the Fn+F5 button (on/off lcd) two times the screen turns again on.
The same happens if I execute:
Code: Select all
# echo 1 > /sys/class/backlight/acpi_video0/brightness
or
# echo 0 > /sys/class/backlight/acpi_video0/brightness
or
# echo 1 > /sys/class/backlight/samsung/brightness
or
# echo 0 > /sys/class/backlight/samsung/brightness
Is there any way to add some other brightness levels for a smoother dim?
Let's say 15 levels...