Skip to content

Commit 82dca54

Browse files
Add Brave Origin for AMD Radeon RX 7600 (#558)
Add Brave Origin for AMD Radeon RX 7600
1 parent a84289b commit 82dca54

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/content/docs/configuration/enabling_hardware_acceleration_in_google_chrome.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,18 @@ Disabling "Ambient Mode" in YouTube settings is required to prevent UI lag.
370370
- Verified working: `chrome://gpu` → Video Acceleration Information shows decode support for H264 (baseline, main, high), VP8, VP9 (profile0, profile2), HEVC (main, main 10, main still-picture), and AV1.
371371
- To verify: Open `chrome://gpu` and confirm that "Video Acceleration Information" lists decode codecs. Play an HEVC video and check DevTools → Media tab for `VaapiVideoDecoder` as the active decoder.
372372
- The `--ozone-platform=wayland` flag is not needed — Chrome auto-detects Wayland on CachyOS. If you experience issues, you can add `--ozone-platform=wayland` explicitly.
373+
374+
### Brave Origin - AMD Radeon RX 7600 (Contributed by RyuuPendragon)
375+
376+
* **Browser:** Brave Origin
377+
378+
* **GPU:** AMD Radeon RX 7600
379+
380+
* **Flags File Path:** `~/.config/brave-origin-flags.conf`
381+
382+
```bash
383+
--ignore-gpu-blocklist
384+
--enable-gpu-rasterization
385+
--enable-zero-copy
386+
--enable-features=AcceleratedVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxZeroCopyGL,AcceleratedVideoEncoder,CanvasOopRasterization,VaapiIgnoreDriverChecks,UseMultiPlaneFormatForHardwareVideo
387+
```

0 commit comments

Comments
 (0)