Results 1 to 2 of 2

Thread: Cannot get brightness to change.

  1. #1
    Join Date
    Apr 2007
    Location
    Staunton, Va. USA
    Beans
    519
    Distro
    Ubuntu 20.04 Focal Fossa

    Cannot get brightness to change.

    I have an Acer Aspire One 750 with Ubuntu12.04LTS install and the [Fn] + [brightness down] or [brightness up] do not change the brigthness. I have tried a couple of fixes wihich have not worked.

    Today I used Boot-Repair-Disk on this computer and it was using lubuntuOS and the Fn + B-up or B-down worked. It also worked when I dual booted into Win7. Now I can't boot Win and that is another story.

    How do I get the brightness to work, obviously what ever is in lubuntu works.
    Using POP!_OS 20.04, which is basically Ubuntu 20.04 with some help from System76.

  2. #2
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Cannot get brightness to change.

    Might help if you could post what fixes you tried so far. In any of the contexts, did you also blacklist any drivers or loaded any boot parameters?

    Let's see -
    Code:
    lsb_release -d
    uname -mr
    lsmod
    lspci -nnk | grep -iA3 vga
    grep '^blacklist' /etc/modprobe.d/blacklist.conf
    cat /proc/cmdline
    for i in /sys/class/backlight/*; do echo -e "\n $i"; cat $i/{brightness,max_brightness,actual_brightness}; done
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

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
  •