![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2005
Location: Indiana
Beans: 2
Ubuntu Breezy 5.10
|
Upon installing Ubuntu 5.10 on my Sony Vaio I discovered that the brightness was really bad. I hunted around for some info but nothing would keep the brightness settings upon reboot. Sure I could go into a terminal and reset it but what a pain in the ****.
I tried this first (you can do this if you like but try lower down first). Install the package spicctrl (this is in universe so you need to make sure you repository's are up to date), Code:
sudo apt-get install spicctrl Code:
spicctrl -b 244 This worked great until I rebooted and then back to square one. Now, this works on my Vaio PCG-GRX600P in breezy and I would presume other Vaio models but seeing as how I only have the one I can't swear to it. If it works for you, post your result here. If it doesn't, well sorry about your luck but I found this on my own and I am a learner at this. Step 1. Code:
sudo chown system_username /proc/acpi/sony/brightness echo "n" > /proc/acpi/sony/brightness Note that the quotes around the numeric value are required. 1 is the dimmest setting and 8 is the brightest. Play around until you find the one you prefer but remember it for step 2. Code:
sudo chown root /proc/acpi/sony/brightness Code:
sudo chown system_username /proc/acpi/sony/brightness_default echo "n" > /proc/acpi/sony/brightness_default Code:
sudo chown root /proc/acpi/sony/brightness_default Hope that worked for you. These two work in Hoary but I couldn't say about the rest of it. Code:
echo "1" > /proc/acpi/sony/brt Code:
echo "8" > /proc/acpi/sony/brt |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|