X11::Protocol::Ext::XFree86_Misc - Perl module for the XFree86 Misc Extension
use X11::Protocol;
$x = X11::Protocol->new();
$x->init_extension('XFree86-Misc');
User Contributed Perl Documentation
Protocol::Ext::XFree86_Misc(3)
NAME
X11::Protocol::Ext::XFree86_Misc.pm - Perl module for the XFree86 Misc
Extension
SYNOPSIS
use X11::Protocol;
$x = X11::Protocol->new();
$x->init_extension('XFree86-Misc');
DESCRIPTION
This module is used to access miscellaneous features of XFree86 servers
SYMBOLIC CONSTANTS
This extension adds the MouseTypes, KeyboardTypes and MouseFlags
constants, with values as defined in the XFree86 3.3.3 source code.
REQUESTS
This extension adds several requests, called as shown below:
$x->XF86MiscQueryVersion => ($major, $minor)
$x->XF86MiscGetSaver($screen) => ($suspendtime, $offtime)
$x->XF86MiscSetSaver($screen, $suspendtime, $offtime)
$x->XF86MiscGetMouseSettings => (%settings)
$x->XF86MiscSetMouseSettings(%settings)
$x->XF86MiscGetKbdSettings => ($type, $rate, $delay, $servnumlock)
$x->XF86MiscSetKbdSettings($type, $rate, $delay, $servnumlock)
AUTHOR
Jay Kominek <jay.kominek@colorado.edu>
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+--------------------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+--------------------------------------+
|Availability | library/perl-5/perl-x11-protocol-532 |
+---------------+--------------------------------------+
|Stability | Uncommitted |
+---------------+--------------------------------------+
SEE ALSO
perl(1), X11::Protocol
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/X11-Protocol-0.56.tar.gz.
Further information about this software can be found on the open source
community website at http://search.cpan.org/~smccam/X11-Protocol.
perl v5.32.0 2003-05-11
Protocol::Ext::XFree86_Misc(3)