!KEJUbONnoBpiYKGWEq:nixos.org

NixOS Gaming

705 Members
Gaming things, my hands are typing words.179 Servers

Load older messages


SenderMessageTime
10 Jan 2024
@ironbound:hackerspace.pl@ironbound:hackerspace.pl joined the room.16:00:08
@alexou:femtodata.comalexou joined the room.18:58:42
@xx_doomer_xx:matrix.orgsimple-coderDownload keymap.nix19:17:40
@xx_doomer_xx:matrix.orgsimple-coderHello there, I'm trying to setup this custom keyboard layout, but after I do the rebuild it does not switch to it, it stays on the old qwerty layout, is there an extra step that I need to do to switch to it? Or is there another way to switch to a custom keyboard mapping?19:21:57
@xx_doomer_xx:matrix.orgsimple-coderIf I recall it works on a tiling manager like xmonad but it does not work in a desktop environment like gnome or kde, why is that?19:25:54
@k900:0upti.meK900Could be an X versus Wayland thing19:27:20
@xx_doomer_xx:matrix.orgsimple-codermaybe, I haven't been able to find another way to change the keyboard mapping, in macos it's easy to change the keyboard mapping.19:30:10
@xx_doomer_xx:matrix.orgsimple-coderoh well I guess I'll stick to qwerty for now, the qwert is fine for most stuff but it's really awkward for coding symbols.19:33:35
@xx_doomer_xx:matrix.orgsimple-coderI'd like to contribute by packaging the guilded app and pushing it to nix packages, will this be difficult to do in nix, I've been using flakes, so is it easy to package stuff using the flakes way?19:39:03
@k900:0upti.meK900No19:39:24
@k900:0upti.meK900Flakes don't change anything about packaging19:39:28
@xx_doomer_xx:matrix.orgsimple-coderok cool is there some good instructions on how to do this? I know basic git stuff but I've never packaged anything with nix before.19:40:32
@k900:0upti.meK900https://nixos.org/nixpkgs/manual/19:41:01
@xx_doomer_xx:matrix.orgsimple-coderoh wow, the documentation is actually very good.19:42:53
@vengmark2:matrix.orgl0b0
In reply to @xx_doomer_xx:matrix.org
oh wow, the documentation is actually very good.
What's there is usually good, but there's a lot of details missing IMO. The vast majority of the time I've found it's easier to just copy a similar package declaration and tweak it to fit my package, rather than trying to package something from scratch.
23:56:07
@supersamus02:matrix.org@supersamus02:matrix.orgAbout Yuzu, should this be implemented? https://github.com/yuzu-emu/yuzu/pull/1229223:59:17
11 Jan 2024
@favoritohjs:matrix.orgFavoritoHJSis there drama about the vintage story developer? don't want to have another "bought factorio just before realizing the dev was a transphobe" incident00:49:11
@atemu12:matrix.org@atemu12:matrix.org FavoritoHJS: I fail to see how that relates to NixOS in any way 01:04:34
@favoritohjs:matrix.orgFavoritoHJSfair enough, guess the channel name confused me a bit01:14:51
@smtbook:matrix.orgsmtbook joined the room.03:31:15
@aidalgol:matrix.org@aidalgol:matrix.orgThere should probably be a channel description clarifying that this room is for gaming on NixOS, and not an off-topic channel centred around gaming in general.05:07:59
@k900:0upti.meK900
In reply to@supersamus02:matrix.org
About Yuzu, should this be implemented? https://github.com/yuzu-emu/yuzu/pull/12292
Hm, I just assumed they installed the rule
07:25:14
@k900:0upti.meK900But I guess not07:25:27
@k900:0upti.meK900
In reply to@supersamus02:matrix.org
About Yuzu, should this be implemented? https://github.com/yuzu-emu/yuzu/pull/12292
https://github.com/NixOS/nixpkgs/pull/280208
07:37:59
@emantor:stratum0.orgEmantor joined the room.07:45:28
@f44:matrix.orgf44 joined the room.18:24:15
12 Jan 2024
@aruzicka:matrix.org@aruzicka:matrix.org left the room.10:28:29
@pedrohlc:ubiquelambda.devpedrohlc ⚡️

In case someone wants to play with NVK+GSP:

  • first you need Linux 6.7 with latest stable firmware and mesa-git;
  • then you need to fix the symlink of your GPU in linux-firwmare or makeModulesClosure (it's symlinking "gsp.xz" instead of "gsp", and needs to copy "nvidia" folder in the closure)
  • since you're already touching the closure, remove all the other GPUs to save 60Mb in your initrd
  • make sure to not enable hardware.nvidia
  • boot.kernelParams = [ "nouveau.config=NvGspRm=1" "nouveau.debug=\"GSP=debug\"" ];
  • Downgrade DXVK by adding the 1.10.3 DLLs in the game's folder

And that's it right now, everything requiring Vulkan 1.2+ is a no-go

14:23:06
@pedrohlc:ubiquelambda.devpedrohlc ⚡️ *

In case someone wants to play with NVK+GSP:

  • first you need Linux 6.7 with latest stable firmware and mesa-git;
  • then you need to fix the symlink of your GPU in linux-firwmare or makeModulesClosure (it's symlinking "gsp.xz" instead of "gsp", and needs to copy "nvidia" folder in the closure)
  • since you're already touching the closure, remove all the other GPUs to save 60Mb in your initrd
  • make sure to not enable hardware.nvidia
  • boot.kernelParams = [ "nouveau.config=NvGspRm=1" "nouveau.debug=\"GSP=debug\"" ];
  • Downgrade DXVK by adding the 1.10.3 DLLs in the game's folder

And that's it right now, everything requiring Vulkan 1.2+ is a no-go

14:23:36
@pedrohlc:ubiquelambda.devpedrohlc ⚡️ *

In case someone wants to play with NVK+GSP:

  • first you need Linux 6.7 with latest stable firmware and mesa-git;
  • then you need to fix the symlink of your GPU in linux-firwmare or makeModulesClosure (it's symlinking "gsp.xz" instead of "gsp", and needs to copy "nvidia" folder in the closure)
  • since you're already touching the closure, remove all the other GPUs to save 60Mb in your initrd
  • make sure to not enable hardware.nvidia
  • boot.kernelParams = [ "nouveau.config=NvGspRm=1" "nouveau.debug=\"GSP=debug\"" ];
  • Downgrade DXVK by adding the 1.10.3 DLLs in the game's folder

And that's it right now, everything requiring Vulkan 1.2+ is a no-go

14:23:50

Show newer messages


Back to Room ListRoom Version: 6