diff --git a/src/content/docs/configuration/enabling_hardware_acceleration_in_google_chrome.mdx b/src/content/docs/configuration/enabling_hardware_acceleration_in_google_chrome.mdx index 3ee0a679..0a4e8708 100644 --- a/src/content/docs/configuration/enabling_hardware_acceleration_in_google_chrome.mdx +++ b/src/content/docs/configuration/enabling_hardware_acceleration_in_google_chrome.mdx @@ -178,6 +178,28 @@ Alternatively you can do the following for KDE: ``` 5. Launch Vivaldi and pin the process to your Task Manager / taskbar +### AMD Radeon RX 550 (UnGoogled Chromium) + +* **Browser:** UnGoogled Chromium + +* **GPU:** AMD Radeon RX 550 + +* **Flags File:** `~/.config/chromium-flags.conf` + +```bash +--enable-wayland-ime +--ozone-platform=wayland +--enable-features=AcceleratedVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxZeroCopyGL,AcceleratedVideoEncoder,WaylandSessionManagement,WaylandTextInputV3,WaylandUiScale,WaylandWindowDecorations +``` + +**Notes:** + +If you're using X11, use this: +```bash +--ozone-platform=x11 +--enable-features=AcceleratedVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxZeroCopyGL,AcceleratedVideoEncoder +``` + --- ### Template to contribute