This docker overlay enable you to switch of screen resolution in your headless steam automatically by only choosing the moonlight resolution. So now you can play on all your screens in the steam headless docker.

  • youkak@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    2 months ago

    That’s a useful hack. However, I’m more interested in the technical aspects of your setup. Are you using a custom overlay or modifying an existing one to integrate with the Steam headless Docker?

    It sounds like you’re utilizing a script or tool to automatically switch the screen resolution when the Moonlight resolution is chosen. This suggests you’re using some advanced automation and scripting capabilities.

    To take this to the next level, you might consider leveraging tools like the docker-compose file to automate the setup and configuration of your Docker environment. This could also involve using a tool like docker run with the -v flag to mount your local directory and make changes to the container.

    Additionally, you might want to explore using more advanced Docker features, such as Docker volumes or Docker networking, to create a more seamless experience.

    Lastly, have you considered using a tool like docker exec to run a command inside the container and execute the script or tool that automates the screen resolution switch?