Updated issue template & README
This commit is contained in:
parent
d9295f4cf2
commit
fa5d86669f
|
@ -1,6 +1,15 @@
|
|||
### Fill out informtion requested in this template, without doing so issue will be ignored & closed!
|
||||
|
||||
### Have you tried?
|
||||
|
||||
- [Searching through existing/closed issues](https://github.com/AdnanHodzic/auto-cpufreq/issues) to see if your bug has already been already submitted?
|
||||
- If installation failed with [auto-cpufreq-installer](https://github.com/AdnanHodzic/auto-cpufreq/#auto-cpufreq-installer),have you tried installing auto-cpufreq using [Snap package](https://github.com/AdnanHodzic/auto-cpufreq/#snap-store)?
|
||||
- Have you tried [configuring auto-cpufreq](https://github.com/AdnanHodzic/auto-cpufreq/#configuring-auto-cpufreq)?
|
||||
- Have you tried suggestions in [troubleshooting section](https://github.com/AdnanHodzic/auto-cpufreq#troubleshooting)?
|
||||
|
||||
### Error output:
|
||||
```text
|
||||
Add/paste error output
|
||||
Add/paste error output in case of failed installation or other failing component
|
||||
```
|
||||
---
|
||||
|
||||
|
@ -12,8 +21,6 @@ Add/paste output of:
|
|||
auto-cpufreq --debug
|
||||
```
|
||||
|
||||
#### Without providing requested information your issue might be ignored!
|
||||
Also please be descriptive about the issue you're reporting, i.e: what you tried & what's the expected behaviour.
|
||||
|
||||
---
|
||||
|
||||
If installation failed with [auto-cpufreq-installer ](https://github.com/AdnanHodzic/auto-cpufreq/#auto-cpufreq-installer)have you tried installing auto-cpufreq using [Snap package](https://github.com/AdnanHodzic/auto-cpufreq/#snap-store)?
|
|
@ -84,7 +84,7 @@ While auto-cpufreq makes all decisions automatically based on various factors li
|
|||
|
||||
### 1: power_helper.py script
|
||||
|
||||
If detected as running auto-cpufreq will disable GNOME Power profiles service, which would otherwise cause conflicts and cause problems. By default auto-cpufreq uses `balanced` mode which also works the best on various systems. However, if you're not reaching maximum frequencies your CPU is capable of with auto-cpufreq, you can switch to `performance` mode. Which will result in higher frequencies by default, but also higher use of energy (battery consumption).
|
||||
If detected as running auto-cpufreq will disable [GNOME Power profiles service](https://twitter.com/fooctrl/status/1467469508373884933), which would otherwise cause conflicts and cause problems. By default auto-cpufreq uses `balanced` mode which also works the best on various systems. However, if you're not reaching maximum frequencies your CPU is capable of with auto-cpufreq, you can switch to `performance` mode. Which will result in higher frequencies by default, but also higher use of energy (battery consumption).
|
||||
|
||||
This can be done by running: `sudo python3 power_helper.py --gnome_power_disable performance`
|
||||
|
||||
|
|
Loading…
Reference in New Issue