| 23 May 2024 |
| admin (Moderation Team) left the room. | 22:35:05 |
| 24 May 2024 |
aktaboot | Anyone has Battlenet working on AMD with RADV and not AMDVLK/Vulkan ? | 06:49:04 |
aktaboot | it seems to require vulkan-32bit, but If I install amdvlk, some applications will try to use it and break on wayland because it does not implement some things in wl_drm | 06:50:37 |
aktaboot | * it seems to require vulkan-32bit, but If I install amdvlk, some applications will try to use it and break on wayland because it does not implement some things in wl_drm | 06:50:49 |
aktaboot | I guess I need to install it but keep it accessible only to lutris/wine | 06:51:47 |
aktaboot | suggestions appreciated :) | 06:54:07 |
aktaboot | * it seems to require amdvlk-32bit, but If I install amdvlk, some applications will try to use it and break on wayland because it does not implement some things in wl_drm | 06:59:49 |
| mobergmann changed their profile picture. | 09:00:56 |
| Charles He joined the room. | 10:32:32 |
| zerodya joined the room. | 14:24:41 |
aktaboot | turned out to be unrelated to amdvlk but couldn't pinpoint what was causing the issue | 19:13:38 |
Atemu | aktaboot: The usual method would be to make AMDVLK available but disable it by default via its designated env var (check the JSON) | 19:29:52 |
Atemu | * aktaboot: The usual method would be to make AMDVLK available but disable it by default via its designated env var (check the icd JSON) | 19:29:57 |
Atemu | And then, only in the specific lutris game, set the env var such that AMDVLK is loaded | 19:30:22 |
Atemu | Though you could probably also do it the other way around; specifically wiring AMDVLK's icd path into lutris | 19:30:44 |
Atemu | Though IIRC lutris itself had some AMDVLK-specific handling and setting? | 19:31:10 |
Atemu | Anyhow, I also doubt you actually need AMDVLK | 19:31:24 |
Atemu | There's likely a workaround or fix to work with RADV | 19:31:36 |
Atemu | It's the premier AMDGPU driver on Linux | 19:31:43 |
Atemu | For gaming | 19:31:48 |
aktaboot | are there usecases where amdvlk is better ? | 19:32:07 |
Atemu | It was better for RTRT at some point but I haven't kept up with that | 19:32:32 |
Atemu | And RTRT on AMD is.... meh | 19:32:45 |
Atemu | (sorry for the abbrvs.; RTRT = real-time ray-tracing, no Star Wars here) | 19:33:24 |
aktaboot | yeah I got it :) | 19:33:43 |
aktaboot | for info the issue I error I was getting:
wine: Unhandled page fault on execute access to 00000000 at address 00000000 | 19:34:27 |
aktaboot | * for info the error I was getting:
wine: Unhandled page fault on execute access to 00000000 at address 00000000 | 19:34:36 |
Atemu | That's just a nullpointer deref | 19:34:40 |
Atemu | It could mean literally anything | 19:34:47 |
aktaboot | I was getting it very consistently, and never did before, on the same game 🤔 | 19:35:29 |