In case you need to check if you run in legacy graphics mode, this is how you can do it by command line:
wmic /namespace:\\root\citrix\hdx path citrix_virtualchannel_graphics get /value
Look for Policy_LegacyGraphicsMode=TRUE. If it’s true, legacy graphics mode is enabled.