!KEJUbONnoBpiYKGWEq:nixos.org

NixOS Gaming

689 Members
Gaming things, my hands are typing words.179 Servers

Load older messages


SenderMessageTime
2 Nov 2023
@k900:0upti.meK900Like18:10:11
@k900:0upti.meK900They vendor SDL18:10:12
@k900:0upti.meK900SDL!!!!18:10:16
@elvishjerricco:matrix.org@elvishjerricco:matrix.orgoof18:13:31
@elvishjerricco:matrix.org@elvishjerricco:matrix.orgtime to just flatpak it I guess :P18:13:37
@k900:0upti.meK900Haha they only have an appimage and it's broken because duh18:42:34
@jimbo:matrix.jimbosfiles.duckdns.orgJimbo joined the room.22:29:04
@mtnash:matrix.fawkes.io@mtnash:matrix.fawkes.io changed their profile picture.23:49:29
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

Show newer messages


Back to Room ListRoom Version: 6