this post was submitted on 10 Aug 2023
20 points (95.5% liked)

Steam Deck

14500 readers
842 users here now

A place to discuss and support all things Steam Deck.

Replacement for r/steamdeck_linux.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 3 years ago
MODERATORS
 

Hey, I recently upgraded my monitor to the AW3423DW, and now Moonlight streaming streams in 21:9 and the HDR makes the colors blown out. Does anyone know a way to change the resolution and hdr settings when streaming? I messed around in QRes for a bit, but couldn’t get it to work. Thanks for any help!

you are viewing a single comment's thread
view the rest of the comments
[–] liara@lemm.ee 3 points 1 year ago* (last edited 1 year ago)

If you were under Linux, you could have the start command change desktop resolution with xrandr. But since you are on Windows it looks like qres is a command line app to help you achieve the same thing: https://m.majorgeeks.com/files/details/qres.html

There's also HDR switch: https://github.com/bradgearon/hdr-switch

Using the nvstreamer1080 option may be a bit easier, but nice to have options!

Edit: I should read better. Did you try

C:\\path\\to\\QRes.exe /x:1200 /y:800

Just run from you command line first until you get the hang of it