I'm running Ubuntu 13.04 on my Samsung RV520 with Nvidia GT520M but it looks like my screen's brightness is set to a value close the minimum! Even though I can see the brightness bar increase or decrease by pressing Fn up or Fn down, or by trying to manually adjust it, it never really changes...
Asked
Active
Viewed 666 times
1 Answers
0
There is command like xbacklight, but not all displays resp. drivers of graphics cards work together with this command. As I see in manpages xbacklight probably is referring more to intel-chipsets. But if your machine has an intel-processor with hybrid-chipset of nvidia like GT 520M ( mine here is GT 540M ) - this should work to use xbacklight cautiously as command like explained here at top of :

dschinn1001
- 3,829
-
My computer has an i5 Intel processor but that command doesn't seem to change anything, I've tried it with different "+"values but nothing seems to happen :/ – Harry Spotter Aug 26 '13 at 22:24
-
@HarrySpotter - xbacklight as command is not installed by default - and it is dependent on xrandr ?! Have you installed xrandr ? After installation of both commands rebooted your machine ? – dschinn1001 Aug 26 '13 at 22:30
-
I have installed xbacklight a few days ago, but not xrandr, how can I install the latter? – Harry Spotter Aug 27 '13 at 21:29
-
@HarrySpotter - xrandr belongs to X-org files as I see. here is more to find for about Ubuntu: http://www.x.org/wiki/Projects/XRandR/ - xrandr was installed alongside with x-org-files on my machine, when I setted up x-org-installation because for drivers for nvidia-card. – dschinn1001 Aug 28 '13 at 15:15