Hi Greg, On 03/11/2011 10:30 PM, Greg KH wrote:
You can also go into the /sys/class/backlight/samsung/ directory and mess with the backlight values in the files to see if it gets brighter and dimmer. If that works, then the driver is working properly.
Thanks :) I see some strange behavior, though. Every time I execute this in the /sys/class/backlight/samsung directory: sudo bash -c 'echo 1 > brightness' brightness is reduced a little until it reaches the minimum. After that, every time I execute this: sudo bash -c 'echo 8 > brightness' it increases a little until it reaches the maximum. And each time a message appears in dmesg: "ACPI: Failed to switch the brightness", until the brightness stops changing. At the same time, the little Gnome brightness adjustment window appears, showing the percentage of the brightness, which drops/raises to minimum/maximum in only four executions of these commands. After that, while brightness drops/raises with each execution, the percentage stays at minimum/maximum. Is this all normal? Also, brightness buttons seem to invoke the Gnome brightness percentage window, which shows it changing, but the brightness itself doesn't change. Is it also normal? If so, is it solved in the newer Gnome and is it what you tried to tell me before? Sometime ago I've found this hack on some forum, which I use currently to set the brightness: setpci -s 00:02.0 f4.b="$HEX_BYTE" It allows finer control of the brightness, but it seems it operates directly on the video card PCI register. I assume there is no sane way to use this interface from the platform driver, right? Then, does the wireless on/off button require gnome support too? Thank you very much :) Sincerely, Nick -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html