From 786d4a66ec9f26138f4cd526517839bf3ae2a008 Mon Sep 17 00:00:00 2001 From: Maciej Bogusz Date: Tue, 11 Jan 2022 18:32:34 +0100 Subject: [PATCH] Add rotation in the sample configuration file --- moonlight.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/moonlight.conf b/moonlight.conf index 8603cbe..b6a5865 100644 --- a/moonlight.conf +++ b/moonlight.conf @@ -7,6 +7,10 @@ #height = 720 #fps = 60 +## Output rotation (independent of xrandr or framebuffer settings!) +## Allowed values: 0, 90, 180, 270 +#rotation = 0 + ## Bitrate depends by default on resolution and fps ## Set to -1 to enable default ## 20Mbps (20000) for 1080p (60 fps)