Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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, ...
  1. #1
    Just 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?

  2. #2
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    How are you editing this file? Have you tried the following:

    Code:
    echo -n 100 > /proc/acpi/video/VGA/LCD/brightness

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  3. #3
    Just 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.

  4. #4
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    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?

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  5. #5
    Just Joined!
    Join Date
    Jan 2011
    Posts
    27
    I'm using LXDE. The only thing monitor settings can control is resolution and refresh rate.

  6. #6
    Just Joined!
    Join Date
    Jan 2011
    Posts
    27
    ........Help?

  7. #7
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    I don't know LXDE, sorry. You are going to have to google this one.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  8. #8
    Just 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...

  9. #9
    Just 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?

  10. #10
    Just 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?

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...