Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. gksu gedit /etc/default/grub
  2.  
  3. sudo nano /etc/X11/xorg.conf
  4.  
  5. Section "Device"
  6. Identifier "Default Device"
  7. Driver "nvidia"
  8. Option "NoLogo" "True"
  9. EndSection
  10.  
  11. Section "Device"
  12. Identifier "Default Device"
  13. Driver "nvidia"
  14. Option "NoLogo" "True"
  15. Option "RegistryDwords" "EnableBrightnessControl=1"
  16. EndSection
  17.  
  18. sudo nvidia-xconfig
  19. sudo reboot
  20.  
  21. sudo add-apt-repository ppa:apandada1/brightness-controller
  22. sudo apt-get update
  23. sudo apt-get install brightness-controller
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement