PsYkoKeV

Members
  • Posts

    3
  • Joined

  • Last visited

PsYkoKeV's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Do you got your inputs working? I started the container from scratch and just added the env for sunshine. On Unraid 6.11.5 the uinput plugin is not needed anymore, right? Here is the docker log, maybe i'm missing something. And the Docker Config:
  2. me too. I have read something about multi sessions or seats. So the keyboard and mouse ist on the wrong "Desktop". But i have no idea to check ths or even fix it.
  3. Great Project and thanks for the work. I love trying out new stuff 🙂 Whish to get it working and use it as a secondary (maybe as primary also) Gaming Station for my wife and maybe me. Currently im running two Windows VMs, streaming via parsec. Second VM is off to utilise the GPU for other stuff. So the docker would make it even easier to switch between gaming nad non gaming. Now i got multiple Questions. 1. How to tell the Docker it should use GPU2 (/dev/dri/card1)? 2. How to enable H265 codec for streaming? 3. I got the same artifacts like randomninjaatk a few post before. Same AMD GPU To 2. Maybe iam trying out the Sunshine option and everything is working fine Tried the same config as on the windows machine. There i got "AMF HEVC" Codec. My Hardware: CPU AMD Ryzen 9 3900X 2x AMD 6700XT (MSI / XFX) Maybe helpful for somebody: I got a 21:9 Monitor with a resolution of 3440x1440 and my HDMI dummy ist not showing this Resolution nativly. You can add these by: cvt 3440 1440 60 xrandr --newmode WHAT_THE_LINE_ABOVE_TELLS_YOU eg. xrandr --newmode "3440x1440_60.00" 419.50 3440 3696 4064 4688 1440 1443 1453 1493 -hsync +vsync xrandr --addmode HDMI-0 3440x1440_60.00 I havent tested if these are persistent. Or like someone mentioned, add Display Environment Variables.