Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
On some thinkpads, the kernel supports altering brightness of the laptop monitor via acpi. I am not sure if yours is included (if not you would have to consult the manufacturer) but try this
1. ensure that the CONFIG_ACPI_VIDEO and CONFIG_VIDEO_OUTPUT_CONTROL kernel config parms are both set in your running kernel
2. Now (after rebooting if necessary) do this
find /proc/acpi -name brightness -ls
If that found a file (or files), then for each file, cat the file to see what it contains. If you are lucky it may contain either some instructions on how to alter the brightness of a single number.
If the latter, then try
echo number >file
where the number you put is a little (not too far) lower or higher than what was currently there, and see if you notice a change.
If this works, this is a (awkward) way of doing it and you could then experiment with binding an acpi event to some keypress (hotkey) to perform the echo command as an action.
Look for a small sun symbol on your "+" and "-" or "up" and "down" arrow keys. Press one of these while pressing the "Fn" key to regulate the brightness.
Last edited by thorkelljarl; 04-06-2010 at 11:16 AM.
Hi,
This didn't helped me.
I need to reduce the brightness ,when the POWER ON (charger plugged In).
Or you can say that i need enable the Power saver to ON always ,Am i clear?
Quote:
Originally Posted by thorkelljarl
Try hardware...
Look for a small sun symbol on your "+" and "-" or "up" and "down" arrow keys. Press one of these while pressing the "Fn" key to regulate the brightness.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.