NixOS Gaming | 447 Members | |
| Gaming things, my hands are typing words. | 126 Servers |
| Sender | Message | Time |
|---|---|---|
| 18 Apr 2025 | ||
In reply to @srestegosaurio:tchncs.de Jfi no issue here running natively But I got some changes to the steam fhs unsure if they related | 10:07:11 | |
| ```nix programs = { gamescope = { enable = true; }; gamemode.enable = true; # For 32 bit applications steam = { package = pkgs . # pkgsx86_64_v3. steam .override { extraPkgs = pkgs: [ pkgs.libkrb5 pkgs.keyutils pkgs.libcxx (pkgs.runCommand "share-fonts" {preferLocalBuild = true;} '' mkdir -p "$out/share/fonts" font_regexp='.*\.\(ttf\|ttc\|otb\|otf\|pcf\|pfa\|pfb\|bdf\)\(\.gz\)?' find ${toString config.fonts.packages} -regex "$font_regexp" \ -exec ln -sf -t "$out/share/fonts" '{}' \; cd "$out/share/fonts" ${pkgs.xorg.mkfontscale}/bin/mkfontscale ${pkgs.xorg.mkfontdir}/bin/mkfontdir cat $(find ${pkgs.xorg.fontalias}/ -name fonts.alias) >fonts.alias '') ]; }; enable = true; gamescopeSession.enable = true; remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server }; }; }) ``` | 10:08:25 | |
| 19 Apr 2025 | ||
| uh... whenever i start warframe (just the launcher, but also happens while in the actual game), audio from other applications (e.g. firefox) becomes crackly. closing warframe (game or launcher) fixes it, except for my microphone audio into discord, which remains crackly, even though capturing it in OBS in this case it seems to sound fine. i'm using wireplumber. i guess my question is, wtf??? | 02:36:47 | |
| only thing that i've found so far that looks vaguely relevant is this in
| 02:37:29 | |
| also i tried reinstalling warframe (via steam) and it fixed it, but now it's broken again | 02:37:52 | |
| oh interesting; so i have easyeffects running to make remove mic background noise, and when i trigger the crackly audio and then enable easyeffects' global bypass, the crackle goes away | 03:20:25 | |
In reply to @moots:matrix.orgI am not sure what many of those things even are, but at this point, I might try them just out of desperation. | 03:27:47 | |
holy crap i fixed it, the problem is that warframe was requesting unreasonably low audio latency and as a result the quantum for my hardware was getting set to 128 (!!!) so running pw-metadata -n settings 0 clock.force-quantum 1024 to force it to 1024 (much more reasonable) and now the crackling is gone | 03:34:48 | |
| will probably have to find a more precise solution to this problem but this at least works for now | 03:35:02 | |
In reply to @moots:matrix.orgAlso, does CK3 require proton for crossplay with Windows users too.? | 03:41:54 | |
In reply to @moots:matrix.org* | 03:42:01 | |
| Stellaris does for me, and since they're both Clausewitz, it should work, right? | 05:16:26 | |
In reply to @charles:computer.surgeryOh yeah Wine does that | 06:01:25 | |
| You can force a higher quantum globally if your hardware doesn't like going that low | 06:01:48 | |
| do you know offhand what the declarative way to do that is | 06:07:02 | |
| i assume you mean force it in pipewire/wireplumber | 06:07:21 | |
| rather than wine | 06:07:24 | |
| Yeah | 06:07:29 | |
| I have it on one of my machines | 06:07:43 | |
| Let me get to a computer and grep | 06:07:52 | |
| thanks! | 06:08:01 | |
| @Charles https://gitlab.com/K900/nix/-/blob/master/machines/akane.nix?ref_type=heads#L50 | 06:16:42 | |
| excellent, thanks | 06:17:43 | |
| also my audio interface can do 192khz, is there an easy way to make wireplumber use that | 06:18:07 | |
| or should i just leave it on 48khs | 06:18:12 | |
| * or should i just leave it on 48khz | 06:18:13 | |
| Well Nyquist-Shannon says you won't hear anything above 48kHz anyway | 06:18:48 | |
| yeah | 06:18:57 | |
| 12:29:23 | ||
| 13:00:00 | ||