Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output-rotation, mouse-selection, gyro-sensor support, kmscon.conf manpage #75

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This software was written by:
Hoàng Đức Hiếu <[email protected]>
Swift Geek <[email protected]>
Aetf <[email protected]>
Mirco Müller <[email protected]>

= Copyright Notice =

Expand Down
28 changes: 28 additions & 0 deletions docs/man/kmscon.1.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,22 @@
(default: &lt;Ctrl&gt;&lt;Logo&gt;Return)</para>
</listitem>
</varlistentry>

<varlistentry>
<term><option>--grab-rotate-cw {grab}</option></term>
<listitem>
<para>Rotate output clock-wise: Normal -> Right -> Inverted -> Left and so on.
(default: &lt;Logo&gt;Plus)</para>
</listitem>
</varlistentry>

<varlistentry>
<term><option>--grab-rotate-ccw {grab}</option></term>
<listitem>
<para>Rotate output counter-clock-wise: Normal -> Left -> Inverted -> Right and so on.
(default: &lt;Logo&gt;Minus)</para>
</listitem>
</varlistentry>
</variablelist>

<para>Video Options:</para>
Expand Down Expand Up @@ -482,6 +498,18 @@
only be used to debug render engines. (default: off)</para>
</listitem>
</varlistentry>

<varlistentry>
<term><option>--rotate {orientation}</option></term>
<listitem>
<para>Select the desired orientation of the output. Available orientations
are 'normal' meaning output is not rotated, 'right' meaning output is
rotated 90° clock-wise, 'inverted' meaning output is rotated 180°
clock-wise and 'left' meaning output is rotated 90° counter clock-wise.
This has only effect for the 'gltex' render-engine. Other render-engines
currently ignore this option. (default: 'normal')</para>
</listitem>
</varlistentry>
</variablelist>

<para>Font Options:</para>
Expand Down
Loading