Skip to content

Commit

Permalink
Update readme and other minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Aug 8, 2024
1 parent efda89a commit ffd56f2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = {
extendMarkdown: md => {
md.use(require('markdown-it-multimd-table'), {
rowspan: true,
headerless: true,
});
}
},
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Introduction

![Ventura image](./images/header.jpg)
<!-- ![Ventura image](./images/header.jpg) -->

So it's that time of year again, a new version of macOS has been released and the age-old question will be asked once again:

**What GPUs are supported with macOS Ventura?**
**What GPUs are supported with macOS Sonoma?**

Well, you've come to the right place, we'll give a quick rundown on the situation and go into more detail on exact GPUs we recommend.

Expand Down
12 changes: 6 additions & 6 deletions modern-gpus/intel-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ Needed kexts:

### **Skylake 6XXX**

#### Highest Supported OS: Ventura (13)*
#### Highest Supported OS: Sonoma (14)*

#### Initial Supported OS: El Capitan (10.11.4)

::: tip macOS Ventura Note
::: tip macOS Ventura+ Note

macOS Ventura drops support for Skylake iGPUs. However, since Skylake and Kaby Lake iGPUs are so similar, Skylake iGPUs can be spoofed as Kaby Lake in order to make use of the Kaby Lake kexts, which are still present in Ventura. Using WhateverGreen v1.6.1 and up, change your `device-id` and `AAPL,ig-platform-id` to the most similar Kaby Lake model, and if using the same EFI to boot Monterey and below, add `-igfxsklaskbl` to your boot args.
macOS Ventura drops support for Skylake iGPUs. However, since Skylake and Kaby Lake iGPUs are so similar, Skylake iGPUs can be spoofed as Kaby Lake in order to make use of the Kaby Lake kexts, which are still present in Ventura and Sonoma. Using WhateverGreen v1.6.1 and up, change your `device-id` and `AAPL,ig-platform-id` to the most similar Kaby Lake model, and if using the same EFI to boot Monterey and below, add `-igfxsklaskbl` to your boot args.

:::

Expand Down Expand Up @@ -159,7 +159,7 @@ Needed kexts:

### **Kaby Lake 7XXX**

#### Highest Supported OS: Current/Ventura (13)
#### Highest Supported OS: Current/Sonoma (14)

#### Initial Supported OS: Sierra (10.12.6)

Expand Down Expand Up @@ -192,7 +192,7 @@ Needed kexts:

### **Kaby Lake Refresh/Coffee Lake/Coffee Lake Refresh/Whiskey Lake/Comet Lake 8XXX/9XXX/10XXX**

#### Highest Supported OS: Current/Ventura (13)
#### Highest Supported OS: Current/Sonoma (14)

#### Initial Supported OS: High Sierra(10.13.6)

Expand Down Expand Up @@ -228,7 +228,7 @@ Needed kexts:

### **Ice Lake 10XXX**

#### Highest Supported OS: Current/Ventura (13)
#### Highest Supported OS: Current/Sonoma (14)

#### Initial Supported OS: Catalina(10.15.4)

Expand Down
6 changes: 6 additions & 0 deletions modern-gpus/nvidia-gpu.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NVIDIA GPUs

:::warning

There are no currently supported NVIDIA GPUs.

:::

## Unsupported NVIDIA GPUs

### **Kepler Series (GTX 6xx, 7xx)**
Expand Down

0 comments on commit ffd56f2

Please sign in to comment.