| 27 Nov 2023 |
@tejing:matrix.org | The overlayed layers of the base prefix, install result, and ephemeral current prefix make for a pretty declarative model in the end. You do have to re-run the installer whenever wine or the program gets an update, though | 16:06:41 |
@tejing:matrix.org | and since windows installers aren't always easy to run non-interactively... | 16:07:11 |
| Kalamooa joined the room. | 23:11:07 |
Kalamooa | In reply to @ThorHop:matrix.org https://www.gamingonlinux.com/2023/11/check-out-doom-infinite-a-doom-based-fps-roguelike-mod-for-gzdoom/ Nice | 23:13:24 |
| 28 Nov 2023 |
| @edgar.vincent:matrix.org left the room. | 20:57:07 |
| @sylvass:albinvass.se joined the room. | 21:30:06 |
| 29 Nov 2023 |
| cynerd joined the room. | 09:08:55 |
| cynerd set a profile picture. | 09:15:16 |
| @ttp:mozilla.org joined the room. | 10:43:11 |
| cyberstein joined the room. | 19:20:19 |
| @._.:tchncs.de changed their display name from EΓ²lach to Maholmire. | 21:46:36 |
| @._.:tchncs.de changed their profile picture. | 21:46:47 |
| benjamin changed their display name from benjamin β‘οΈ to test π³οΈββ§οΈ. | 22:22:55 |
| benjamin changed their display name from test π³οΈββ§οΈ to benjamin. | 22:23:23 |
| benjamin changed their display name from benjamin to test π΄ββ οΈ. | 22:24:31 |
| benjamin changed their display name from test π΄ββ οΈ to test π©βπ¦. | 22:27:55 |
| benjamin changed their display name from test π©βπ¦ to benjamin. | 22:28:27 |
Arch | Having some fun issues with a Radeon 7900XT with the open source drivers. I get `src/tcmalloc.cc:278] Attempt to free invalid pointer 0x966faf0` when I try to run a game through Steam, and I can't figure out what is causing it π€ Looking at the wiki, it mentions setting the `xserver` videoDrivers, but in other places I see mention of `modesetting`. So I'm a little lost. | 23:11:01 |
| 30 Nov 2023 |
@elvishjerricco:matrix.org | In reply to @arch:floofy.tech Having some fun issues with a Radeon 7900XT with the open source drivers. I get `src/tcmalloc.cc:278] Attempt to free invalid pointer 0x966faf0` when I try to run a game through Steam, and I can't figure out what is causing it π€ Looking at the wiki, it mentions setting the `xserver` videoDrivers, but in other places I see mention of `modesetting`. So I'm a little lost. the wiki is wrong; modesetting is the default, so you shouldn't have to set it yourself, and it's the correct choice | 01:22:49 |
@elvishjerricco:matrix.org | I have the same card and have (almost) no issues with it if I just leave everything stock | 01:23:17 |
@elvishjerricco:matrix.org | at least on nixos-unstable, which is close enough to the same as 23.11 now that it's released | 01:23:30 |
@elvishjerricco:matrix.org | Arch: though... isn't tcmalloc like it's own thing or something? That kinda makes me think it's a problem with that game on nixos rather than nixos in general | 01:25:22 |
K900 | There was some stupid option that just LD_PRELOAD'ed tcmalloc globally without telling you | 05:03:34 |
K900 | I forgot what it was | 05:03:42 |
K900 | If you find it please rip it the fuck out | 05:03:48 |
Arch | In reply to@elvishjerricco:matrix.org Arch: though... isn't tcmalloc like it's own thing or something? That kinda makes me think it's a problem with that game on nixos rather than nixos in general Yeah, it's weird. I can run games through Proton, but not native games (specifically testing TF2 and DOOM Eternal). I've tried some debugging steps to no avail - I am on nixos unstable with a zen kernel (swapping kernels is about the only thing I haven't done at this point) | 10:43:37 |
Arch | This is the relevant NixOS config https://git.gmem.ca/arch/infra/src/branch/trunk/nix/london/configuration.nix#L156-L169 | 10:49:33 |
K900 | Just to make sure: you don't have anything in $LD_PRELOAD do you | 10:51:18 |
Arch | Nope, it doesn't exist in my env | 10:52:06 |
Arch | Cursed as hell solution but it works π€ | 11:06:53 |