Technology
This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.
Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.
Rules:
1: All Lemmy rules apply
2: Do not post low effort posts
3: NEVER post naziped*gore stuff
4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.
5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)
6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist
7: crypto related posts, unless essential, are disallowed
view the rest of the comments
I'm currently able to play BG3 in HDR (on Nvidia!) using gamescope. Once the Wayland stuff makes it to Bazzite, how would that change my Steam launch parameters? No more gamescope?
ENABLE_HDR_WSI=1 gamescope -f -w 3840 -h 2160 --hdr-enabled --hdr-debug-force-output --steam -- env ENABLE_GAMESCOPE_WSI=1 DXVK_HDR=1 DISABLE_HDR_WSI=1 %command% --skip-launcher
I'm on AMD but I already play in HDR without gamescope with Proton-Tkg (Wine master).
For games I then only have to set
DISPLAY= ENABLE_HDR_WSI=1 %command%
.The HDR layer is here: https://github.com/Zamundaaa/VK_hdr_layer
It should not be needed anymore pretty soon.
Sweet tyvm for the info
So the protocol is a blueprint of how to implement it. Kwin, Mutter and Gamescope are the ones implementing the code. Gamescope/Kwin already had HDR. What will probably happen now is slightly better accuracy and the removal of flags (your parameters) once they apply the new constraints.
Far out tyvm