Results 1 to 10 of 19
After installing Fedora 14, I can't seem to make my screen brightness go above the absolute minimum. I've tried editing /proc/acpi/video/VGA/LCD/brightness to change the current setting from 20 to 100, ...
- 02-19-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 27
Adjusting Screen Brightness
After installing Fedora 14, I can't seem to make my screen brightness go above the absolute minimum. I've tried editing /proc/acpi/video/VGA/LCD/brightness to change the current setting from 20 to 100, but I can't save it, even when logged in as su, it returns "Invalid Argument" when I try to enter the filename of where to save. What do I do?
- 02-20-2011 #2
How are you editing this file? Have you tried the following:
Code:echo -n 100 > /proc/acpi/video/VGA/LCD/brightness
- 02-20-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 27
I have tried that. It returns:
-bash: echo: write error: Invalid argument
I have been using nano to edit the file through the terminal, which seems to work well except for the saving. I was under the impression that a normal text editor could not open this file correctly.Last edited by FlyingJester; 02-21-2011 at 12:39 AM.
- 02-21-2011 #4
OK, if you are using X did you go into your Control Center for the Display and check what the Monitor Gamma is set to and play with that?
- 02-21-2011 #5Just Joined!
- Join Date
- Jan 2011
- Posts
- 27
I'm using LXDE. The only thing monitor settings can control is resolution and refresh rate.
- 02-22-2011 #6Just Joined!
- Join Date
- Jan 2011
- Posts
- 27
........Help?
- 02-22-2011 #7
I don't know LXDE, sorry. You are going to have to google this one.
- 02-23-2011 #8Just Joined!
- Join Date
- Jan 2011
- Posts
- 27
Google results almost always say to use echo, but for some reason my echo won't take the >, and if I remove it it just echoes on the console...
- 02-28-2011 #9Just Joined!
- Join Date
- Jan 2011
- Posts
- 27
No really, can anyone help? any other ways to write to a file besides nano or echo? Or any reasons echo won't take the > command?
- 02-28-2011 #10Just Joined!
- Join Date
- Jan 2011
- Posts
- 27
Alright, how about this: is there any way to edit that file as root using a normal text editor?


Reply With Quote