| 10 Dec 2023 |
@mildras:one.ems.host | * Ah, I knew I forgot something
Gotten so used to cd that I forgot other application need (a decent) file picker | 22:14:04 |
| 11 Dec 2023 |
| @aitvaras:one.ems.host joined the room. | 11:34:48 |
| @mountaind:matrix.org joined the room. | 15:11:09 |
| @mountaind:matrix.org changed their display name from mountaind to Mountain D. | 15:20:12 |
| @mountaind:matrix.org set a profile picture. | 15:20:30 |
| @mountaind:matrix.org changed their profile picture. | 15:20:40 |
| 12 Dec 2023 |
| @mountaind:matrix.org left the room. | 01:15:42 |
| equiomax joined the room. | 10:08:50 |
| @aitvaras:one.ems.host left the room. | 18:09:50 |
| mjolnir banned @._.:tchncs.de (<no reason supplied>). | 23:10:27 |
| 13 Dec 2023 |
| brucebbb joined the room. | 00:52:30 |
| @aitvaras:one.ems.host joined the room. | 09:41:22 |
Shane on Conduit.rs ⚡️ and Fractal 🦀️ | In reply to @guanran928:mozilla.org sent an image. whats that? i keep seeing it | 15:00:03 |
| 14 Dec 2023 |
| Mohammadreza Hendiani joined the room. | 08:59:27 |
| stooj joined the room. | 09:06:55 |
K900 | https://github.com/NixOS/nixpkgs/pull/274258 | 16:49:25 |
K900 | Yuzu bump, please test | 16:49:29 |
Charles He | In reply to @5m5z3q888q5prxkg:chat.lightnovel-dungeon.de whats that? i keep seeing it attempt to launch poly bridge inside steam inside gamescope | 19:18:55 |
pedrohlc ⚡️ | K900 (drm/amd#1417 when): so, I put NVK to work here, it's good to be back on nouveau, but I'm not sure if I'm using GSP stuff, you mentioned in the linux-firmware PR """required by the drivers you include in the initrd""", what list is that? | 20:05:41 |
pedrohlc ⚡️ | config.boot.initrd.availableKernelModules ++ config.boot.initrd.kernelModules ? 👀 | 20:10:49 |
pedrohlc ⚡️ | hummm, if I got it right, modules-closure copies stuff for the listed kernels, but GSP is under nvidia folder and not nouveau... | 20:55:41 |
| 15 Dec 2023 |
K900 | I don't think nouveau GSP is in mainline yet? | 04:15:13 |
@ice-cube69:matrix.org | Hey guys guys, i can't get my optimus Laptop to sleep correctly. It's an i7+nvidia RTX 3050 Laptop. When I completely disable nvidia as on the nixos wiki, it works as expected, however while using Nvidia, My computer is unable to recover from sleep. Error messages:
Failed to enable link training
Failed to read DPCD register 0x92
Failed to write source OUI
Failed to enable link training
mismatch in has_psr (expected yes, found no)```
| 08:42:02 |
@ice-cube69:matrix.org | * Hey guys, i can't get my optimus Laptop to sleep correctly. It's an i7+nvidia RTX 3050 Laptop(HP Victus 16). When I completely disable nvidia as on the nixos wiki, it works as expected, however while using Nvidia, My computer is unable to recover from sleep. Error messages:
Failed to enable link training
Failed to read DPCD register 0x92
Failed to write source OUI
Failed to enable link training
mismatch in has_psr (expected yes, found no)```
| 08:42:56 |
K900 | Using Nvidia as primary? | 08:44:19 |
@ice-cube69:matrix.org | yeah | 08:44:39 |
@ice-cube69:matrix.org | here's my config: ``` hardware.opengl = { enable = true; driSupport = true; driSupport32Bit = true; };
services.xserver.videoDrivers = ["modesetting" "nvidia"];
hardware.nvidia = { modesetting.enable = true; powerManagement.enable = false; powerManagement.finegrained = false;
open = false;
nvidiaSettings = true;
};
hardware.nvidia.prime = { intelBusId = "PCI:0:2:0"; nvidiaBusId = "PCI:1:0:0";
sync.enable = true;
};```
| 08:44:50 |
@ice-cube69:matrix.org | * here's my config: ``` hardware.opengl = { enable = true; driSupport = true; driSupport32Bit = true; };
services.xserver.videoDrivers = ["modesetting" "nvidia"];
hardware.nvidia = { modesetting.enable = true; powerManagement.enable = false; powerManagement.finegrained = false;
open = false;
nvidiaSettings = true;
};
hardware.nvidia.prime = { intelBusId = "PCI:0:2:0"; nvidiaBusId = "PCI:1:0:0";
sync.enable = true; };```
| 08:45:11 |
@ice-cube69:matrix.org | * here's my config:
enable = true;
driSupport = true;
driSupport32Bit = true;
};
services.xserver.videoDrivers = \["modesetting" "nvidia"\];
hardware.nvidia = {
modesetting.enable = true;
powerManagement.enable = false;
powerManagement.finegrained = false;
open = false; nvidiaSettings = true;
};
hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
sync.enable = true;
};
| 08:45:27 |
K900 | Oh OK so still offloading | 08:45:35 |