| 9 Jun 2021 |
Izdihar | i've also done sudo nix-channel --update | 04:24:11 |
Izdihar | In reply to @jonringer:matrix.org most likely, the channels haven't updated, eventually this should be remedied your script works for me though. I suppose nixos channel is not as up to date as nixpkgs-master? | 04:45:14 |
Izdihar | so yeah, im going to use this for a while now...
NIXPKGS_ALLOW_UNFREE=1 NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/master.tar.gz nix-shell -p steam --run steam
| 04:49:15 |
| diamondburned changed their profile picture. | 04:54:06 |
Izdihar | and now... its about proton...
OPENGL ERROR: failed to choose pixel format for dc 160053
GLContext warn: failed to setup offscreen pixel format: Success.
GLContext: failed to create context: Success.
Failed to initialize graphics.
Make sure you have DirectX 11 installed, have up to date
drivers for your graphics card and have not disabled
3D acceleration in display settings.
InitializeEngineGraphics failed
| 05:13:02 |
Izdihar | well ill fix that later lol | 05:13:10 |
Izdihar | :") | 05:56:03 |
Izdihar | should i use flatpak for this? | 05:56:33 |
Izdihar | lol | 05:56:34 |
kranzes | has anyone got Proton-GE to work? | 13:27:53 |
kranzes | from my past experience when i tried to launch a game with on steam it did not work | 13:28:18 |
kranzes | steam said, "launchin" or "running" for the gaming for like 2 seconds | 13:28:40 |
kranzes | then it went back to the "play" button | 13:28:45 |
kranzes | as if its failed | 13:28:47 |
| chrisawcom joined the room. | 13:50:11 |
sparogy | In reply to @kranzes:matrix.org has anyone got Proton-GE to work? What version? ever since Proton GE 5.21, you need to set programs.steam.enable in your system configuration | 13:54:06 |
sparogy | https://search.nixos.org/options?channel=21.05&show=programs.steam.enable&from=0&size=50&sort=relevance&query=steam | 13:54:21 |
| 10 Jun 2021 |
Izdihar | hello, for nixos + steam + proton, does anyone ever encounter this error message (even before the game started)
Switching to resolution 1366x768 failed
Screen: DX11 could not switch resolution (1366x768 fs=1 hz=0)
| 02:22:49 |
Izdihar | oh, and to the guy that added the required steam dependency, thanks. | 02:26:26 |
jonringer | your welcome? | 02:36:58 |
jonringer | I just want to play stupid games :) | 02:37:09 |
Izdihar | In reply to @tengkuizdihar:matrix.org
hello, for nixos + steam + proton, does anyone ever encounter this error message (even before the game started)
Switching to resolution 1366x768 failed
Screen: DX11 could not switch resolution (1366x768 fs=1 hz=0)
Btw, i've worked around this problem by using this command as a launch option
PROTON_USE_WINED3D=1 %COMMAND%
Perfect to use for disco elysium.
| 02:55:09 |
Izdihar | also, use proton 5.13 because somehow 6.x doesnt work. | 02:59:14 |
sparogy | izdihar: What version? ever since Proton >5.13, you need to set programs.steam.enable in your system configuration https://search.nixos.org/options?channel=21.05&show=programs.steam.enable&from=0&size=50&sort=relevance&query=steam | 03:33:35 |
Izdihar | In reply to @andrew:chat.afontaine.dev izdihar: What version? ever since Proton >5.13, you need to set programs.steam.enable in your system configuration https://search.nixos.org/options?channel=21.05&show=programs.steam.enable&from=0&size=50&sort=relevance&query=steam im using 20.09 and yes, I use programs.steam.enable = true. | 03:34:28 |
sparogy | ah interesting... maybe the PR might have some troubleshooting info for you? https://github.com/NixOS/nixpkgs/pull/114024 | 03:39:02 |
Izdihar | In reply to @andrew:chat.afontaine.dev ah interesting... maybe the PR might have some troubleshooting info for you? https://github.com/NixOS/nixpkgs/pull/114024 thank you ill look into it | 03:53:45 |
Izdihar | seems like its merged on unstable based on https://nixpk.gs/pr-tracker.html?pr=114024
will it also come to nixos 20.09? | 03:55:34 |
sparogy | hmmm I don't think so. It has been merged for some time now and wasn't backported before 21.05's release.
maybe worth upgrading to 21.05? | 03:56:42 |
Izdihar | In reply to @andrew:chat.afontaine.dev hmmm I don't think so. It has been merged for some time now and wasn't backported before 21.05's release.
maybe worth upgrading to 21.05? should I upgrade from 20.09 to 21.05? i mean, what's the difference really? | 03:59:04 |