CaniballShiaLaBuff

joined 10 months ago
[–] [email protected] 1 points 10 months ago

Not sure why people try to discredit the question. I think it's a great question and good to have an answer for.

People here are saying that 100ms is not noticeable latency. Believe me that it is very noticeable. When I'm streaming games via local network from PC to my tv, the. delay is ~10ms (10ms is each way so together 20ms) and It's really easy to notice that when compared to the real thing.

And I'm not sensitive to this. For example I'm not able to tell the difference between different mice. But my friends can distinguish between them even when the difference is a few ms.

So my take would be that it depends. I would not expect Framework 16 to be the greatest gaming PC, but it should be good enough for casual gaming. I'd personally be fine with that delay.

[–] [email protected] 1 points 10 months ago

They have no sale policy so it won't be on sale now, but it's money well spent.

It's a bit better with a mouse, but the touchpad is manageable. It's not an action shooter, but you click a lot.

[–] [email protected] 0 points 10 months ago (2 children)

I just realized that Nixos is really good for ricing.

You can safely experiment without a fear of breaking the system, forgetting to uninstall something, etc.

I'll need to experiment with something different from Gnome.

[–] [email protected] 1 points 10 months ago

Ah thanks. I'm blind I completely missed the relevant wiki section that shows how to use nix-index.

[–] [email protected] 1 points 10 months ago

This is my current derivation if you want to take a look, but I think that it's correct because I just copy-pasted it from wiki.

I think I just need to figure out which packages to install to provide all required libraries.

 

I'm trying to package this. I followed the wiki and when I tried to run it with autopatchelf hook I got this:

setting interpreter of /nix/store/bwxdfc238al3mmvsqx7qf3a1l4i3ip3l-keymapp-21.07.0/bin/keymapp
searching for dependencies of /nix/store/bwxdfc238al3mmvsqx7qf3a1l4i3ip3l-keymapp-21.07.0/bin/keymapp
    libusb-1.0.so.0 -> not found!
    libudev.so.1 -> not found!
    libwebkit2gtk-4.0.so.37 -> not found!
    libgtk-3.so.0 -> not found!
    libgdk-3.so.0 -> not found!
    libgdk_pixbuf-2.0.so.0 -> not found!
    libgio-2.0.so.0 -> not found!
    libjavascriptcoregtk-4.0.so.18 -> not found!
    libgobject-2.0.so.0 -> not found!
    libglib-2.0.so.0 -> not found!
    libstdc++.so.6 -> not found!
    libgcc_s.so.1 -> not found!
auto-patchelf: 12 dependencies could not be satisfied

I figured out that the first (and actually second too) get resolved by adding libusb1, but I have trouble figuring out the name of the package that contains libwebkit2gtk-4.0.so.37.

Is there some tool that could tell me which packages do I need to install to get these files? Or what is the best way to do this?