| 7 Nov 2023 |
| loutr joined the room. | 11:28:35 |
| @sernik:matrix.org joined the room. | 16:37:36 |
| @sernik:matrix.org left the room. | 16:37:50 |
| @sernik:matrix.org joined the room. | 16:39:27 |
@nixinator:nixos.dev | In reply to @bananen:matrix.org
Hey, is it possible to play fortnite on nixos? I tried heroic but it just gets full white i tried the unstable version but it keeps saying their is an update.
Hey Miss_Turtle , you can rum a windows VM, and GPU pass through , we have the nixos code to get you running if you want to have a bit of fun | 18:58:45 |
K900 | Pretty sure Fortnite will fail to start if it detects a VM | 19:00:06 |
@nixinator:nixos.dev | ouch... in that case... .. :-( | 19:01:57 |
lassulus | don't you need a second graphicscard for gpu passthrough? | 19:33:19 |
K900 | Not necessarily | 19:33:26 |
K900 | But it does make things more complicated | 19:33:30 |
lassulus | in what cases does it work without another card? | 19:33:51 |
K900 | It works if you detach your main GPU from the system at runtime | 19:34:18 |
K900 | And reattach it to the VM | 19:34:20 |
K900 | (and then do the reverse) | 19:34:26 |
lassulus | ic, sounds interesting, is there code for that? | 19:38:27 |
@atemu12:matrix.org | lassulus: Code at what part? The kernel supports it and there are dozens of scripts people made for their setups but nothing robust AFAIK. | 20:33:51 |
@atemu12:matrix.org | * lassulus: Code at what part? The kernel supports it and there are dozens of scripts people made to instrument that in userspace for their setups but nothing robust AFAIK. | 20:34:40 |
| @sernik:matrix.org left the room. | 21:26:48 |
| 8 Nov 2023 |
poacher | does the proton easyanticheat runtime work with nixos? | 13:11:18 |
K900 | Yes | 13:22:03 |
| @sr.estegosaurio:matrix.org joined the room. | 22:43:20 |
| 9 Nov 2023 |
littlejohn (jcray) | managed to somewhat cure my slow steam download speed issue by trying the advice in this post https://www.reddit.com/r/linux_gaming/comments/16e1l4h/slow_steam_downloads_try_this/
disabling http2 increased download speed from from approx 50 mbps to approx 300 mbps and holding. the same machine running windows downloads steam games close to my connection speed of 1gbps, so still further investigating to do (possible DNS issues as suggested earlier, LUKS overhead?). | 08:46:07 |
@atemu12:matrix.org | littlejohn: That's odd. | 10:12:09 |
@atemu12:matrix.org | Monitor system stats | 10:12:46 |
@atemu12:matrix.org | Is there significant iowait during downloads? | 10:12:54 |
@atemu12:matrix.org | 300mbit/s is just ~30MB/s, that's not a lot for drives to handle. | 10:13:27 |
| @tonton:envs.net joined the room. | 15:44:46 |
@tonton:envs.net | Hi, I'm trying to get steamtinkerlaunch working, found I needed to install python3 to get errors in the logs. Now, running 'steamtinkerlaunch vortex start' gives me
'/nix/store/6qrqnmqvqr8ln1lch9s7c2qhwzss485i-steamtinkerlaunch-12.12/bin/.steamtinkerlaunch-wrapped: line 14897: /home/ton/.config/steamtinkerlaunch/proton/custom/GE-Proton8-23/files/bin/wine: cannot execute: required file not found'
The file is there, but it is what was downloaded by STL itself and so isn't linked correctly. Can I tell STL to use nix's wine/proton?
Or how do I get steamtinkerlaunch to work on nixos? | 15:56:46 |
K900 | That's not what is missing | 16:01:37 |
K900 | What's missing it the interpreter | 16:01:44 |