Omniverse Streaming Client: Two mouse cursors visible

Hello,

i would like to use the headless isaac sim version and the omniverse streaming client on Linux. Unfortunately, when I move the mouse curser in the streaming client, a second curser gets visible and lags behind the one of the host OS.
Is there any way to disable this second mouse curser or reduced the lag?

Hi. You can disable the mouse cursor by adding this flag to the run command:

--/app/window/drawMouse=false

Example:
./isaac-sim.headless.native.sh --allow-root --/app/window/drawMouse=false

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.