The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

X11::XRandR::Types - Types

VERSION

version 0.01

ATTRIBUTES

Capability

Source Output, Sink Output, Source Offload, Sink Offload

TYPES

Filter

bilinear, nearest.

Direction

normal, left, inverted, right.

Reflection

normal, x, y, xy.

SubPixelOrder

One of unknown, horizontal rgb, horizontal bgr, vertical rgb, vertical bgr, no subpixels.

ModeFlag

Video Mode Flags:

+HSync, -HSync, +VSync, -VSync, Interlace, DoubleScan, CSync, +CSync, -CSync,

Connection

One of connected, disconnected, unknown connection.

XTransform

A transformation matrix. Nested arrays:

  [
    [ Num, Num, Num ],
    [ Num, Num, Num ],
    [ Num, Num, Num ],
  ];

XID

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=X11-XRandR or by email to bug-X11-XRandR@rt.cpan.org.

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SOURCE

The development version is on github at https://github.com/djerius/x11-xrandr and may be cloned from git://github.com/djerius/x11-xrandr.git

SEE ALSO

Please see those modules/websites for more information related to this module.

AUTHOR

Diab Jerius <djerius@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Diab Jerius.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007