Update 'docs/Main-issues.md'

This commit is contained in:
Quad 2021-05-20 14:28:46 +02:00
parent a19444424c
commit e1ba6b1ed4
1 changed files with 6 additions and 4 deletions

View File

@ -10,11 +10,13 @@ This can be fixed by manually setting this using `intel_rapl`. Which can be done
```
# This example sets PL1/PL2 to 10W and 12W respectively
echo 10000000 /sys/class/powercap/intel-rapl:0/constraint_0_power_limit_uw:100000000
echo 12000000 /sys/class/powercap/intel-rapl:0/constraint_1_power_limit_uw:120000000
echo 10000000 > /sys/class/powercap/intel-rapl:0/constraint_0_power_limit_uw
echo 12000000 > /sys/class/powercap/intel-rapl:0/constraint_1_power_limit_uw
```
The `tdp` script in this repo will automate/simplify this. But as of me writing this it's just boilerplate code. When I finish it, it will support commands such as `tdp check` and `tdp set 15` to check and set TDP using nice round numbers, and short commands that are easy to type on the GPD Win 3's keyboard.
Instead of fixing this manually, the [TDP script](../scripts/) in this repo can also be used.
It allows quickly setting TDP via the command line using commands such as `tdp set 10` for 10W.
## Sound does not work
@ -26,7 +28,7 @@ This was fixed by adding the following to a modprobe config file, for example `/
options snd-hda-intel dmic_detect=0
```
Which presumably disables mic output on the combo jack, but I have not tested if that's true. The built-in mic does still respond.
Which presumably disables mic input on the combo jack, but I have not tested if that's true. The built-in mic does still respond.
## Can't change screen settings