Skip to content

Instantly share code, notes, and snippets.

@codingtony
Created August 12, 2014 18:55
Show Gist options
  • Save codingtony/7dce1b34b7b4e03a265f to your computer and use it in GitHub Desktop.
Save codingtony/7dce1b34b7b4e03a265f to your computer and use it in GitHub Desktop.
Fix increase brightness of screen on Linux for Intel video card
#!/bin/bash
# Inspired by http://askubuntu.com/a/469040/99692
sudo bash -c "echo 600 > /sys/class/backlight/intel_backlight/brightness"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment