Subversion Repositories oBacklight

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 soulskater 1
oBacklight
2
==========
3
 
4
Simple script to catch the changes to backlight events on Sony laptops in
5
combination with the nvidia_bl found here: http://www.nvnews.net/vbulletin/showthread.php?t=143025
6
 
7
Tested with a Sony Vaio VPCCW1S1E Laptop.
8
 
9
This has been tested on openSUSE 11.2 but should work on any distributions.
10
 
11
Features:
12
	* Backlight functionality for Sony Laptops
13
	  in combination with nvidia_bl driver.
14
	  Tested with Sony VAIO VPCCW1S1E.
15
 
16
Requirements:
17
	* nvidia_bl (http://www.nvnews.net/vbulletin/showthread.php?t=143025)
18
 
19
Installation:
20
	1. Copy the script to /etc/init.d/
21
	   $ sudo cp oBacklight.sh /etc/init.d/
22
 
23
	2. Add script to your startup sequence.
24
	   This how you do it in openSUSE.
25
	   $ sudo yast runlevel add service=oBacklight.sh
26
 
27
	3. To start the script either reboot your computer or start the script like this.
28
	   $ sudo /etc/init.d/oBacklight.sh start
29
 
30
Please report any bugs to the following address: bugs@osource.se.