!KEJUbONnoBpiYKGWEq:nixos.org

NixOS Gaming

701 Members
Gaming things, my hands are typing words.181 Servers

Load older messages


SenderMessageTime
3 Nov 2023
@free_lanovets:cat.casafree_lanovets joined the room.09:32:30
@mib:kanp.aimib 🥐 changed their profile picture.12:35:06
@favoritohjs:matrix.orgFavoritoHJS joined the room.15:13:07
@aktaboot:tchncs.de@aktaboot:tchncs.de Is there a variable to point to /run/opengl-driver-32/lib instead of /run/opengl/lib 17:49:33
@aktaboot:tchncs.de@aktaboot:tchncs.deLutris is using the wrong lib it seems, at least for this particular games, which needs the 32bit ones17:53:20
@k900:0upti.meK900That is very likely not the case17:54:24
@k900:0upti.meK900What is the actual issue?17:54:29
@aktaboot:tchncs.de@aktaboot:tchncs.dewait I think I just got it to work17:54:45
@pawel.zydek:matrix.orgPaweł joined the room.18:35:13
@pawel.zydek:matrix.orgPaweł changed their display name from pawel.zydek to Paweł.20:44:30
4 Nov 2023
@haysidney:matrix.org@haysidney:matrix.org

I just tried to run the Steam flatpak and got:

bwrap: Can't make symlink at /home/sidney/.local/share/flatpak: File exists
01:37:46
@haysidney:matrix.org@haysidney:matrix.orgI wonder why it's trying to create a symlink.01:38:05
@haysidney:matrix.org@haysidney:matrix.org
lrwxrwxrwx 1 sidney users  34 Nov  3 21:00 flatpak -> /persist/home/.local/share/flatpak

I'm already symlinking that folder for my impermanence setup.

01:39:03
@haysidney:matrix.org@haysidney:matrix.orgI'm a little confused because I've not given the flatpak access to my home folder at all. Why is it even able to see my files and try to mess with them?01:53:52
@haysidney:matrix.org@haysidney:matrix.orgEh. Whatever. I guess I'll just keep using the nixpkg version of steam.01:54:14
@nuko.2mb:matrix.org@nuko.2mb:matrix.org joined the room.07:31:56
@atemu12:matrix.org@atemu12:matrix.org haysidney: WDYM by "not given access"? Through which system? 08:23:10
@haysidney:matrix.org@haysidney:matrix.orgFlatseal tells me that I’ve not given steam access to ~/.local/share.08:25:09
@haysidney:matrix.org@haysidney:matrix.orgI have all the filesystem options as the default, unchecked08:25:37
@atemu12:matrix.org@atemu12:matrix.orgI have no experience here but perhaps flatpaks require that directory in general08:28:04
@si:kanp.aisi joined the room.12:08:00
@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:

{ 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:18:37
@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

Show newer messages


Back to Room ListRoom Version: 6