Results 1 to 6 of 6
accidentally I raised my brightness to 100% so I couldn't see anything...
My battery died before I could fix it with tab or something else....
now I can't fix it....
...
- 09-01-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 2
How to change color brightness from unix terminal......
accidentally I raised my brightness to 100% so I couldn't see anything...
My battery died before I could fix it with tab or something else....
now I can't fix it....
because I can't see anything..
Is there a way to adjust color brightness through my unix terminal.....?
- 09-01-2010 #2
I can set the brightness on my Laptop with the CLI.
For that I search in /proc/acpi/video...
until I find a file called "brightness".
Then I do
and it prints the values it accepts.Code:cat brightness
Finally, I echo the brightness level I wish to that file.Code:10 20 30 40 ... 90 100
Code:echo "20" > brightness
Debian GNU/Linux -- You know you want it.
- 09-01-2010 #3
Hello and Welcome!

Another suggestion would be to use keyboard shortcuts... manage to find your way to the preferences pane.
Open a Terminal, hit 'Alt+e'... then 'o'
This should open your profile preferences pane. You'll want to go to the 'Background' tab and set it accordingly.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 09-05-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 2
Remember guys I'm talking color brightness and I accidentally changed it from my catalyst control center.....
I don't think if I change the system's color brightness to 0% my overalll color brightness =%50 cause %100 + %0/2 but I'm not about to risk anything...
I managed to open it but didn't know how to reach the color part.....
- 09-05-2010 #5
Maybe the aticonfig tool is of help. The Display attribute sections looks promising.
Debian GNU/Linux -- You know you want it.
- 09-05-2010 #6
Do not use ATI myself, but generally all settings in Linux are stored in some config file. User-level config files are stored in home directory. How about efiting that file? If this fails, removing ATI conf file will certainly reset it to defaults.


Reply With Quote