Changing resolution on start #181
-
Hello, It works but it forces me to spend time clicking on the bat files to change my resolutions. Is there a method with Sunshine to for example launch a bat file at Sunshine launch and execute the second one when I quit the program? I know GameStream Launchpad but i'm on AMD (6800XT), so it's unavailable for me. Thank you ! |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 9 replies
-
https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/usage.html#application-list |
Beta Was this translation helpful? Give feedback.
-
Thank you, I'll check (I'm not a developper at all), I will take the liberty of posting a new message if I don't understand everything. |
Beta Was this translation helpful? Give feedback.
-
You can configure it all in the web UI under "Applications". The documents just give extra info |
Beta Was this translation helpful? Give feedback.
-
After a few days of trying, I still can't get these commands to work. Do you have any idea how I can get out of this? |
Beta Was this translation helpful? Give feedback.
-
Maye this works as an example - works for me for steam - but you need the qres.exe program. (took it from a thread from skellycode. {
"env": {
"PATH": "$(PATH);C:\\Program Files (x86)\\Steam"
},
"apps": [
{
"name": "Steam Big Picture",
"output": "steam.txt",
"detached": [
"steam steam:\/\/open\/bigpicture"
],
"image-path": "steam.png",
"prep-cmd": [
{
"do": "C:\\Users\\USERNAME\\QRes.exe \/x 3840 \/y 2160",
"undo": "C:\\Users\\USERNAME\\QRes.exe \/x 3440 \/y 1440"
}
]
}
]
} |
Beta Was this translation helpful? Give feedback.
-
There's updated instructions in our nightly docs, they'll be in latest after next release. https://docs.lizardbyte.dev/projects/sunshine/en/nightly/about/app_examples.html |
Beta Was this translation helpful? Give feedback.
-
Awesome thank you @Puni123 @ReenigneArcher |
Beta Was this translation helpful? Give feedback.
There's updated instructions in our nightly docs, they'll be in latest after next release. https://docs.lizardbyte.dev/projects/sunshine/en/nightly/about/app_examples.html