SCREEN BRIGHTNESS SCRIPT
Follow these instructions step by step.
Requirements:
- A text editor (leafpad, gedit, jed, or something similar)* I will assume from here on in that you installed leafpad.
- A compatible video card for adjusting brightness.
Instructions:
- open the rc.local file by doing this. Open a terminal and type sudo leafpad /etc/rc.local
- copy and paste text below into the rc.local file
- please not the line which says echo 35 > ....... This is basically echoing the output to the hardware to say I want 35% screen brightness. Please note that some cards may work on a 0-9 scale for brightness although most cards seem to be on a percent base like mine.
#!/bin/sh -e
* To install a simple editor open you terminal and type this -
sudo apt-get update; sudo apt-get install leafpad (type password when promtpted and follow on screen instructions)
No comments:
Post a Comment