• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle




  • Which version of raspberry pi?

    Assuming it’s a 4, you could probably use LibreELEC. There is a plugin for moonlight game streaming.

    Kodi, a very popular and highly extensible Media Center which acts as the GUI of LibreELEC, can play just about any media. Airplay seems to be supported as well.

    There is a plugin for Netflix, however note that you will be limited to 720p since you can’t use widevine levels above l3.










  • All three major GPU manufacturers support ray tracing and variable refresh rate on Linux. When playing windows games, ray tracing has to be handled through VKD3D, which AFAIK supports most but not all DXR features. I haven’t had any problems with it though.

    The one thing that can still completely make or break your (Windows games on Linux) gaming experience is anti-cheat software, since it’s up to the game developers to enable it for wine. The major anti cheat providers offer solutions for this, but not all game studios are interested in their games running on platforms other than windows. Games like valorant will probably never work. Good riddance though.





  • While it’s true that their tutorial contains some errors, it’s not all that hard to set up imo.

    Basically, they expose the wrong ports in the nginx section (should be 80, not the ui / backend ports). Also, the compose file assumes you are building the Lemmy image yourself, to change this, you have to comment out the lines in the “build” section under Lemmy and enable the “image” line. And you have to set the database user and pw in the Lemmy config file.

    Regarding your usage of nginx: while I use apache myself, the config should be comparable and comes down to setting up a reverse proxy to the port which you have bound the nginx container to (so whatever you expose container port 80 as). While this means that you will effectively have two instances of nginx running, one as the internal proxy for Lemmy and one as the reverse proxy for external access, it will work flawlessly in my experience.