Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. sudo gedit /etc/X11/xorg.conf
  2.  
  3. ls /sys/class/backlight/
  4.  
  5. sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf
  6.  
  7. sudo gedit /usr/share/X11/xorg.conf.d/20-intel.conf
  8.  
  9. Section "Device"
  10. Identifier "card0"
  11. Driver "intel"
  12. Option "Backlight" "intel_backlight"
  13. BusID "PCI:0:2:0"
  14. EndSection
  15.  
  16. gksu gedit /usr/share/X11/xorg.conf.d/20-nvidia.conf
  17.  
  18. Section "Device"
  19. Identifier "Device0"
  20. Driver "nvidia"
  21. VendorName "NVIDIA Corporation"
  22. BoardName "NVS 5400M"
  23. EndSection
  24.  
  25. Option "RegistryDwords" "EnableBrightnessControl=1"
  26.  
  27. Section "Device"
  28. Identifier "Device0"
  29. Driver "nvidia"
  30. VendorName "NVIDIA Corporation"
  31. BoardName "NVS 5400M"
  32. Option "RegistryDwords" "EnableBrightnessControl=1"
  33. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement