Skip to content

Commit

Permalink
1.1.1 sync
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Oct 18, 2017
1 parent 02d3045 commit 91aaf0e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
WhateverGreen Changelog
=======================

#### v1.1.1
- Added more GPU models to automatic detection
- Rename GPU name to GFX0 only if it does not start with GFX prefix
- Added `-radnoaudio` boot argument to avoid DP/HDMI audio autoenabling
- Added `no-audio-autofix` gpu controller property to avoid DP/HDMI audio autoenabling

#### v1.1.0
- Requires Lilu 1.2.0 or newer
- Added more GPU models to automatic detection
Expand Down
2 changes: 1 addition & 1 deletion Manual/FAQ.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Generally hardware video decoding is performed by an IGPU, and thus you are requ
Several screens may not support 30-bit video output, but the GPU may not detect this. The result will look as distorted blinking colours. To resolve the issue either buy a more powerful display or add `-rad24` boot argument.

- _How do I get HDMI audio to work?_
In general it should be enough to rely on WhateverGreen automatic HDAU correction. It renames the device to HDAU, and injects missing layout-id and hda-gfx (starting with onboard-2) properties. This will not work well with two or more cards of different vendors (e.g. NVIDIA and ATI/AMD), please manually inject the properties in such a case.
In general it should be enough to rely on WhateverGreen automatic HDAU correction. It renames the device to HDAU, and injects missing layout-id and hda-gfx (starting with onboard-2) properties. This will not work well with two or more cards of different vendors (e.g. NVIDIA and ATI/AMD), please manually inject the properties in such a case. You may also use `-radnoaudio` boot argument or `no-audio-autofix` GPU controller property to explicitly disable any audio-related property changes.
For identifiers not present in AppleHDAController and AppleHDA you have to add necessary kext patches, see AppleALC [example for 290X](https://github.com/vit9696/AppleALC/commit/cfb8bef310f31fd330aeb4e10623487a6bceb84d#diff-6246954ac288d4f6dd7eb780c006419d).

- _May I access the source code?_
Expand Down
2 changes: 1 addition & 1 deletion Manual/FAQ.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ UEFI без использования CSM. В случае отсутствия
На некоторых мониторах нет поддержки 30-битного цвета, при этом видеокарта об этом может не знать. В результате цвета на экране будут мигать с искажениями. Для решения проблемы необходимо либо приобрести другой дисплей, либо добавить аргумент загрузки `-rad24`.

- _Как заставить работать HDMI звук?_
В большинстве случаев достаточно автоматического исправления HDAU в WhateverGreen, производящего переименование устройства в HDAU, и добавляющего отсутствующие свойства layout-id и hda-gfx (начиная с onboard-2). При использовании двух карт разных производителей (например, AMD/ATI и NVIDIA) свойства необходимо прописывать вручную.
В большинстве случаев достаточно автоматического исправления HDAU в WhateverGreen, производящего переименование устройства в HDAU, и добавляющего отсутствующие свойства layout-id и hda-gfx (начиная с onboard-2). При использовании двух карт разных производителей (например, AMD/ATI и NVIDIA) свойства необходимо прописывать вручную. Также можно использовать аргумент загрузки `-radnoaudio` или свойство контроллера видеокарты `no-audio-autofix`, которые явно запрещают автоматическое внесение свойств цифрового аудио в карту.
В случае отсутствия совместимых идентификаторов в AppleHDAController и AppleHDA необходимо их добавить с помощью патчей ([пример для 290X](https://github.com/vit9696/AppleALC/commit/cfb8bef310f31fd330aeb4e10623487a6bceb84d#diff-6246954ac288d4f6dd7eb780c006419d) из AppleALC).

- _Могу ли я получить исходный код?_
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Add `-radbeta` to enable WhateverGreen on unsupported os versions (10.13 and bel
Add `-rad24` to enforce 24-bit display mode.
Add `-radlogo` to patch boot logo distortion.
Add `-raddvi` to enable DVI transmitter correction (required for 290X, 370, etc.)
Add `-radnoaudio` to disable DP/HDMI audio autoenabling (you may also use `no-audio-autofix` GFX0 property)
Add `radpg=15` to disable several power-gating modes (see FAQ, required for Cape Verde GPUs).

#### Credits
Expand Down

0 comments on commit 91aaf0e

Please sign in to comment.