summaryrefslogtreecommitdiff
path: root/weston.ini
diff options
context:
space:
mode:
authorScott Moreau <oreaus@gmail.com>2012-08-18 01:04:05 -0600
committerKristian Høgsberg <krh@bitplanet.net>2012-08-29 14:39:13 -0400
commit1bad5db9d69cd744bc48f60bb71f7b68b6a2f770 (patch)
treec11d1122dd3e962edae4ce826eac49722e1177ba /weston.ini
parent5418a904ca007a109f6af8c0c75ca97a134986d9 (diff)
Implement output transformations.
This patch allows rotation and mirroring outputs for x11 and drm backends. A new 'transform' key can be set in the [output] section. From the protocol: "The flipped values correspond to an initial flip around a vertical axis followed by rotation." The transform key can be one of the following 8 strings: normal 90 180 270 flipped flipped-90 flipped-180 flipped-270
Diffstat (limited to 'weston.ini')
-rw-r--r--weston.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/weston.ini b/weston.ini
index 3fda31b..99d24dd 100644
--- a/weston.ini
+++ b/weston.ini
@@ -37,11 +37,14 @@ duration=600
#[output]
#name=LVDS1
#mode=1680x1050
+#transform=90
#[output]
#name=VGA1
#mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
+#transform=flipped
#[output]
#name=X1
#mode=1024x768
+#transform=flipped-270