Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDR not toggling on on TV #4

Closed
sbernier1 opened this issue Feb 4, 2021 · 18 comments
Closed

HDR not toggling on on TV #4

sbernier1 opened this issue Feb 4, 2021 · 18 comments
Labels
wontfix This will not be worked on

Comments

@sbernier1
Copy link

sbernier1 commented Feb 4, 2021

Hi,

I followed the HDTV & HDR monitor owners configuration since my monitor supports HDR.
When I launch SteamOS icon in moonlight it launches the gamestream_launchpad exe and toggles on HDR in Windows.

But my TV still won't display HDR. I added log files which might help. My host PC has a RTX 3080 (with latest geforce experience since it was bugged before) and my client has a GT 1030 (HDMI 2.0 so should work fine, I can have 4k@60fps). I have moonlight installed on a linux machine. In moonlight settings I have selected HEVC and I don't get any errors on startup.

Thank you.

moonlight_hdr_launcher_log.txt

NvStreamerCurrent.log

@sbernier1
Copy link
Author

I noticed that i'm supposed to be able to toggle a HDR support option in moonlight but I can't find it. Is it because Linux does not support HDR? ....

@sbernier1
Copy link
Author

if it is not possible to use HDR on linux, could it be possible to install an android VM with gpu passthrough (is that even possible? do nvidia drivers work on android?) and use HDR?

@lyckantropen
Copy link
Owner

Sorry for delayed response. Sadly I haven't tested this on Linux as a client. I would assume that the client operating system (in this case I assume this is the display server - XOrg or Wayland, depending on your case) needs to support HDR to work with HDR streaming. This is more of a question regarding Moonlight than the HDR hack.

@Josh015
Copy link

Josh015 commented Apr 5, 2021

@sbernier1 Are you using a Sony Android TV? If so, there's a known issue in Moonlight with HDR not working correctly right now due to a limitation of game mode on that platform.

@dom191984
Copy link

I have this issue on my sony tv and wanted to know how do I remove the moonlight_hdr_launcher from my pc. I want to play mass effect andromeda and now it is broken and the image is the steam os image and not mass effect. I can't see in the instructions how to uninstall?

@lyckantropen
Copy link
Owner

@dom191984 Hi, to remove the launcher delete the folder C:\Program Files\moonlight_hdr_launcher and run "Scan Now" in the "Games" settings category in GeForce Experience. It may be necessary to reboot for it to take full effect. In case you're still seeing it, go to <user folder>\AppData\Local\NVIDIA\NvBackend\StreamingAssetsData\ and look for a subfolder that contains mass_effect_andromeda and remove it. It has write-protection enabled so you may need to disable it in the properties.

@dom191984
Copy link

It has write-protection enabled so you may need to disable it in the properties

How do I do this, sorry can't find an option?

@lyckantropen
Copy link
Owner

@dom191984 Right-click the folder and open Properties. On the first panel make sure that "Read only" is unchecked. On the second panel, select your user in the first list and make sure "Full control" or "Modification" and "Write" are checked in the "Allow" column.

@dom191984
Copy link

Ok I am the admin but it won't let me apply if I uncheck the read only. I have full control but cannot disable read only, even as admin

image

@lyckantropen
Copy link
Owner

@dom191984 Ok, try this. Open a PowerShell terminal as Administrator, cd into the folder above and run the command:

Set-ItemProperty -Path mass_effect_andromeda -Name IsReadOnly -Value $false

@dom191984
Copy link

image

@lyckantropen
Copy link
Owner

@dom191984 Oh, ok. The property cannot in fact be set or changed for folders. So it is irrelevant. You just need to change them for the files. So either substitute mass_effect_andromeda/* or just select the files in Explorer and change the access there.

@dom191984
Copy link

Cool, that worked

Just had to change it from file level. Cheers for your help

@lyckantropen
Copy link
Owner

@dom191984 Sorry you had problems. I will in fact work on an uninstaller to help people avoid such issues.

@dom191984
Copy link

No worries, I appreciate your assistance and speedy responses.

@lyckantropen lyckantropen added the wontfix This will not be worked on label May 26, 2021
@dom191984
Copy link

@lyckantropen For some reason now Mass Effect Andromeda is not finding the folder number etc in the
\NVIDIA\NvBackend\StreamingAssetsData
Even scanning for games in Nvidia Geforce Experience does not restore where the deleted files were

It just creates an empty Mass Effect Andromeda folder. I can't even remember what the folder number was to create one
Any help would be much appreciated

@lyckantropen
Copy link
Owner

@dom191984 I do not know of any other places where GeForce Experience stores its cache. I was typically able to revive the entry by alternating "Scan Now", force-quitting every nvidia-related process and restarting GFE or rebooting. Other than that I doubt much can be done beyond removing GFE completely and re-installing it :( It's completely related to GFE and not the game - of that I'm sure. GFE looks for the executable MassEffectAndromeda.exe, that's the only process involved.

@lyckantropen
Copy link
Owner

lyckantropen commented May 27, 2021

@dom191984 In ...\NVIDIA\NvBackend\StreamingAssetsData there are also .json files where there might still be entries pointing to the old folders, you can try removing them manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants