Advertisement
Guest User

Untitled

a guest
Mar 1st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. First modify /etc/defaults/grub
  2. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor"
  3. sudo update-grub
  4. Second, in the file /etc/X11/xorg.conf, find the in Device section and add Option EnableBrightnessControl, so it looks like this:
  5.  
  6. Section "Device"
  7. Identifier "Device0"
  8. Driver "nvidia"
  9. VendorName "NVIDIA Corporation"
  10. BoardName "GeForce GT 330M"
  11. Option "RegistryDwords" "EnableBrightnessControl=1"
  12. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement