36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
---
|
|
sidebar_position: 4
|
|
---
|
|
|
|
# Starting
|
|
|
|
First, try running `stardust-xr-server` in a terminal window. If a headset is plugged in and OpenXR is working no window will show up. However, the headset should show the same things as the window that opens:
|
|
|
|

|
|
|
|
### Images
|
|
Flatscreen mode upon initial startup:
|
|

|
|
|
|
XR mode when OpenXR somehow fails:
|
|

|
|
|
|
Flatscreen mode when `~/.config/stardust/skytex.hdr` is [Zhengyang Gate](https://polyhaven.com/a/zhengyang_gate):
|
|

|
|
|
|
### Help screen
|
|
```
|
|
stardust-xr-server 0.10.0
|
|
Nova King <technobaboo@proton.me>
|
|
Stardust XR reference display server
|
|
|
|
USAGE:
|
|
stardust-xr-server [OPTIONS]
|
|
|
|
OPTIONS:
|
|
-f, --flatscreen Force flatscreen mode and use the mouse pointer as a 3D pointer
|
|
-h, --help Print help information
|
|
-o, --overlay <PRIORITY> Run Stardust XR as an overlay with given priority
|
|
-V, --version Print version information
|
|
```
|