Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 12172  / 2 Years ago, wed, july 13, 2022, 9:34:29

I have a Lenovo IdeaPad Yoga. It's been working flawlessly with Windows 8 - 9 hour battery life, awesome touchscreen, 4-second boot times.



So obviously I wanted to try Ubuntu 12.10. Well, I downloaded it and installed it - but I couldn't change the brightness!



These hotkeys work in Windows but not in Ubuntu - and none of the solutions others have proposed in other similar questions with Lenovo laptops have worked.



How can I make my brightness hotkeys work?


More From » brightness

 Answers
3

FOR 12.10



Okay, I found an answer in this page.



This solved my brightness problems permanently:



sudo gedit /etc/default/grub


You will find this line in the new opened window:



GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


Change it to:



GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"


Save and close the window and type this in the terminal:



sudo update-grub


and reboot.



FOR 13.04




  1. Add the acpi_backlight=vendor to your grub default command line

  2. Run the update-grub command

  3. blacklist the ideapad_laptop by adding "blacklist ideapad_laptop" to your /etc/modprobe.d/blacklist.conf file.

  4. Reboot


[#32447] Thursday, July 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
icielight

Total Points: 158
Total Questions: 92
Total Answers: 93

Location: San Marino
Member since Thu, Jun 30, 2022
2 Years ago
icielight questions
;