Skip to content

Instantly share code, notes, and snippets.

@Xerios
Xerios / README.md
Last active May 16, 2026 06:13
Brave flags config to get HEVC/H.265 Videos working

Brave flags

This is the only config that managed to work for my setup: AMD 9800X3D, Nvidia 3080 Ti, Gnome(Wayland), CachyOS

I still couldn't manage to make Hardware video acceleration working ( nor super resolution, which I assume is tied ) but this is at least better than the fallback to janky old codecs or plain black screen.

Update: Hardware video acceleration works

By using the following config thanks to these guides, videos are now properly decoded by the GPU ( as seen on GPU's video decode usage graph ).

Unfortunately, it doesn't seem like RTX super resolution is available for me.

@Xerios
Xerios / README.md
Last active October 3, 2024 23:57
Custom ublock/brave/adblock filters and theme tweaks for Outlook, Reddit, Discord
@Xerios
Xerios / .eslintrc.cjs
Created January 8, 2024 17:53
Personal eslintrc config
/*
required npm packages:
eslint eslint-plugin-import @stylistic/eslint-plugin @typescript-eslint/eslint-plugin
*/
/* eslint-env node */
module.exports = {
env: { browser: false },
root: true,
parser: '@typescript-eslint/parser',
@Xerios
Xerios / kill-wsl.bat
Last active April 24, 2023 11:47
Terminate WSL completely ( windows, run as admin )
taskkill /f /im wslservice.exe
Get-Service LxssManager | Restart-Service
wsl.exe --shutdown