| 9 Jun 2021 |
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 |
sparogy | ~8 months of updates: https://nixos.org/manual/nixos/stable/release-notes.html#sec-release-21.05 | 03:59:50 |
sparogy | and working pressure vessel proton versions, of course | 04:03:31 |
Izdihar | In reply to @andrew:chat.afontaine.dev ~8 months of updates: https://nixos.org/manual/nixos/stable/release-notes.html#sec-release-21.05 will the changes break my PC if i upgrade from 20.09 to 21.x? | 04:19:33 |
Izdihar | im reading the incompatible changelog right now, i hope there's not many breaking changes whenever i upgrade my version... | 04:21:28 |
sparogy | I mean I can't guarantee anything, but nix should catch most stuff when attempting to build your configuration.
If something does break, you should also have an older boot entry you can boot into.
| 04:21:46 |