Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 7853  / 2 Years ago, wed, february 2, 2022, 1:53:37

I have a Toshiba Satellite R830 laptop with Ubuntu 12.04.1 64 bit. The Fn + F6 and Fn + F7 buttons adjust brightness until I put my laptop on sleep.



On wakeup they don't work any longer. Is there a solution or a workaround to this issue?


More From » kernel

 Answers
4

I found a better solution than the one selected above.



  1. Press Alt + F2 and type gksudo gedit /etc/default/grub.

  2. Find the line than starts with GRUB_CMDLINE_LINUX_DEFAULT= and modify it as follows: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor".

  3. In a terminal (ctrl + alt + T) type sudo update-grub.

  4. Reboot.


Problem solved.


More info here: https://wiki.ubuntu.com/Kernel/Debugging/Backlight


Edit


This solution no longer works on 13.10 and 14.04.


A solution that does is creating an xorg configuration file:



  1. In a terminal type sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf to create the file.

  2. Followed by sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf to edit its content.

  3. Then add the following content and save:


Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"

EndSection

Log out and in again.


Source: Fix Brightness Control Not Working for Ubuntu 13.10 & 14.04


[#35130] Thursday, February 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
whoppinolo

Total Points: 93
Total Questions: 113
Total Answers: 107

Location: Cyprus
Member since Mon, Oct 24, 2022
2 Years ago
whoppinolo questions
Tue, Feb 14, 23, 08:30, 1 Year ago
Wed, Sep 28, 22, 06:56, 2 Years ago
Fri, May 27, 22, 01:55, 2 Years ago
Tue, Oct 12, 21, 09:33, 3 Years ago
;