Skip to content

Instantly share code, notes, and snippets.

@BlueJayLouche
Created April 4, 2018 00:48
Show Gist options
  • Save BlueJayLouche/72498b840e88481c31f641f2618ae3c6 to your computer and use it in GitHub Desktop.
Save BlueJayLouche/72498b840e88481c31f641f2618ae3c6 to your computer and use it in GitHub Desktop.
Sub Main()
gaa = GetGlobalAA()
gaa.vm = CreateObject("roVideoMode")
' Configure video mode
gaa.vm.ForceHDCPOn(False)
gaa.vm.DisableHDCPRepeater(True)
gaa.vm.SetPowerSaveMode(False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment