Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jul 31, 2023
1 parent adc8218 commit 7b1aaed
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/guides/hybrid-graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This has been tested on the MacBookPro16,1 and the MacBookPro15,1. The 15,3 and

1. Set up `apple-set-os-loader` to show the iGPU to linux:

1. Download apple-set-os-loader from [here](https://github.com/Redecorating/apple_set_os-loader/releases/tag/r33.9856dc4). You need to download the `bootx64.efi` file.
1. Download apple-set-os-loader from [here](https://github.com/Redecorating/apple_set_os-loader/releases/tag/r33.9856dc4). You need to download the `bootx64.efi` file.

!!! Info "Silent Boot"
If you want a silent version of this that doesn't wait for input, you can download the `bootx64_silent.efi` file instead.

2. Copy apple-set-os-loader to the ESP. These instructions assume you mount your EFI partition at `/boot/efi`. If you mount the EFI partition somewhere else or use refind, you will need to replace /boot/efi with the mount point of the partition in which your bootloader is installed.

```sh
Expand All @@ -29,14 +29,11 @@ This has been tested on the MacBookPro16,1 and the MacBookPro15,1. The 15,3 and
options apple-gmux force_igd=y
```


3. Reboot to Linux

1. Wait or press any key other than `z`


2. `glxinfo | grep "OpenGL renderer"` should show an Intel GPU. Running programs with `DRI_PRIME=1` will make them render on your AMD GPU (some things do this automatically). You will get more battery life now as your AMD GPU can be turned off when not needed.


Check failure on line 37 in docs/guides/hybrid-graphics.md

View workflow job for this annotation

GitHub Actions / build

Trailing spaces [Expected: 0 or 2; Actual: 4]
# Setting AMD GPU Dynamic Power Management manually

Expand Down

0 comments on commit 7b1aaed

Please sign in to comment.