Skip to content

Instantly share code, notes, and snippets.

@AlexRogalskiy
Forked from DamonOehlman/README.md
Created June 12, 2022 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexRogalskiy/57226895687e435cc96c9a913389f5c6 to your computer and use it in GitHub Desktop.
Save AlexRogalskiy/57226895687e435cc96c9a913389f5c6 to your computer and use it in GitHub Desktop.
Ubuntu 13.04 Dell XPS 13 Hacks - Things you occassionally need to do to keep your Ubuntu installation on a Dell XPS happy.

Brightess Fix

When brightness controls stop responding manually trigger a brightness update. Once this is done brightness controls seem to respond again. Not sure if the lspci command is required, when my linux foo is stronger I'm sure I'll know...

lspci -nn | grep VGA
echo 3500 | sudo tee /sys/class/backlight/intel_backlight/brightness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment