| 4 Feb 2024 |
@atemu12:matrix.org | SigmaSquadron: To support development | 09:31:43 |
@atemu12:matrix.org | I think it's actually a really nice model | 09:32:07 |
@atemu12:matrix.org | People pay for the build, not the code | 09:32:50 |
@atemu12:matrix.org | On platforms without sane package management, that's worth something | 09:33:32 |
@atemu12:matrix.org | And the stable version is free for everyone | 09:34:11 |
@atemu12:matrix.org | In reply to @k900:0upti.me And more about where it's a nice thing to do We could add a config flag fo "I pay for EA" and assert it in the EA package | 09:46:50 |
@atemu12:matrix.org | You could set the flag without paying ofc. but that'd be just as unethical as piracy IMV. | 09:48:13 |
| Bryan Honof changed their profile picture. | 11:31:19 |
bytebandit | One thing I thought about mentioning before is accessibility. If the only way to get the build and anything else they decide to pay wall, it could exclude entire countries. I also prefer less dependence on corporations in general.
I kind of wish more people would do the value4value model with boosts (sats). It's gone pretty great for podcasting so far and now v4v music is getting more popular every day. | 12:14:30 |
@elvishjerricco:matrix.org | Redacted or Malformed Event | 12:19:25 |
| dusk changed their profile picture. | 13:10:14 |
K900 | Updated Yuzu with the frame pacing fix: https://github.com/NixOS/nixpkgs/pull/286100 | 19:38:28 |
K900 | Can someone else please test it so I can merge | 19:38:48 |
| @ktn:the-apothecary.club left the room. | 21:48:18 |
| 5 Feb 2024 |
| 98765abc joined the room. | 04:45:11 |
| 98765abc joined the room. | 04:48:28 |
ersei | I wonder why wine games refuse to run on my igpu and instead require my dgpu | 05:37:31 |
@atemu12:matrix.org | Well, which GPU is the display connected to? | 05:40:10 |
@atemu12:matrix.org | If it's the dGPU, you'd have to copy the frame buffer from iGPU to dGPU | 05:40:28 |
@atemu12:matrix.org | There are ways to do this of course but isn't a trivial matter from a technical side | 05:40:57 |
ersei | it's a laptop, so the igpu is connected to the display | 05:45:58 |
ersei | native games work fine on the igpu, just stuff that runs through proton do not | 05:46:27 |
@atemu12:matrix.org | Native OGL games I assume? | 05:46:56 |
@atemu12:matrix.org | Or native Vulkan games aswell? | 05:47:10 |
ersei | both work natively | 05:47:34 |
ersei | * both work fine natively on the igpu | 05:48:28 |
@atemu12:matrix.org | Huh. Laptop's aren't my domain but if native works but WINE doesn't, that smells like a WINE bug to me. There shouldn't be anything different about WINE using VK and a native app using VK. | 05:49:17 |
@atemu12:matrix.org | Anything interesting in the logs? | 05:49:30 |
ersei | nope. I should test out whether explicitly setting VK_ICD_FILENAMES will do anything | 05:50:06 |
ersei | yep seems like explicitly setting that to the intel file works | 05:53:56 |