| 7 Nov 2023 |
K900 | Pretty sure Fortnite will fail to start if it detects a VM | 19:00:06 |
nixinator | 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 |
K900 | You probably want to run it inside an fhsenv like steam-run | 16:01:56 |
@tonton:envs.net | oh, ok. so steam-run steamtinkerlaunch vortex start? | 16:02:22 |
K900 | Yes | 16:08:03 |
@tonton:envs.net | hmm: steam-run steamtinkerlaunch vortext start
/nix/store/lf0wpjrj8yx4gsmw2s3xfl58ixmqk8qa-bash-5.2-p15/bin/bash: /lib64/libc.so.6: version `GLIBC_2.36' not found (required by /nix/store/lf0wpjrj8yx4gsmw2s3xfl58ixmqk8qa-bash-5.2-p15/bin/bash) | 16:09:35 |
@tonton:envs.net | idk | 16:09:40 |