VR: Difference between revisions
m Add systemctl instructions to Monado |
m Fix monado hand tracking section |
||
| Line 24: | Line 24: | ||
};}} | };}} | ||
<translate>Once configured, Monado can be started and stopped in a [[systemd]] user session. | <translate> | ||
Once configured, Monado can be started and stopped in a [[systemd]] user session. | |||
For example, the following commands will start Monado and then follow its log output: | For example, the following commands will start Monado and then follow its log output: | ||
</translate>{{Commands|$ systemctl --user start monado.service | </translate> | ||
$ journalctl --user --follow --unit monado.service}}<translate> | |||
{{Commands| | |||
$ systemctl --user start monado.service | |||
$ journalctl --user --follow --unit monado.service | |||
}} | |||
<translate> | |||
=== Hand Tracking === <!--T:5--> | === Hand Tracking === <!--T:5--> | ||