5 Aug 2025 |
K900 | To be completely honest, no idea what's happening here | 06:31:19 |
K900 | I just downloaded HL2 on my Steam Deck running Jovian and it worked perfectly | 06:31:27 |
Ellie she/they | Well this is what i get when launching steam from the terminal and then launching the game:
chdir "/home/ellie/.local/share/Steam/steamapps/common/Half-Life 2"
ERROR: ld.so: object '/home/ellie/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/ellie/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/ellie/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/ellie/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/ellie/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Game Recording - would start recording game 220, but recording for this game is disabled
Adding process 44180 for gameID 220
pressure-vessel-wrap[44181]: W: Found more than one possible libdrm data directory from provider
pressure-vessel-wrap[44181]: W: "run/opengl-driver/share/drirc.d" is unlikely to appear in "/run/host"
pressure-vessel-wrap[44181]: W: "run/opengl-driver-32/share/drirc.d" is unlikely to appear in "/run/host"
pressure-vessel-wrap[44181]: W: Found more than one possible drirc.d data directory from provider
pid 44431 != 44427, skipping destruction (fork without exec?)
pid 44436 != 44427, skipping destruction (fork without exec?)
pid 44457 != 44427, skipping destruction (fork without exec?)
| 06:42:45 |
K900 | What hardware are you on? | 06:49:57 |
K900 | Is it maybe some Nvidia driver nonsense | 06:50:02 |
Ellie she/they | Nono i use a amd card | 06:57:24 |
Ellie she/they | So idk | 06:57:40 |
Ellie she/they | The way i configured it, is it fine tho?
hardware.graphics = {
enable = true;
enable32Bit = true;
package = pkgs.mesa;
package32 = pkgs.pkgsi686Linux.mesa;
extraPackages = with pkgs; [
vaapiVdpau
libvdpau-va-gl
libva
vulkan-loader
vulkan-validation-layers
];
extraPackages32 = with pkgs; [
vaapiVdpau
libvdpau-va-gl
libva
];
};
| 06:58:51 |
Marie | hardware.graphics = {
enable = true;
enable32Bit = true;
};
should be enough really | 07:15:08 |
Marie | (also hl2 launches just fine on my system, also with an amd card) | 07:15:35 |
Marie | but the steam module also configures that so you don't need any of that actually | 07:16:43 |
Ellie she/they | I wonder if i did something wrong on my flake then | 07:26:51 |
K900 | Get rid of all the extraPackages definitely | 07:34:57 |
K900 | None of that is necessary | 07:35:00 |
K900 | And also package and package32 are defaulted to that already | 07:35:09 |
Ellie she/they | Yeah i got rid of everything and i just let it basic but still didn't worked. But then i just used -vulkan and it's working fine now | 08:03:17 |
Ellie she/they | Not sure why opengl was being weird about that game on nixos for me | 08:03:31 |
Marie | hl2 has a vulkan renderer? since when | 08:30:53 |
Marie | or is that just dxvk-native | 08:31:01 |
Ellie she/they | I'm really not sure | 09:03:44 |
Ellie she/they | I didn't know it had | 09:04:01 |
Ellie she/they | But the game is using vulkan now | 09:04:11 |
Ellie she/they | I think it's dxvk-native actually | 09:05:11 |
Ellie she/they | * I think it's dxvk-native | 09:05:35 |
| @notgne2:gen2.space left the room. | 18:21:25 |
6 Aug 2025 |
| vidariondr set a profile picture. | 18:30:55 |
7 Aug 2025 |
codebam | is there a way to unset TZ; %command% for all steam games? so the time is correct | 20:13:34 |
K900 | Uhh, that sounds very wrong | 20:19:34 |
K900 | You should have TZ set to the correct timezone | 20:19:44 |
K900 | Not whatever that is | 20:19:50 |