Zeioth
Zeioth
ApexLegends is nice to test this: * GPU not filtered correctly → If I launch the game in DX12 mode * `VKD3D_FILTER_DEVICE_NAME="AMD Radeon RX 6700 XT" %command% -dev -eac_launcher_settings SettingsDX12.json`...
I've re-tested with proton-experimental and mesa 23.2.1-2. Something has changed: * **Cyberpunk** → Now works fine. It detect the GPU correctly when running the game with VKD3D. The env var...
> Filter didn't work for me as well, but this one `VKD3D_VULKAN_DEVICE=0 %command%` worked. Just had to make sure that device 0 is discrete video-card. I can confirm that works...
Sorry for the inconvenience, but it seems some mod deleted the package. I certainly didn't.
Currently broken in both stable and beta. "Failed to initialize dependencies." 
@xero I think I found a better solution for neovim: https://github.com/bash-lsp/bash-language-server/issues/999#issuecomment-1763539911 
Where are we supossed to enable this exactly?
lazy.nvim package manager ``` lua -- vim-matchup [improved % motion] -- https://github.com/andymass/vim-matchup { "andymass/vim-matchup", lazy = false, }, ``` treesitter ``` lua matchup = { -- enables vim-matchup integration enable...
Yes it's online [here](https://github.com/Zeioth/NormalNvim). Sorry for the inconvenience. * [Plugin setup](https://github.com/Zeioth/NormalNvim/blob/b90a4650fbbfad9fea91fc87766dae0f194e3fd5/lua/plugins/1-base-behaviors.lua#L561) * [Treesitter setup](https://github.com/Zeioth/NormalNvim/blob/2a29b0dd44069bf4360256616beb0991a416a8ca/lua/plugins/3-dev-core.lua#L61) **UPDATE**: Seems to be fixed now. I confirm one needs to run this to be able...
I've tested recording a video on arch Linux with AMF using the closed source AMD driver AMDGPU and it records correctly on OBS ```sh sudo pacman -S obs-studio or paru...