mmtrt / leagueoflegends

Unofficial league of legends snap repo
https://snapcraft.io/leagueoflegends
GNU Lesser General Public License v2.1
220 stars 27 forks source link

amd radv driver #49

Closed adserba closed 5 years ago

adserba commented 5 years ago

hi, thank you for the effort on this project the game is working fine with d9vk. i have installed mesa 19.2 and dxvk 1.2.1 vulkaninfo returns GPU id : 0 (AMD RADV POLARIS10 (LLVM 9.0.0)) but when dxvk_hud is enabled it reports GPU id : 0 (AMD RADV POLARIS10 (LLVM 7.0.0)) and driver 18.2.3 Is this normal?

mmtrt commented 5 years ago

I think it's normal because snap is using drivers packages provided within from snap.

adserba commented 5 years ago

ok thanks...last few days..i tried to fin dout if it's aproblem on my side

mmtrt commented 5 years ago

I've added updated driver pkgs to wine-platform-runtime which is currently uploaded in beta branch and you can test.

snap refresh --beta wine-platform-runtime

adserba commented 5 years ago

after refresh: info: AMD RADV POLARIS10 (LLVM 8.0.0): info: Driver: 19.1.99 info: Vulkan: 1.1.107 and I get better fps! before 50-140fps, after 65-140 thank you!

adserba commented 5 years ago

I just switched from doitsujin/dxvk to Joshua-Ashton/d9vk, for the d3d9 dll and minimum fps is now around 80 witch is great!! thank you!