Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 65

Thread: Monitor-brightness went nuts!

  1. #11
    Join Date
    Feb 2013
    Beans
    119

    Re: Monitor-brightness went nuts!

    Here is the content: bash: /usr/share/X11/xorg.conf.d/20-intel.conf: Permission denied, as mentioned above. The requested results of the two codes I will post when Lubuntu is running.

  2. #12
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Monitor-brightness went nuts!

    Quote Originally Posted by Citta View Post
    Here is the content: bash: /usr/share/X11/xorg.conf.d/20-intel.conf: Permission denied, as mentioned above. The requested results of the two codes I will post when Lubuntu is running.
    Sorry, I should have been clearer. Try this command:
    Code:
    pastebinit  /usr/share/X11/xorg.conf.d/20-intel.conf
    ...and post back the link that is generated.

    In addition to the other 2.

  3. #13
    Join Date
    Feb 2013
    Beans
    119

    Re: Monitor-brightness went nuts!

    Code:
    jane@jane:~$ pastebinit  /usr/share/X11/xorg.conf.d/20-intel.conf
    The program 'pastebinit' can be found in the following packages:
     * pastebinit
     * pastebinit
    Try: sudo apt-get install <selected package>
    
    
    jane@jane:~$ pastebinit /var/log/dmesg
    The program 'pastebinit' can be found in the following packages:
     * pastebinit
     * pastebinit
    Try: sudo apt-get install <selected package>
    
    jane@jane:~$ pastebinit /var/log/Xorg.0.log
    The program 'pastebinit' can be found in the following packages:
     * pastebinit
     * pastebinit
    Try: sudo apt-get install <selected package>
    Perhaps I misunderstood something...log files and link are to get in a different way?
    By the way, for some time Ubuntu was installed, such a problem did not occure.
    Last edited by Toz; December 13th, 2013 at 12:29 PM. Reason: added code tags

  4. #14
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Monitor-brightness went nuts!

    Quote Originally Posted by Citta View Post
    jane@jane:~$ pastebinit /usr/share/X11/xorg.conf.d/20-intel.conf
    The program 'pastebinit' can be found in the following packages:
    * pastebinit
    * pastebinit
    Try: sudo apt-get install <selected package>


    jane@jane:~$ pastebinit /var/log/dmesg
    The program 'pastebinit' can be found in the following packages:
    * pastebinit
    * pastebinit
    Try: sudo apt-get install <selected package>

    jane@jane:~$ pastebinit /var/log/Xorg.0.log
    The program 'pastebinit' can be found in the following packages:
    * pastebinit
    * pastebinit
    Try: sudo apt-get install <selected package>

    Perhaps I misunderstood something...log files and link are to get in a different way?
    By the way, for some time Ubuntu was installed, such a problem did not occure.
    You need to install pastebinit. Do it like this:
    Code:
    sudo apt-get install pastebinit
    ...enter your password when prompted. When done, run the previous 3 pastebinit commands.

  5. #15
    Join Date
    Feb 2013
    Beans
    119

    Re: Monitor-brightness went nuts!

    Now the pastebinit-installation was successful, whatever the reason might be. Same commands before did not work.
    Here are the links:

    http://paste.ubuntu.com/6489493/
    jane@jane:~$ pastebinit /var/log/dmesg
    http://paste.ubuntu.com/6489524/
    jane@jane:~$ pastebinit /var/log/Xorg.0.log
    http://paste.ubuntu.com/6489527/

    Thanks a lot for your help!

  6. #16
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Monitor-brightness went nuts!

    Can you try the acpi_backlight=vendor kernel parameter? Here is how (from a terminal):

    1. Edit the configuration file:
    Code:
    sudo -i leafpad /etc/default/grub
    ...enter your password when prompted.

    2. Change the line that reads:
    GRUB_CMDLINE_LINUX=""
    ...so that it says:
    Code:
    GRUB_CMDLINE_LINUX="acpi_backlight=vendor"
    3. Save the file.

    4. Commit the change:
    Code:
    sudo update-grub
    5. Reboot your computer and try again.

    *If it still doesn't work, can you post back again:
    Code:
    pastebinit /var/log/dmesg
    ...and
    Code:
    pastebinit /var/log/Xorg.0.log

  7. #17
    Join Date
    Feb 2013
    Beans
    119

    Re: Monitor-brightness went nuts!

    Quite stubborn.....

    http://paste.ubuntu.com/6489993/
    http://paste.ubuntu.com/6489996/

    Just in case you need this, too:

    Code:
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    # For full documentation of the options in this file, see:
    #   info -f grub -n 'Simple configuration'
    
    GRUB_DEFAULT=0
    #GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=10
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX=""
    
    # Uncomment to enable BadRAM filtering, modify to suit your needs
    # This works with Linux (no patch required) and with any kernel that obtains
    # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
    
    # Uncomment to disable graphical terminal (grub-pc only)
    #GRUB_TERMINAL=console
    
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    #GRUB_GFXMODE=640x480
    
    # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    #GRUB_DISABLE_LINUX_UUID=true
    
    # Uncomment to disable generation of recovery mode menu entries
    #GRUB_DISABLE_RECOVERY="true"
    
    # Uncomment to get a beep at grub start
    #GRUB_INIT_TUNE="480 440 1"
    Last edited by Toz; December 13th, 2013 at 12:29 PM.

  8. #18
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Monitor-brightness went nuts!

    With the acpi_backlight=vendor parameter active, what does the following command now return:
    Code:
    for i in /sys/class/backlight/*; do echo $i; cat $i/brightness; cat $i/actual_brightness; cat $i/max_brightness; done
    Can you also install xbacklight:
    Code:
    sudo apt-get install xbacklight
    ...and try adjusting the backlight via:
    Code:
    xbacklight -dec 10
    xbacklight -inc 10
    ...and see if that changes the backlight?

  9. #19
    Join Date
    Feb 2013
    Beans
    119

    Re: Monitor-brightness went nuts!

    Hello,

    Unfortunately that did not work out, too.

  10. #20
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Monitor-brightness went nuts!

    With the acpi_backlight=vendor parameter active, what does the following command now return:
    Code:
    for i in /sys/class/backlight/*; do echo $i; cat $i/brightness; cat $i/actual_brightness; cat $i/max_brightness; done

Page 2 of 7 FirstFirst 1234 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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