Subversion Repositories oBacklight

Compare Revisions

Ignore whitespace Rev 1 → Rev 2

/tags/oBacklight 0.3.1/src/readme.txt
0,0 → 1,32
oBacklight
==========
 
Simple script to catch the changes to backlight events on Sony laptops in
combination with the nvidia_bl found here: http://www.nvnews.net/vbulletin/showthread.php?t=143025
 
Tested with a Sony Vaio VPCCW1S1E Laptop.
 
This has been tested on openSUSE 11.2 but should work on any distributions.
 
Features:
* Backlight functionality for Sony Laptops
in combination with nvidia_bl driver.
Tested with Sony VAIO VPCCW1S1E.
 
Requirements:
* nvidia_bl (http://www.nvnews.net/vbulletin/showthread.php?t=143025)
 
Installation:
1. Copy the script to /etc/init.d/
$ sudo cp oBacklight.sh /etc/init.d/
 
2. Add script to your startup sequence.
This how you do it in openSUSE.
$ sudo yast runlevel add service=oBacklight.sh
 
3. To start the script either reboot your computer or start the script like this.
$ sudo /etc/init.d/oBacklight.sh start
 
 
================================================================
Visit us at http://dev.osource.se/ for support and bug reporting