mirror of https://github.com/pikvm/pikvm.git
36 lines
834 B
Markdown
36 lines
834 B
Markdown
---
|
|
title: "KVMD 3.319: Display orientation options for H.264 stream"
|
|
date: 2024-03-17
|
|
slug: kvmd-3-319-display-orientation-options
|
|
description: >
|
|
For the H.264 stream, there are now options to rotate the virtual screen
|
|
categories:
|
|
- Releases
|
|
authors:
|
|
- mdevaev
|
|
links:
|
|
- PiKVM: https://pikvm.org
|
|
- Discord: https://discord.gg/bpmXfz5
|
|
- KVMD release: https://github.com/pikvm/kvmd/releases/tag/v3.319
|
|
comments: true
|
|
---
|
|
|
|
For the H.264 stream, there are now options to rotate the virtual screen.
|
|
|
|
<!-- more -->
|
|
|
|
Rotation is done in 90° increments. The toggles are in the System menu in the web UI.
|
|
|
|

|
|
|
|
To update:
|
|
|
|
```
|
|
# pikvm-update`
|
|
```
|
|
|
|
If this command is not available, please use:
|
|
|
|
```console
|
|
# curl https://files.pikvm.org/update-os.sh | bash`
|
|
``` |