• 1 Post
  • 9 Comments
Joined 2 years ago
cake
Cake day: February 17th, 2024

help-circle
  • Recommendation

    I think the Raspberry Pi has a suit of prepackaged games and things like that, which you could use. Give your Raspberry Pi a good casing, and it will be indestructible.

    Tangent

    I would still warn them from the dangers of the modern digital world, in the sense of surveillance and censorship of social media, what is posted on the internet stays there forever, how proprietary software tricks the user and is oftentimes malware (Gmail, Windows, etc.) and things like that.

    I mean, computers are cool, but the mainstream computer world is filled with so much nonsense or outright malice. And if I had a child, I wouldn’t want them to be harmed by that. Like, I don’t want my child to be indoctrinated into the sexist manosphere, just because the Instagram Algo said so and will do literally anything to keep them on the platform as long as possible. Software and computers are cool, but there’s so much vile and genuinely dangerous stuff even for adults. For a child it must be hard to navigate. If you say, for example, that Apple devices literally scan every single picture on your device and send the result to Apple, you’ll sound like a crazed tin foil hat lunatic. But this is quite literally what happens with MediaAnalysisD. In the USA, a young family got harassed by police because they sent a picture of their sick child to their doctor via Gmail.

    Edit: typo.


  • Well, you can play the game without it, as others have stated, you should really leave it on. First of all, all of that work needs to happen then later when you’re playing the game, which is just going to lead to a subpar experience with random framerate drops that cannot be explained. From Software’s Elden Ring had a problem at launch with that. Every time a new effect or literally anything in the game was done, you’d wait for half a second and that would sometimes make your game into a slideshow for seemingly no reason. Or the Nier replicant remake wouldn’t play the pre-rendered cutscenes if you didn’t enable it. Most games don’t care, however. But for the sake of stability, my recommendation is to leave it on. It only takes a long time when you boot something up the first time, and with modern games being unoptimised as well, do yourself a favour and leave it on.




  • I’d test if the system correctly recognises hardware encoders and decoders on your graphics card.
    You can do this by running mpv media player with the following command:

    mpv --hwdec=nvdec your_yideo_name.mp4
    

    If you then press I while the video is playing inside of MPV and it says “nvdec” next to “Video:” and “h264” or “h265”, it works.

    If this works and you are still experiencing problems with game streaming from Sunshine, then you have misconfigured Sunshine.

    If it does not say that, or it refuses to start because it can’t find NVdec, you need to install the (older) proprietary Nvidia drivers as you have an older 10 generation card, which aren’t supported by the integrated free software drivers that most distros use to talk to nvidia GPUs.


    For the future, I mean this in a very kind way: Please be more specific and concise when describing your problems. From your question, I don’t know if you mean that you want to optimise your system in general, if you have trouble using it as a host for game streaming, so you run Sunshine on it and play the game on another device, or if you want to use it as a client for game streaming, so another machine is running the heavy game and you’re just streaming it to the “low-spec” machine. Reason is we’re strangers on the internet. We don’t know what’s going on with your system because we don’t have access to it. We don’t even know what your system looks like. So you need to be very detailed and very precise with what you want to accomplish and what problems you currently have.

    Edit: typo.




  • I mainly use my workstation for Image editing (raw development and VFX), 3d animation and video editing. Then there’s occasional ML inference for image generation or text generation. And lastly, some video games.

    About video games: the 1st gen threadripper platform gained a bad reputation for gaming thanks to windows. I used to use Windows for so long and once I switched to GNU Linux it was like I got a new CPU for free. The reason is, Windows doesn’t know how to properly do multi-threading, adding to that, my 1st gen Threadripper is basically 4 CPU dies glued together and for low latency applications like games the performance on windows will be trash and oh boy, it was. But on GNU Linux its fine. But compared to all cores on one die, it will be worse for games, yes.