Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 6986  / 3 Years ago, thu, october 14, 2021, 8:00:59

I've just installed Ubuntu 12.04 on an Asus G55V laptop and neither the laptop brightness control keys (FN+F5, FN+F6) nor the Brightness setting are able to control the backlight.



Note that I've installed the nvidia-current driver, as the laptop is equiped with a GeForce GTX 660M, and it's working fine.



So far here is what have tried to no avail:




  • Switch to a console (Alt+F1) and use the laptop brightness control keys (this method was working with 10.04 and Lenovo T410),

  • echo 2 > /sys/class/backlight/acpi_video0/brightness,

  • Added GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor" to /etc/default/grub and updated Grub config,

  • Also tried without acpi_osi=Linux.



Out of all these attempts, one thing changed: if I change the brightness in the BIOS bootloader right before booting on the HDD, the brightness setting stays the same in Ubuntu. This is an acceptable temporary workaround but I would really like to be able to control the backlight brightness from Ubuntu (can be from command line, fine with me).



Any suggestions on what to try next would be highly appreciated.


More From » 12.04

 Answers
1

Try with: https://github.com/guillaumezin/nvidiabl



Installation



wget https://github.com/downloads/guillaumezin/nvidiabl/nvidiabl-dkms_0.76_all.deb
sudo dpkg -i nvidiabl-dkms_0.76_all.deb
sudo modprobe nvidiabl


Print current brightness value



cat /sys/class/backlight/nvidia_backlight/actual_brightness


Print maximun brightness value



cat /sys/class/backlight/nvidia_backlight/max_brightness


Adjust brightness



echo 50 | sudo tee /sys/class/backlight/nvidia_backlight/brightness

[#37536] Friday, October 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
izeeas

Total Points: 412
Total Questions: 105
Total Answers: 118

Location: Trinidad and Tobago
Member since Fri, May 8, 2020
4 Years ago
;