| 4 Nov 2023 |
K900 | In reply to@si:kanp.ai downgrading the driver? Donwgrading until you find the first generation that works | 12:44:47 |
K900 | Then diffing it with the next one | 12:44:51 |
K900 | To find out what changed | 12:44:54 |
@haysidney:matrix.org | Oh cool, I didn't know you could diff them | 13:28:16 |
| thegreenguy changed their display name from thegreenguy to iGreenGuy Pro Max. | 21:24:38 |
| 5 Nov 2023 |
| @atka:matrix.org joined the room. | 01:09:20 |
| @vesdev:matrix.org left the room. | 12:00:39 |
| @kamlendras:matrix.org joined the room. | 16:16:02 |
@kamlendras:matrix.org | What games are you playing? | 16:21:52 |
arcayr | xcom 2 rn | 16:22:35 |
@kamlendras:matrix.org | In reply to @arcayr:rascals.net xcom 2 rn Is that a game? | 16:24:29 |
arcayr | ya | 16:24:53 |
K900 | @aidalgol (Wine Wayland when) I'm gonna try Heroic 2.10 on my Deck again | 17:55:09 |
K900 | I wonder if it'll work if I just yeet all the config | 17:55:20 |
K900 | OK I think I found it | 18:07:16 |
K900 | Also fresh yuzu: https://github.com/NixOS/nixpkgs/pull/265702 | 18:09:11 |
K900 | @aidalgol (Wine Wayland when) OK I have it | 18:09:54 |
K900 | I tihnk | 18:09:55 |
K900 | It needs legendary from git | 18:10:03 |
| @kamlendras:matrix.org left the room. | 18:15:17 |
K900 | @aidalgol (Wine Wayland when) permission to push to your Heroic PR? | 19:06:00 |
K900 | Found another thing | 19:06:03 |
| 6 Nov 2023 |
@tejing:matrix.org | I have an issue with steam, where no games involving pressure-vessel will start. It happens when I do a nixos-rebuild while steam is running, and can be fixed by restarting steam. I've tracked the issue to this: https://github.com/tejing1/nixos-config/blob/master/nixosConfigurations/tejingdesk/optin-state.nix#L13-L15 | 00:51:25 |
@tejing:matrix.org | I think I understand what's happening. The etc activation for nixos replaces /etc/machine-id with an identical copy of itself when I do a rebuild, and the bind mount that buildFHSEnv was using to get that file into steam's FHS env breaks because the file doesn't have the same inode number anymore. | 00:52:52 |
@tejing:matrix.org | but the question is: how can I do this in a way that won't break steam? | 00:53:19 |
| @mhj:matrix.org changed their display name from mhj to dérive. | 02:27:11 |
| @mhj:matrix.org changed their profile picture. | 02:38:01 |
@aidalgol:matrix.org | In reply to @k900:0upti.me @aidalgol (Wine Wayland when) permission to push to your Heroic PR? Sure | 04:50:57 |
K900 | In reply to @tejing:matrix.org I think I understand what's happening. The etc activation for nixos replaces /etc/machine-id with an identical copy of itself when I do a rebuild, and the bind mount that buildFHSEnv was using to get that file into steam's FHS env breaks because the file doesn't have the same inode number anymore. It's pretty much every file in /etc, yes | 07:06:43 |
K900 | I'm not sure what a good solution is | 07:06:57 |