Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3617  / 3 Years ago, wed, august 18, 2021, 10:58:28

I installed ubuntu 12.04 on my laptop for first time and every thing work well but the only thing doesn't work is the brightness doesn't change when I press F5 and F6 with Fn



So I can't adjust the Brightness and sometimes I need to decrease it for more time working on battery



and the bubble appear that it changed but nothing happens



My laptop is Sony VAIO series F with NVIDIA GEFORCE ...



and NVADIA accelerated graphic driver is activated


More From » 12.04

 Answers
7

LCD Brightness Control



Once you have installed the proprietary Nvidia drivers as suggested above, you may notice that your brightness control keys do not work properly. This is fixable by editing one's xorg.conf file. Open a terminal window and type the following:



sudo nano /etc/X11/xorg.conf


This will open your X server configuration (after prompting for your password). You should see a section titled "Device" that looks as follows:



Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection


Append a line so it appears like this:



Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection


You will need to restart your graphical server (or reboot) for this change to take effect.


[#35649] Thursday, August 19, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gerrin

Total Points: 347
Total Questions: 109
Total Answers: 121

Location: Tanzania
Member since Fri, Oct 29, 2021
3 Years ago
gerrin questions
Sun, Sep 25, 22, 12:20, 2 Years ago
Sat, Sep 11, 21, 20:11, 3 Years ago
Tue, Jan 11, 22, 22:26, 2 Years ago
Thu, Oct 28, 21, 14:34, 3 Years ago
Sat, Mar 12, 22, 10:03, 2 Years ago
;