| 2 Nov 2023 |
K900 | Like | 18:10:11 |
K900 | They vendor SDL | 18:10:12 |
K900 | SDL!!!! | 18:10:16 |
@elvishjerricco:matrix.org | oof | 18:13:31 |
@elvishjerricco:matrix.org | time to just flatpak it I guess :P | 18:13:37 |
K900 | Haha they only have an appimage and it's broken because duh | 18:42:34 |
| Jimbo joined the room. | 22:29:04 |
| @mtnash:matrix.fawkes.io changed their profile picture. | 23:49:29 |
| 3 Nov 2023 |
| free_lanovets joined the room. | 09:32:30 |
| mib 🥐 changed their profile picture. | 12:35:06 |
| FavoritoHJS joined the room. | 15:13:07 |
@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 | Lutris is using the wrong lib it seems, at least for this particular games, which needs the 32bit ones | 17:53:20 |
K900 | That is very likely not the case | 17:54:24 |
K900 | What is the actual issue? | 17:54:29 |
@aktaboot:tchncs.de | wait I think I just got it to work | 17:54:45 |
| Paweł joined the room. | 18:35:13 |
| Paweł changed their display name from pawel.zydek to Paweł. | 20:44:30 |
| 4 Nov 2023 |
@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 | I wonder why it's trying to create a symlink. | 01:38:05 |
@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 | I'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 | Eh. Whatever. I guess I'll just keep using the nixpkg version of steam. | 01:54:14 |
| @nuko.2mb:matrix.org joined the room. | 07:31:56 |
@atemu12:matrix.org | haysidney: WDYM by "not given access"? Through which system? | 08:23:10 |
@haysidney:matrix.org | Flatseal tells me that I’ve not given steam access to ~/.local/share. | 08:25:09 |
@haysidney:matrix.org | I have all the filesystem options as the default, unchecked | 08:25:37 |
@atemu12:matrix.org | I have no experience here but perhaps flatpaks require that directory in general | 08:28:04 |
| si joined the room. | 12:08:00 |
si | 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 |