!KEJUbONnoBpiYKGWEq:nixos.org

NixOS Gaming

731 Members
Gaming things, my hands are typing words.184 Servers

Load older messages


SenderMessageTime
2 Jul 2021
@irenes:matrix.orgIrenes joined the room.09:21:26
3 Jul 2021
@timdeh:matrix.orgnrdxp
In reply to @legendofmiracles:matrix.org
Is there a module that would disable my iGPU in Xorg and run everything on the dGPU one?
If it's Nvidia:
https://nixos.org/manual/nixos/stable/options.html#opt-hardware.nvidia.prime.sync.enable
02:45:17
@legendofmiracles:matrix.orglegendofmiraclesThanks man! It was there all along, and me just too dumb to see it06:07:32
@infinisil:matrix.orginfinisilphilipp: Hmm can you try the @nixrl again?14:32:30
@infinisil:matrix.orginfinisilWanna confirm that I get notifications, just set it up (in weechat)14:32:54
@philipp:xndr.dephilippHere ou go: @nixrl14:33:27
@infinisil:matrix.orginfinisilI think it works :D14:33:54
@infinisil:matrix.orginfinisilWell, I was kind of distracted, so the notification whizzed by, but I did see a notification lol14:34:09
5 Jul 2021
@schnecfk:ruhr-uni-bochum.deCRTified

Sooo, I'm trying to play some binding of isaac using proton, and was able to do so for a few days.
But now the game won't stard, and I don't really know what to try next. The wiki basically says "proton works fine" :/

On the console, I'm getting the following suspicious lines:

>>> Adding process 119101 for game ID 250900
ERROR: ld.so: object '/home/richard/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
>>> Adding process 119112 for game ID 250900
ERROR: ld.so: object '/home/richard/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.

[...]

libGL error: MESA-LOADER: failed to open radeonsi: /overrides/lib/i386-linux-gnu/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory (search paths /overrides/lib/x86_64-linux-gnu/dri:/overrides/lib/i386-linux-gnu/dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open radeonsi: /overrides/lib/i386-linux-gnu/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory (search paths /overrides/lib/x86_64-linux-gnu/dri:/overrides/lib/i386-linux-gnu/dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open swrast: /overrides/lib/i386-linux-gnu/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /overrides/lib/x86_64-linux-gnu/dri:/overrides/lib/i386-linux-gnu/dri)
libGL error: failed to load driver: swrast
wine: Unhandled page fault on read access to 00000000 at address 00000000 (thread 0118), starting debugger...
ERROR: ld.so: object '/home/richard/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
>>> Adding process 119130 for game ID 250900
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00000000).
[...]

It looks like something regarding DRI is missing, I guess? 🤔 hardware.opengl.driSupport and hardware.opengl.driSupport32Bit are both true in my config, and I'm using the amdgpu driver. glxinfo doesn't show these errors (was one of the minimal testcases that I've found while searching for the error)

17:23:40
@schnecfk:ruhr-uni-bochum.deCRTifiedSame problem also happens with other games using proton17:27:02
@schnecfk:ruhr-uni-bochum.deCRTified

Oh, and here's the output of nix-info -m

  • system: "x86_64-linux"
  • host os: Linux 5.10.45, NixOS, 21.11pre299952.7918dc5148d (Porcupine)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.3.12
  • channels(root): "home-manager, nixos-21.11pre299952.7918dc5148d, nixos-mailserver, nur"
  • channels(richard): ""
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
17:27:46
@spacesbot:nixos.devspacesbot - keeps a log of public NixOS channels joined the room.19:19:19
@jonringer:matrix.orgjonringer CRTified: sounds similar to https://github.com/NixOS/nixpkgs/issues/126428 19:38:50
@schnecfk:ruhr-uni-bochum.deCRTifiedThanks, will look into it19:41:19
@spacesbot:nixos.devspacesbot - keeps a log of public NixOS channels 19:49:30
6 Jul 2021
@megamanmalte:retinker.demegamanmalte

Hey, I'm trying to get sound working for the GOG-version of FTL: Advanced Edition, but I'm getting the following error:

> steam-run ./start.sh
[...]
Starting audio library...
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
Failed to open sound device
[...]

This is not the only game without sound. Any ideas what I'm doing wrong here?
My system config contains:

  #[...]
  programs.steam.enable = true;
  #[...]

and my home-manager config contains:

  #[...]
  home.packages = [
    pkgs.steam-run-native
  ];
  #[...]
09:26:53
@megamanmalte:retinker.demegamanmalte *

Hey, I'm trying to get sound working for the GOG-version of FTL: Advanced Edition, but I'm getting the following error:

> steam-run ./start.sh
[...]
Starting audio library...
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
Failed to open sound device
[...]

This is not the only game without sound. Any ideas what I'm doing wrong here?
My system config contains:

  #[...]
  programs.steam.enable = true;
  #[...]

and my home-manager config contains:

  #[...]
  home.packages = [
    pkgs.steam-run-native
  ];
  #[...]
09:27:23
@megamanmalte:retinker.demegamanmalte *

Hey, I'm trying to get sound working for the GOG-version of FTL: Advanced Edition, but I'm getting the following error:

> steam-run ./start.sh
[...]
Starting audio library...
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
Failed to open sound device
[...]

This is not the only game without sound. Any ideas what I'm doing wrong here?
My system config contains:

  #[...]
  programs.steam.enable = true;
  #[...]

and my home-manager config contains:

  #[...]
  home.packages = [
    pkgs.steam-run-native
  ];
  #[...]

EDIT: I tried to remove the home-manager part, but nothing changed.

09:28:27
@megamanmalte:retinker.demegamanmalte *

Hey, I'm trying to get sound working for the GOG-version of FTL: Advanced Edition, but I'm getting the following error:

> steam-run ./start.sh
[...]
Starting audio library...
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
Failed to open sound device
[...]

This is not the only game without sound. Any ideas what I'm doing wrong here?
My system config contains:

  #[...]
  programs.steam.enable = true;
  #[...]

and my home-manager config contains:

  #[...]
  home.packages = [
    pkgs.steam-run-native
  ];
  #[...]

EDIT: I tried to remove the home-manager part, but nothing changed.
EDIT2: It might be worth noting that I have set sound.enable = false, since this was recommended by the Wiki for running PipeWire

09:34:12
@megamanmalte:retinker.demegamanmalte *

Hey, I'm trying to get sound working for the GOG-version of FTL: Advanced Edition, but I'm getting the following error:

> steam-run ./start.sh
[...]
Starting audio library...
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
Failed to open sound device
[...]

This is not the only game without sound. Any ideas what I'm doing wrong here?
My system config contains:

  #[...]
  programs.steam.enable = true;
  #[...]

and my home-manager config contains:

  #[...]
  home.packages = [
    pkgs.steam-run-native
  ];
  #[...]

EDIT: I tried to remove the home-manager part, but nothing changed.
EDIT2: It might be worth noting that I have set sound.enable = false, since this was recommended by the Wiki for running PipeWire
EDIT3:

> steam-run speaker-test

speaker-test 1.2.4

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory
10:54:56
@megamanmalte:retinker.demegamanmalte *

Hey, I'm trying to get sound working for the GOG-version of FTL: Advanced Edition, but I'm getting the following error:

> steam-run ./start.sh
[...]
Starting audio library...
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
Failed to open sound device
[...]

This is not the only game without sound. Any ideas what I'm doing wrong here?
My system config contains:

  #[...]
  programs.steam.enable = true;
  #[...]

and my home-manager config contains:

  #[...]
  home.packages = [
    pkgs.steam-run-native
  ];
  #[...]

EDIT: I tried to remove the home-manager part, but nothing changed.
EDIT2: It might be worth noting that I have set sound.enable = false, since this was recommended by the Wiki for running PipeWire
EDIT3:

> steam-run speaker-test

speaker-test 1.2.4

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory

EDIT4: Outside of steam-run, speaker-test works fine.

11:53:20
@megamanmalte:retinker.demegamanmalte Well, I managed to get it to work after stopping pipewire.service, but even then it only works if no other application is producing sound, seems like a very bad deal to me.. 12:51:36
@megamanmalte:retinker.demegamanmalte Okay, I "fixed" it, not sure if I supposed to do it like this, but following this link: https://bbs.archlinux.org/viewtopic.php?id=173709
I created ~/.asoundrc setting card 1 as default, it seems to work now :)
12:58:54
@megamanmalte:retinker.demegamanmalte * ~Okay, I "fixed" it, not sure if I supposed to do it like this, but following this link: https://bbs.archlinux.org/viewtopic.php?id=173709
I created ~/.asoundrc setting card 1 as default, it seems to work now :)~ nvm
13:14:46
@megamanmalte:retinker.demegamanmalte * ~~Okay, I "fixed" it, not sure if I supposed to do it like this, but following this link: https://bbs.archlinux.org/viewtopic.php?id=173709
I created ~/.asoundrc setting card 1 as default, it seems to work now :)~~ nvm
13:14:56
@megamanmalte:retinker.demegamanmalte * ~~Okay, I "fixed" it, not sure if I supposed to do it like this, but following this link: https://bbs.archlinux.org~~/viewtopic.php?id=173709
I created ~/.asoundrc setting card 1 as default, it seems to work now :)~~ nvm
13:15:01
@megamanmalte:retinker.demegamanmalte * Okay, I "fixed" it, not sure if I supposed to do it like this, but following this link: https://bbs.archlinux.org/viewtopic.php?id=173709
I created ~/.asoundrc setting card 1 as default, it seems to work now :)
nvm
13:15:19
@spacesbot:nixos.devspacesbot - keeps a log of public NixOS channels changed their display name from spacesbot to spacesbot - keeps a log of public NixOS channels.22:11:44
7 Jul 2021
@lassulus:nixos.devlassulus joined the room.08:09:31
@misterio:matrix.orgGabriel Fontes joined the room.23:38:20

Show newer messages


Back to Room ListRoom Version: 6