Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1060  / 1 Year ago, thu, february 2, 2023, 10:15:37

New to Ubuntu and so far pretty happy with it but one niggle is the brightness controls do not seem to work. I have looked at fixes on here + google but nothing seems to get it right. Mostly effecting GRUB config in different variations and none show any change except for this one
Toshiba Satellite P850 FN-Keys not working
which fixes the keys presses and displays the brightness modal but does not actually affect the screen brightness.



The problem is that there seem to be no UI controls for brightness in my fresh install of ubuntu on to a Toshiba C50-B-14D laptop. The keys for brightness do not work either (F2 + F3) and the increas brightness button seems to send the laptop in to sleep mode.



I have been in to sys/class/backlight and have found both video0 and intel folders here



Any help would be greatly appreciated.


More From » 14.04

 Answers
6

Open a terminal and type ls /sys/class/backlight. Note the exact name of the Intel interface. In my case it is intel_backlight.



Then type sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf



Copy and paste the following:



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


Edit the option line as necessary.



Logout and in again.



Source: http://itsfoss.com/fix-brightness-ubuntu-1310/


[#22316] Friday, February 3, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
scusaper

Total Points: 335
Total Questions: 111
Total Answers: 119

Location: Belize
Member since Mon, Jun 20, 2022
2 Years ago
scusaper questions
Fri, Apr 15, 22, 15:26, 2 Years ago
Wed, Mar 15, 23, 03:53, 1 Year ago
Sat, Jun 4, 22, 18:03, 2 Years ago
;