!KEJUbONnoBpiYKGWEq:nixos.org

NixOS Gaming

688 Members
Gaming things, my hands are typing words.178 Servers

Load older messages


SenderMessageTime
4 Nov 2023
@si:kanp.aisi *

hello! i cant get Biped to run. It's a directx11 game and whenever i run it, it has this error

Switching to resolution 1920x1080 failed, trying lower one
Switching to resolution 1920x1080 failed, trying lower one
All resolution switches have failed
Screen: DX11 could not switch resolution (1920x1080 fs=1 hz=0)

these are the logs from steam when pressing launch: https://pastebin.com/KtPfYZUR
and this is the biped crash log: https://pastebin.com/5AnXk5Xf

i've tried patching steam like this, but im not even sure its necessary. gvfs because logs complained about it and dxvk because directx11?:

{ pkgs, ... }:
{
  programs = {
    steam = {
      enable = true;
      gamescopeSession.enable = true;
      remotePlay.openFirewall = true;
      dedicatedServer.openFirewall = true;
      package = pkgs.steam.override {
        extraPkgs = pkgs: with pkgs; [
	  dxvk
	];
        extraLibraries = pkgs: with pkgs; [
	  gvfs
	];
      };
    };

    gamemode = {
      enable = true;
      settings = {
        general.renice = 10;
        gpu = {
          apply_gpu_optimisations = "accept-responsibility";
          gpu_device = 0;
          amd_performance_level = "auto";
        };
      };
    };

    gamescope = {
      enable = true;
      capSysNice = true;
    };
  };
}

all the other games i tested work. i would really appreciate some help

12:19:16
@k900:0upti.meK900You don't need DXVK12:22:05
@k900:0upti.meK900It comes as part of Proton 12:22:12
@k900:0upti.meK900Check protondb for the game 12:23:11
@si:kanp.aisii did and everyone says it runs perfectly12:24:51
@si:kanp.aisii think maybe it might be nvidia driver issues? im not sure12:25:10
@k900:0upti.meK900Maybe try a different Proton version?12:28:28
@si:kanp.aisialso tried that, all the way from 3.7-8 to proton experimental. it did work a few days ago, but nothing that i know changed and now it doesnt anymore. ive also tried updating lock and rebuilding but that made no difference.12:30:58
@k900:0upti.meK900Try downgrading?12:31:56
@k900:0upti.meK900It might just be some driver thing12:32:02
@k900:0upti.meK900Though we haven't touched Mesa recently12:32:07
@si:kanp.aisidowngrading the driver?12:43:37
@si:kanp.aisii opened up a few weeks old generation and biped worked fine with it12:43:56
@k900:0upti.meK900 Then maybe nix diff-closures on those generations 12:44:35
@k900:0upti.meK900
In reply to@si:kanp.ai
downgrading the driver?
Donwgrading until you find the first generation that works
12:44:47
@k900:0upti.meK900Then diffing it with the next one12:44:51
@k900:0upti.meK900To find out what changed12:44:54
@haysidney:matrix.org@haysidney:matrix.orgOh cool, I didn't know you could diff them13:28:16
@thegreenguy:beeper.comthegreenguy changed their display name from thegreenguy to iGreenGuy Pro Max.21:24:38
5 Nov 2023
@atka:matrix.org@atka:matrix.org joined the room.01:09:20
@vesdev:matrix.org@vesdev:matrix.org left the room.12:00:39
@kamlendras:matrix.org@kamlendras:matrix.org joined the room.16:16:02
@kamlendras:matrix.org@kamlendras:matrix.orgWhat games are you playing?16:21:52
@arcayr:rascals.netarcayrxcom 2 rn16:22:35
@kamlendras:matrix.org@kamlendras:matrix.org
In reply to @arcayr:rascals.net
xcom 2 rn
Is that a game?
16:24:29
@arcayr:rascals.netarcayrya16:24:53
@k900:0upti.meK900 @aidalgol (Wine Wayland when) I'm gonna try Heroic 2.10 on my Deck again 17:55:09
@k900:0upti.meK900I wonder if it'll work if I just yeet all the config17:55:20
@k900:0upti.meK900OK I think I found it18:07:16
@k900:0upti.meK900Also fresh yuzu: https://github.com/NixOS/nixpkgs/pull/26570218:09:11

Show newer messages


Back to Room ListRoom Version: 6