Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. I found a much better solution.
  2.  
  3. Run this in a terminal:
  4. Code:
  5.  
  6. sudo nano /etc/default/grub
  7.  
  8. and change this line:
  9. Code:
  10.  
  11. GRUB_CMDLINE_LINUX=""
  12.  
  13. to:
  14. Code:
  15.  
  16. GRUB_CMDLINE_LINUX="acpi_backlight=vendor"
  17.  
  18. Save the file and run:
  19. Code:
  20.  
  21. sudo update-grub
  22.  
  23. Now reboot. Your function keys for brightness should now work.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement