| 5 Feb 2024 |
ersei | it takes a solid minute to launch (as opposed to near instant with the VK_ICD_FILENAMES set or with the nvidia gpu on) | 06:07:29 |
ersei | seems like this is either a hardware or a nixos issue | 06:07:41 |
| @antheww:matrix.rattlesnake.fr joined the room. | 06:41:06 |
| hopland (meticulous montesquieu) removed their profile picture. | 22:44:19 |
| hopland (meticulous montesquieu) removed their display name IdeallyYes. | 22:46:02 |
| hopland (meticulous montesquieu) left the room. | 22:46:50 |
| 6 Feb 2024 |
ersei | Alright, it's an issue with power management. The PCIe bridge autosuspends after a few seconds, and takes a few hundred ms to come back online. However, if you disable the autosuspend, it chews through the battery like no tomorrow. I've bumped up the autosuspend time by a few seconds, which should decrease the time it takes to scan for vulkan devices, but it's not a great solution (as it still decreases battery life) | 02:11:35 |
| @Sweenu:matrix.org left the room. | 07:54:02 |
@atemu12:matrix.org | ersei: Reason #2415 to not get dual-GPU laptops... | 12:12:15 |
K900 | (*that are Nvidia) | 12:21:12 |
| @mrtz_m:matrix.org left the room. | 19:54:44 |
| 7 Feb 2024 |
| @jsteinke:matrix.org set a profile picture. | 01:30:10 |
| @philipp4402:matrix.org joined the room. | 09:22:30 |
| mrhappy200 joined the room. | 09:58:46 |
| 8 Feb 2024 |
| @genevieve:envs.net joined the room. | 00:55:23 |
@genevieve:envs.net | does anyone here know of a fix for certain applications using software/CPU rendering? for example, runelite always only detects llvmpipe as my GPU, and glxinfo returns OpenGL renderer string: llvmpipe (LLVM 16.0.6, 256 bits) | 00:57:18 |
@genevieve:envs.net | I don't have anything related to amd in my nixos config, just
hardware.opengl.extraPackages = with pkgs; [
rocmPackages.rocm-runtime
rocmPackages.clr
rocmPackages.clr.icd
];
| 00:59:29 |
@genevieve:envs.net | and I'm on mesa 23.3.3 (latest unstable) | 00:59:37 |
@genevieve:envs.net | in general things have been kind of wonky for months - I still have to use steam -disable-cef-gpu, vkcube fails with DRI3 not available. this is definitely new and worse, though: I typically test with minetest since it's quick and easy, and that's also extremely slow and using CPU rendering, even though it used to be working fine | 01:01:22 |
@genevieve:envs.net | oh, and I do have hardware.opengl.enable = true; | 01:12:16 |
K900 | My guess would be mismatched Mesa versions in the closure somewhere | 06:49:34 |
| symys joined the room. | 07:20:44 |
@genevieve:envs.net | thanks, I had seen that mentioned in one of the nixpkgs issues I was reading through but can't find it anymore. Definitely possible since I'm using nixpkgs-wayland | 15:07:19 |
@genevieve:envs.net | Is there an easy way to avoid mismatched mesa versions? I am using flakes and set nixpkgs-wayland.inputs.nixpkgs.follows = "nixos-unstable"; if that's relevant. For now, I'm going to try nixpkgs sway and see if that helps | 15:08:24 |
colemickens 🏳️🌈 | Have you rebooted recently? I'm using sway unstable and gaming on it. | 15:13:24 |
@genevieve:envs.net | Yes I have, since I was testing out a few different kernels when trying to narrow it down | 15:13:49 |
| ersei left the room. | 19:01:00 |
| 9 Feb 2024 |
| @syphoxy:matrix.org left the room. | 12:54:30 |
| 10 Feb 2024 |
@genevieve:envs.net | It looks like it's
hardware.opengl.extraPackages = with pkgs; [
rocm-opencl-icd
rocm-opencl-runtime
rocmPackages.rocm-runtime
];
which is currently broken
| 00:09:34 |
Beans (Baked) ⚡️ |  Download image.png | 00:47:43 |