Posted by ugaciaka on Wed 29 Oct 16:32
report abuse | download | new post
- #!/bin/zsh
- # aumento la luminosità dello schermo
- cd /sys/class/backlight/asus-laptop
- echo 6 > brightness
- # il governor delle due core è ondemand
- cpufreq-set -c 0 -g ondemand
- cpufreq-set -c 1 -g ondemand
- exit 0
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.